Update EEPROM.md

This commit is contained in:
Ben Lye 2018-08-31 16:41:15 +01:00 committed by GitHub
parent d231324bc2
commit 8f502b963a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -131,6 +131,11 @@ The module's EEPROM can be read, written, and erased using the avrdude tool.
* A USBasp device, or another Arduino programmed to function as a USBasp * A USBasp device, or another Arduino programmed to function as a USBasp
* avrdude - installed as part of the Arduino IDE installation, or [downloaded separately](http://savannah.nongnu.org/projects/avrdude) * avrdude - installed as part of the Arduino IDE installation, or [downloaded separately](http://savannah.nongnu.org/projects/avrdude)
With a default Arduino IDE installation, the path to avrdude will be:
* Windows - `C:\Program Files (x86)\Arduino\hardware\tools\avr\bin\avrdude.exe`
* Linux - `[Arduino IDE path]/hardware/tools/avr/bin/avrdude`
* macOS - TBD
#### Preparation #### Preparation
Connect the module using the USBasp. Connect the module using the USBasp.