Skip to content

Commit acbabf9

Browse files
jwrwd-a-v
authored andcommitted
Added new ESP_EEPROM to list of ESP libraries (#4529)
1 parent 149af76 commit acbabf9

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

doc/libraries.rst

+8
Original file line numberDiff line numberDiff line change
@@ -135,6 +135,14 @@ Servo
135135

136136
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.
137137

138+
Improved EEPROM library for ESP (ESP_EEPROM)
139+
--------------------------------------------
140+
141+
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.
142+
143+
As actions on the flash need to stop the interrupts, an EEPROM reflash could noticably affect anything using PWM, etc.
144+
145+
138146
Other libraries (not included with the IDE)
139147
-------------------------------------------
140148

0 commit comments

Comments
 (0)