ESPHome 2026.5.0-dev
Loading...
Searching...
No Matches
esphome::ezo Namespace Reference

Data Structures

class  EzoCommand
 
class  EZOSensor
 This class implements support for the EZO circuits in i2c mode. More...
 

Enumerations

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

Enumeration Type Documentation

◆ EzoCalibrationType

Enumerator
EZO_CAL_LOW 
EZO_CAL_MID 
EZO_CAL_HIGH 

Definition at line 25 of file ezo.h.

◆ EzoCommandType

Enumerator
EZO_READ 
EZO_LED 
EZO_DEVICE_INFORMATION 
EZO_SLOPE 
EZO_CALIBRATION 
EZO_SLEEP 
EZO_I2C 
EZO_T 
EZO_CUSTOM 

Definition at line 13 of file ezo.h.