Library emulating a high endurance 16 byte EEPROM. More...
#include "hal_flash.h"Go to the source code of this file.
Functions | |
| void | lib_eeprom_byte_write (uint8_t adr, uint8_t dat) |
| void | lib_eeprom_bytes_write (uint8_t adr, uint8_t *p, uint8_t n) |
| uint8_t | lib_eeprom_byte_read (uint8_t adr) |
| void | lib_eeprom_bytes_read (uint8_t adr, uint8_t *p, uint8_t n) |
Library emulating a high endurance 16 byte EEPROM.
Definition in file lib_eeprom.h.
1.7.2