ESPHome  2024.5.0
Data Structures | Namespaces | Typedefs
vbus.h File Reference

Go to the source code of this file.

Data Structures

class  esphome::vbus::VBusListener
 
class  esphome::vbus::VBus
 

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

Typedefs

using esphome::vbus::message_parser_t = std::function< float(std::vector< uint8_t > &)>