ESPHome  2024.9.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
 Implementation of SPI Controller mode.
 
 esphome::vbus
 

Typedefs

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