aboutsummaryrefslogtreecommitdiffstats
path: root/testhal/KINETIS/TEENSY_LC/EEPROM_EMU/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'testhal/KINETIS/TEENSY_LC/EEPROM_EMU/README.md')
-rw-r--r--testhal/KINETIS/TEENSY_LC/EEPROM_EMU/README.md7
1 files changed, 7 insertions, 0 deletions
diff --git a/testhal/KINETIS/TEENSY_LC/EEPROM_EMU/README.md b/testhal/KINETIS/TEENSY_LC/EEPROM_EMU/README.md
new file mode 100644
index 0000000..5e11bd1
--- /dev/null
+++ b/testhal/KINETIS/TEENSY_LC/EEPROM_EMU/README.md
@@ -0,0 +1,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).