From 7e572ad9f9506db85ee1d7c885c8a63743bc54f6 Mon Sep 17 00:00:00 2001 From: Jim Watson Date: Sat, 17 Mar 2018 09:17:40 +0000 Subject: [PATCH] Added new ESP_EEPROM to list of ESP libraries --- doc/libraries.rst | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/doc/libraries.rst b/doc/libraries.rst index b1111665c8..8909d445ff 100644 --- a/doc/libraries.rst +++ b/doc/libraries.rst @@ -135,6 +135,14 @@ Servo This library exposes the ability to control RC (hobby) servo motors. It will support up to 24 servos on any available output pin. By default the first 12 servos will use Timer0 and currently this will not interfere with any other support. Servo counts above 12 will use Timer1 and features that use it will be affected. While many RC servo motors will accept the 3.3V IO data pin from a ESP8266, most will not be able to run off 3.3v and will require another power source that matches their specifications. Make sure to connect the grounds between the ESP8266 and the servo motor power supply. +Improved EEPROM library for ESP (ESP_EEPROM) +-------------------------------------------- + +An improved EEPROM library for ESPxxxx. Uses flash memory as per the standard ESP EEPROM library but reduces reflash - so reducing wear and improving commit() performance. + +As actions on the flash need to stop the interrupts, an EEPROM reflash could noticably affect anything using PWM, etc. + + Other libraries (not included with the IDE) -------------------------------------------