From 536e557eeacd3e8faa1deaba88b3a3477793ee65 Mon Sep 17 00:00:00 2001 From: Lexi Date: Sat, 3 Apr 2021 16:48:48 +0200 Subject: [PATCH] Initial commit --- README.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..43ef080 --- /dev/null +++ b/README.md @@ -0,0 +1,5 @@ +# eeprom-programmer + +Programming tool for parallel EEPROM chips, based on a ATmega16. + +Only supports AT28C256 EEPROM chips as of now.