ESPHome  2024.4.1
Data Structures | Functions | Variables
esphome::am43 Namespace Reference

Data Structures

class  Am43
 
class  Am43Component
 
class  Am43Decoder
 
class  Am43Encoder
 
struct  Am43Packet
 

Functions

std::string pkt_to_hex (const uint8_t *data, uint16_t len)
 

Variables

const uint8_t START_PACKET [5] = {0x00, 0xff, 0x00, 0x00, 0x9a}
 

Function Documentation

◆ pkt_to_hex()

std::string esphome::am43::pkt_to_hex ( const uint8_t *  data,
uint16_t  len 
)

Definition at line 10 of file am43_base.cpp.

Variable Documentation

◆ START_PACKET

const uint8_t esphome::am43::START_PACKET[5] = {0x00, 0xff, 0x00, 0x00, 0x9a}

Definition at line 8 of file am43_base.cpp.