ESPHome  2024.9.0
Data Structures | Namespaces | Enumerations
ltr501.h File Reference

Go to the source code of this file.

Data Structures

class  esphome::ltr501::LTRAlsPs501Component
 
struct  esphome::ltr501::LTRAlsPs501Component::AlsReadings
 
class  esphome::ltr501::LTRPsHighTrigger
 
class  esphome::ltr501::LTRPsLowTrigger
 

Namespaces

 esphome
 Implementation of SPI Controller mode.
 
 esphome::ltr501
 

Enumerations

enum  esphome::ltr501::DataAvail : uint8_t { esphome::ltr501::NO_DATA, esphome::ltr501::BAD_DATA, esphome::ltr501::DATA_OK }
 
enum  esphome::ltr501::LtrType : uint8_t { esphome::ltr501::LTR_TYPE_UNKNOWN = 0, esphome::ltr501::LTR_TYPE_ALS_ONLY = 1, esphome::ltr501::LTR_TYPE_PS_ONLY = 2, esphome::ltr501::LTR_TYPE_ALS_AND_PS = 3 }