Definition in file i2ceeprom.h.
#include "global.h"
Go to the source code of this file.
Functions | |
| void | i2ceepromInit (void) |
| Initialize I2C EEPROM interface. | |
| u08 | i2ceepromReadByte (u08 i2cAddr, u32 memAddr) |
| In the I2C EEPROM at [i2cAddr], read a byte from memory location [memAddr]. | |
| void | i2ceepromWriteByte (u08 i2cAddr, u32 memAddr, u08 data) |
| In the I2C EEPROM at [i2cAddr], write a byte [data] to the memory location [memAddr]. | |
1.4.2