ESPHome  2024.4.0
Data Structures | Namespaces | Typedefs | Enumerations
pvvx_display.h File Reference

Go to the source code of this file.

Data Structures

class  esphome::pvvx_mithermometer::PVVXDisplay
 

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

Typedefs

using esphome::pvvx_mithermometer::pvvx_writer_t = std::function< void(PVVXDisplay &)>
 

Enumerations

enum  esphome::pvvx_mithermometer::UNIT {
  esphome::pvvx_mithermometer::UNIT_NONE = 0, esphome::pvvx_mithermometer::UNIT_DEG_GHE, esphome::pvvx_mithermometer::UNIT_MINUS, esphome::pvvx_mithermometer::UNIT_DEG_F,
  esphome::pvvx_mithermometer::UNIT_LOWDASH, esphome::pvvx_mithermometer::UNIT_DEG_C, esphome::pvvx_mithermometer::UNIT_LINES, esphome::pvvx_mithermometer::UNIT_DEG_E
}
 Possible units for the big number. More...