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