1
0
mirror of https://github.com/esp8266/Arduino.git synced 2025-09-08 06:28:00 +03:00

Merge pull request #818 from plinioseniore/patch-2

Update reference.md
This commit is contained in:
Ivan Grokhotkov
2015-09-28 13:40:29 +03:00

View File

@@ -382,7 +382,7 @@ Size can be anywhere between 4 and 4096 bytes.
whenever you wish to save changes to flash. `EEPROM.end()` will also commit, and will
release the RAM copy of EEPROM contents.
EEPROM library uses one sector of flash located at 0x7b000 for storage.
EEPROM library uses one sector of flash located just after the SPIFFS.
Three examples included.