From c86c79e90109198a6a8ea8451047caa8ac11a533 Mon Sep 17 00:00:00 2001 From: Makuna Date: Tue, 2 Jun 2015 16:00:51 -0700 Subject: [PATCH] edits --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index d3af79de9..8928e14c8 100644 --- a/README.md +++ b/README.md @@ -184,9 +184,9 @@ Allows the sketch to respond to multicast DNS queries for domain names like "foo Currently the library only works on STA interface, AP interface is not supported. See attached example and library README file for details. -#### Servor #### +#### Servo #### -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. Servos counts above 12 will use Timer1 and features that use it will be effected. +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. #### Other libraries (not included with the IDE)