|
Contiki 2.5
|
EEPROM functions. More...
Go to the source code of this file.
Functions | |
| void | eeprom_write (eeprom_addr_t addr, unsigned char *buf, int size) |
| Write a buffer into EEPROM. More... | |
| void | eeprom_read (eeprom_addr_t addr, unsigned char *buf, int size) |
| Read data from the EEPROM. More... | |
| void | eeprom_init (void) |
| Initialize the EEPROM module. More... | |
EEPROM functions.
Definition in file eeprom.h.
1.8.3.1