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

Go to the source code of this file.

Data Structures

class  esphome::ezo::EzoCommand
 
class  esphome::ezo::EZOSensor
 This class implements support for the EZO circuits in i2c mode. 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::ezo
 

Enumerations

enum  esphome::ezo::EzoCommandType : uint8_t {
  esphome::ezo::EZO_READ = 0, esphome::ezo::EZO_LED, esphome::ezo::EZO_DEVICE_INFORMATION, esphome::ezo::EZO_SLOPE,
  esphome::ezo::EZO_CALIBRATION, esphome::ezo::EZO_SLEEP, esphome::ezo::EZO_I2C, esphome::ezo::EZO_T,
  esphome::ezo::EZO_CUSTOM
}
 
enum  esphome::ezo::EzoCalibrationType : uint8_t { esphome::ezo::EZO_CAL_LOW = 0, esphome::ezo::EZO_CAL_MID = 1, esphome::ezo::EZO_CAL_HIGH = 2 }