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