1
0
mirror of https://github.com/esp8266/Arduino.git synced 2025-06-15 00:02:49 +03:00

Added link to EEPROM lib/examples

This commit is contained in:
Alex
2017-06-06 08:04:35 +02:00
committed by Ivan Grokhotkov
parent 8c3bb69530
commit 5b5ba1a6be

View File

@ -27,7 +27,7 @@ This is a bit different from standard EEPROM class. You need to call ``EEPROM.be
EEPROM library uses one sector of flash located just after the SPIFFS.
Three examples included.
`Three examples <https://github.com/esp8266/Arduino/tree/master/libraries/EEPROM>`__ included.
I2C (Wire library)
------------------