ESPHome  2024.3.1
Data Structures | Functions
esphome::rc522 Namespace Reference

Data Structures

class  RC522
 
class  RC522BinarySensor
 
class  RC522Trigger
 

Functions

std::string format_buffer (uint8_t *b, uint8_t len)
 
std::string format_uid (std::vector< uint8_t > &uid)
 

Function Documentation

◆ format_buffer()

std::string esphome::rc522::format_buffer ( uint8_t *  b,
uint8_t  len 
)

Definition at line 16 of file rc522.cpp.

◆ format_uid()

std::string esphome::rc522::format_uid ( std::vector< uint8_t > &  uid)

Definition at line 28 of file rc522.cpp.