From d7a4f56481e652d9b2304e90c843413a0f600418 Mon Sep 17 00:00:00 2001 From: Ben Lye Date: Fri, 31 Aug 2018 15:41: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 13a9c45..5148e25 100644 --- a/docs/EEPROM.md +++ b/docs/EEPROM.md @@ -1,6 +1,6 @@ # Multi-Module EEPROM -The EEPROM is used to store the Multiprotocol Modules's global ID as well as details of bound receivers for certain protocols (afhds2a, Bugs, Devo, Walkera). +The EEPROM is used to store the Multiprotocol Modules's global ID as well as details of bound receivers for certain protocols (AFHDS2A, Bugs, Devo, Walkera). On an Atmega328p module the EEPROM is a dedicated and persistent data store, separate from the 32KB of flash memory. On the STM32 module there is no dedicated EEPROM, so EEPROM functionality is emulated in the last 2KB of flash memory.