Skip to content

Commit ad42ab6

Browse files
diogosalazardevyte
authored andcommitted
Fix typos (#4346)
Found a couple of typos in the Servo section
1 parent d0f220f commit ad42ab6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/libraries.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ Implements a simple DNS server that can be used in both STA and AP modes. The DN
133133
Servo
134134
-----
135135

136-
This library exposes the ability to control RC (hobby) servo motors. It will support upto 24 servos on any available output pin. By defualt 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 effected. 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.
136+
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

138138
Other libraries (not included with the IDE)
139139
-------------------------------------------

0 commit comments

Comments
 (0)