mirror of
https://github.com/esp8266/Arduino.git
synced 2025-07-29 05:21:37 +03:00
Timer0 and Servo library support
This exposes the Timer0 This provides a Servo library support compatible with Arduino Servo library but only supports the two timers the esp8266 has available
This commit is contained in:
9
libraries/Servo/library.properties
Normal file
9
libraries/Servo/library.properties
Normal file
@ -0,0 +1,9 @@
|
||||
name=Servo
|
||||
version=1.0.2
|
||||
author=Michael C. Miller
|
||||
maintainer=GitHub/esp8266/arduino
|
||||
sentence=Allows Esp8266 boards to control a variety of servo motors.
|
||||
paragraph=This library can control a great number of servos.<br />It makes careful use of timers: the library can control 12 servos using only 1 timer.<br />
|
||||
category=Device Control
|
||||
url=http://arduino.cc/en/Reference/Servo
|
||||
architectures=esp8266
|
Reference in New Issue
Block a user