This graph shows which files directly or indirectly include this file:

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. | |
| void | eeprom_read (eeprom_addr_t addr, unsigned char *buf, int size) |
| Read data from the EEPROM. | |
|
||||||||||||||||
|
Read data from the EEPROM. This function reads a number of bytes from the specified address in EEPROM and into a buffer in memory.
|
|
||||||||||||||||
|
Write a buffer into EEPROM. This function writes a buffer of the specified size into EEPROM.
|
1.3.6