ESPHome
2024.10.2
|
the ReadBuffer structure stores a pointer to a read buffer and its length More...
#include <i2c_bus.h>
Data Fields | |
uint8_t * | data |
pointer to the read buffer More... | |
size_t | len |
length of the buffer More... | |
the ReadBuffer structure stores a pointer to a read buffer and its length
uint8_t* esphome::i2c::ReadBuffer::data |