aboutsummaryrefslogtreecommitdiffstats
path: root/testhal/KINETIS/TEENSY_LC/EEPROM_EMU/README.md
blob: 5e11bd1d29d9c3f228e678bede0427918eded7fe (plain)
1
2
3
4
5
6
7
# 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](https://www.pjrc.com/teensy/teensyduino.html).