Go to the source code of this file.
Functions | |
void | EEInit (void) |
int | EEWriteData (uint16_t addr, void *data, uint16_t len) |
int | EEReadData (uint16_t addr, void *data, uint16_t len) |
void EEInit | ( | void | ) |
Definition at line 53 of file eeprom.c.
References at24c::EepromSize, I2C_SLA_AT24C, at24c::IAddrW, at24c::NumOfPage, at24c::PageSize, at24c::SlaveAddress, and at24c::Timeout.