ESPHome 2025.5.0
|
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 | |
namespace | esphome |
Providing packet encoding functions for exchanging data with a remote host. | |
namespace | 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... | |