Added credits to Ben Eater
This commit is contained in:
parent
51a6c4673a
commit
de712cd340
2 changed files with 11 additions and 0 deletions
|
|
@ -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)
|
||||
|
|
|
|||
9
arduino_program/arduino_program.ino
Normal file
9
arduino_program/arduino_program.ino
Normal 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:
|
||||
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue