|
ESPHome 2025.10.3
|
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 | |
| size_t | len |
| length of the buffer | |
the WriteBuffer structure stores a pointer to a write buffer and its length
| const uint8_t* esphome::i2c::WriteBuffer::data |