From b6f30c285f07061b321303c4e3a2e81cd0c5ec65 Mon Sep 17 00:00:00 2001 From: Ben Lye Date: Fri, 31 Aug 2018 14:19:25 +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 9dbbe4f..13a9c45 100644 --- a/docs/EEPROM.md +++ b/docs/EEPROM.md @@ -123,7 +123,7 @@ Erasing flash ## Atmega328p Module The EEPROM on the Atmega328p module is a dedicated 1KB data space, separate from the main flash memory. -By default the EEPROM would be erased every time the module is flashed, but we configure the `EESAVE` bit so that the EEPROM is not erased during flashes. This one reason is why it is crucial to set the 'fuses' on a new module using the **Burn Bootloader** command in the Arduino IDE, as described in the [documentation](Compiling.md#burn-bootloader-and-set-fuses). +By default the EEPROM would be erased every time the module is flashed, but we configure the `EESAVE` bit so that the EEPROM is not erased during flashes. This is one reason is why it is crucial to set the 'fuses' on a new module using the **Burn Bootloader** command in the Arduino IDE, as described in the [documentation](Compiling.md#burn-bootloader-and-set-fuses). The module's EEPROM can be read, written, and erased using the avrdude tool.