From 5b5ba1a6bea709bb9ba7e13621af44b5ff2f1e25 Mon Sep 17 00:00:00 2001 From: Alex Date: Tue, 6 Jun 2017 08:04:35 +0200 Subject: [PATCH] Added link to EEPROM lib/examples --- doc/libraries.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/libraries.rst b/doc/libraries.rst index ff5b88cb4..d516afbb4 100644 --- a/doc/libraries.rst +++ b/doc/libraries.rst @@ -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 `__ included. I2C (Wire library) ------------------