.. | ||
chconf.h | ||
eeprom.c | ||
eeprom.h | ||
halconf.h | ||
halconf_community.h | ||
main.c | ||
Makefile | ||
mcuconf.h | ||
MKL26Z64.ld | ||
README.md |
Teensy LC EEPROM emulation example
This example emulates 128 bytes of EEPROM, using 2K of flash. Some wear-levelling is done (see comments in eeprom.c
).
Credits
Most of the actual EEPROM code is from PJRC/Teensyduino.