Loading...
Searching...
No Matches
sgp30_constants.h File Reference

Internal addresses, registers and constants. More...

Detailed Description

Internal addresses, registers and constants.

Author
Francisco Molina franc.nosp@m.ois-.nosp@m.xavie.nosp@m.r.mo.nosp@m.lina@.nosp@m.inri.nosp@m.a.fr

Definition in file sgp30_constants.h.

#include "timex.h"
+ Include dependency graph for sgp30_constants.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

#define SGP30_I2C_ADDRESS   (0x58)
 SGP30 I2C address, only one is defined.
 
#define SGP30_REQUIRED_FEATURE_SET   (0x0020)
 Minimum required feature set version for this driver.
 
#define SGP30_SERIAL_ID_LEN   (6U)
 Length of serial id.
 
#define SGP30_AIR_QUALITY_INIT_DELAY_US   (15 * US_PER_SEC)
 Initialization time.
 
#define SGP30_RECOMMENDED_SAMPLING_PERIOD   (1 * US_PER_SEC)
 Sampling for dynamic baseline compensation algorithm.
 

Macro Definition Documentation

◆ SGP30_AIR_QUALITY_INIT_DELAY_US

#define SGP30_AIR_QUALITY_INIT_DELAY_US   (15 * US_PER_SEC)

Initialization time.

Definition at line 46 of file sgp30_constants.h.

◆ SGP30_I2C_ADDRESS

#define SGP30_I2C_ADDRESS   (0x58)

SGP30 I2C address, only one is defined.

Definition at line 31 of file sgp30_constants.h.

◆ SGP30_RECOMMENDED_SAMPLING_PERIOD

#define SGP30_RECOMMENDED_SAMPLING_PERIOD   (1 * US_PER_SEC)

Sampling for dynamic baseline compensation algorithm.

Definition at line 51 of file sgp30_constants.h.

◆ SGP30_REQUIRED_FEATURE_SET

#define SGP30_REQUIRED_FEATURE_SET   (0x0020)

Minimum required feature set version for this driver.

Definition at line 36 of file sgp30_constants.h.

◆ SGP30_SERIAL_ID_LEN

#define SGP30_SERIAL_ID_LEN   (6U)

Length of serial id.

Definition at line 41 of file sgp30_constants.h.