ESPHome  2024.3.1
Data Structures | Namespaces | Enumerations
tsl2561.h File Reference

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
 This is a workaround until we can figure out a way to get the tflite-micro idf component code available in CI.
 
 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...