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