mirror of
https://github.com/esp8266/Arduino.git
synced 2025-06-09 03:41:41 +03:00
Added new ESP_EEPROM to list of ESP libraries (#4529)
This commit is contained in:
parent
149af7618c
commit
acbabf9895
@ -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.
|
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)
|
Other libraries (not included with the IDE)
|
||||||
-------------------------------------------
|
-------------------------------------------
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user