mirror of
https://github.com/esp8266/Arduino.git
synced 2025-04-25 20:02:37 +03:00
Use unique name values in library.properties for the esp8266 libraries that are also Arduino IDE Built-In libraries. This solves the issue of SD and Servo libraries always appearing as Type: Updatable in the Arduino IDE 1.6.6 Library Manager when an esp8266 board is selected.
10 lines
408 B
INI
10 lines
408 B
INI
name=Servo(esp8266)
|
|
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
|