From 8f502b963a6d17c197fd08f743acd5181bc75b89 Mon Sep 17 00:00:00 2001 From: Ben Lye Date: Fri, 31 Aug 2018 16:41:15 +0100 Subject: [PATCH] Update EEPROM.md --- docs/EEPROM.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/docs/EEPROM.md b/docs/EEPROM.md index 627251c..ee19413 100644 --- a/docs/EEPROM.md +++ b/docs/EEPROM.md @@ -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 * 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 Connect the module using the USBasp.