ESPHome  2024.4.0
Data Structures | Namespaces | Enumerations
tcs34725.h File Reference

Go to the source code of this file.

Data Structures

class  esphome::tcs34725::TCS34725Component
 

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::tcs34725
 

Enumerations

enum  esphome::tcs34725::TCS34725IntegrationTime {
  esphome::tcs34725::TCS34725_INTEGRATION_TIME_2_4MS = 0xFF, esphome::tcs34725::TCS34725_INTEGRATION_TIME_24MS = 0xF6, esphome::tcs34725::TCS34725_INTEGRATION_TIME_50MS = 0xEB, esphome::tcs34725::TCS34725_INTEGRATION_TIME_101MS = 0xD5,
  esphome::tcs34725::TCS34725_INTEGRATION_TIME_120MS = 0xCE, esphome::tcs34725::TCS34725_INTEGRATION_TIME_154MS = 0xC0, esphome::tcs34725::TCS34725_INTEGRATION_TIME_180MS = 0xB5, esphome::tcs34725::TCS34725_INTEGRATION_TIME_199MS = 0xAD,
  esphome::tcs34725::TCS34725_INTEGRATION_TIME_240MS = 0x9C, esphome::tcs34725::TCS34725_INTEGRATION_TIME_300MS = 0x83, esphome::tcs34725::TCS34725_INTEGRATION_TIME_360MS = 0x6A, esphome::tcs34725::TCS34725_INTEGRATION_TIME_401MS = 0x59,
  esphome::tcs34725::TCS34725_INTEGRATION_TIME_420MS = 0x51, esphome::tcs34725::TCS34725_INTEGRATION_TIME_480MS = 0x38, esphome::tcs34725::TCS34725_INTEGRATION_TIME_499MS = 0x30, esphome::tcs34725::TCS34725_INTEGRATION_TIME_540MS = 0x1F,
  esphome::tcs34725::TCS34725_INTEGRATION_TIME_600MS = 0x06, esphome::tcs34725::TCS34725_INTEGRATION_TIME_614MS = 0x00, esphome::tcs34725::TCS34725_INTEGRATION_TIME_AUTO = 0x100
}
 
enum  esphome::tcs34725::TCS34725Gain { esphome::tcs34725::TCS34725_GAIN_1X = 0x00, esphome::tcs34725::TCS34725_GAIN_4X = 0x01, esphome::tcs34725::TCS34725_GAIN_16X = 0x02, esphome::tcs34725::TCS34725_GAIN_60X = 0x03 }