ESPHome
2024.10.2
|
Go to the source code of this file.
Data Structures | |
class | esphome::tsl2561::TSL2561Sensor |
This class includes support for the TSL2561 i2c ambient light sensor. More... | |
Namespaces | |
esphome | |
Implementation of SPI Controller mode. | |
esphome::tsl2561 | |
Enumerations | |
enum | esphome::tsl2561::TSL2561IntegrationTime { esphome::tsl2561::TSL2561_INTEGRATION_14MS = 0b00, esphome::tsl2561::TSL2561_INTEGRATION_101MS = 0b01, esphome::tsl2561::TSL2561_INTEGRATION_402MS = 0b10 } |
Enum listing all conversion/integration time settings for the TSL2561. More... | |
enum | esphome::tsl2561::TSL2561Gain { esphome::tsl2561::TSL2561_GAIN_1X = 0, esphome::tsl2561::TSL2561_GAIN_16X = 1 } |
Enum listing all gain settings for the TSL2561. More... | |