![]() |
IoT Drivers
v3.3.0 (S2022)
Engineering in Software Technology
|
Commonly used structs. More...
Data Structures | |
struct | tsl2591_combinedData_t |
TSL2591 Light measure data struct. More... | |
Enumerations | |
enum | tsl2591_gain_t { TSL2591_GAIN_LOW = 0x00, TSL2591_GAIN_MED = 0x10, TSL2591_GAIN_HIGH = 0x20, TSL2591_GAIN_MAX = 0x30 } |
TSL2591 Gain configuration. More... | |
enum | tsl2591_integrationTime_t { TSL2591_INTEGRATION_TIME_100MS = 0x00, TSL2591_INTEGRATION_TIME_200MS = 0x01, TSL2591_INTEGRATION_TIME_300MS = 0x02, TSL2591_INTEGRATION_TIME_400MS = 0x03, TSL2591_INTEGRATION_TIME_500MS = 0x04, TSL2591_INTEGRATION_TIME_600MS = 0x05 } |
TSL2591 Integration time configuration. More... | |
Commonly used structs.
enum tsl2591_gain_t |
TSL2591 Gain configuration.
These are the values that must be used to change the gain of the sensor (tsl2591_setGainAndIntegrationTime)
TSL2591 Integration time configuration.
These are the values that must be used to change the integration time of the sensor (tsl2591_setGainAndIntegrationTime) The values are self explaining.