Added credits to Ben Eater

This commit is contained in:
Mariano Uvalle 2020-12-07 18:09:08 -06:00
parent 51a6c4673a
commit de712cd340
2 changed files with 11 additions and 0 deletions

View file

@ -1,2 +1,4 @@
# eeprom_programmer
A very basic EEPROM programmer, compatible with chips with up to 15 address lines.
##### This project was inspired by and based on [Ben Eater's programmer](https://github.com/beneater/eeprom-programmer)

View file

@ -0,0 +1,9 @@
void setup() {
// put your setup code here, to run once:
}
void loop() {
// put your main code here, to run repeatedly:
}