|
| I2C_eeprom (uint8_t deviceAddress) |
|
int | writeByte (uint16_t address, const uint8_t value) |
|
int | writeBlock (uint16_t address, const uint8_t *buffer, uint16_t length) |
|
int | setBlock (uint16_t address, uint8_t value, uint16_t length) |
|
void | setDeviceAddress (uint8_t deviceAddress) |
|
uint8_t | readByte (uint16_t address) |
|
uint16_t | readBlock (uint16_t address, uint8_t *buffer, uint16_t length) |
|
uint8_t | determineSize () |
|
The documentation for this class was generated from the following files:
- BayEOS-Arduino/libraries/BayEOSBuffer/I2C_eeprom.h
- BayEOS-Arduino/libraries/BayEOSBuffer/I2C_eeprom.cpp