8 lines
276 B
Markdown
8 lines
276 B
Markdown
|
# 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).
|