ESPHome  2023.3.1
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
 
 esphome::ezo
 

Enumerations

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