|
ESPHome 2025.12.0-dev
|
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 | |
| size_t | len |
| length of the buffer | |
the ReadBuffer structure stores a pointer to a read buffer and its length
| uint8_t* esphome::i2c::ReadBuffer::data |