this is the structure of the memory used by the slave i2c interface
More...
#include <hw_i2c.h>
|
uint8_t | mem [256] {} |
| the size of the slave memory buffer
|
|
uint8_t | mem_address = 256 - 1 |
| the addresse where the slave read/write. this chages for each exchange sequence, the slave points to its last memory address
|
|
bool | mem_address_written = false |
| falg that determine if the slave read or write to its memory buffer
|
|
this is the structure of the memory used by the slave i2c interface
The documentation for this struct was generated from the following file: