Contiki 3.x
|
ST M24C64W EEPROM driver. More...
Go to the source code of this file.
Functions | |
void | eeprom_init (void) |
eeprom initializzation function More... | |
void | eeprom_write (eeprom_addr_t addr, unsigned char *buf, int size) |
Write data to eeprom. More... | |
void | eeprom_read (eeprom_addr_t addr, unsigned char *buf, int size) |
Read data from eeprom. More... | |