From 08bc248b09128efe398f00e82ee37582883c909e Mon Sep 17 00:00:00 2001 From: Ben Lye Date: Fri, 31 Aug 2018 14:06:42 +0100 Subject: [PATCH] Update EEPROM.md --- docs/EEPROM.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/EEPROM.md b/docs/EEPROM.md index 1bcd661..9dbbe4f 100644 --- a/docs/EEPROM.md +++ b/docs/EEPROM.md @@ -151,7 +151,7 @@ Example: `avrdude -c usbasp -p atmega328p -U eeprom:w:eeprom.hex:i` ### Erasing the Atmega328p EEPROM -It's not possible to simply erase the EEPROM so instead we write a file which overwrites all of the content with `0xFF`. Download the 'erase.hex' file [here](erase.hex). +It's not possible to simply erase the EEPROM so instead we write a file which overwrites all of the content with `0xFF`. Download the 'erase.hex' file [here](https://raw.githubusercontent.com/pascallanger/DIY-Multiprotocol-TX-Module/master/docs/erase.hex). The syntax of the 'erase' command is the same as the restore command.