Internal addresses, registers and constants. More...
Internal addresses, registers and constants.
Definition in file sgp30_constants.h.
#include "timex.h"
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. | |
#define SGP30_AIR_QUALITY_INIT_DELAY_US (15 * US_PER_SEC) |
Initialization time.
Definition at line 46 of file sgp30_constants.h.
#define SGP30_I2C_ADDRESS (0x58) |
SGP30 I2C address, only one is defined.
Definition at line 31 of file sgp30_constants.h.
#define SGP30_RECOMMENDED_SAMPLING_PERIOD (1 * US_PER_SEC) |
Sampling for dynamic baseline compensation algorithm.
Definition at line 51 of file sgp30_constants.h.
#define SGP30_REQUIRED_FEATURE_SET (0x0020) |
Minimum required feature set version for this driver.
Definition at line 36 of file sgp30_constants.h.
#define SGP30_SERIAL_ID_LEN (6U) |
Length of serial id.
Definition at line 41 of file sgp30_constants.h.