1
0
mirror of https://github.com/esp8266/Arduino.git synced 2025-04-19 23:22:16 +03:00

Merge pull request #1096 from per1234/master

Unique Built-In libraries library.properties name
This commit is contained in:
Ivan Grokhotkov 2016-01-10 23:41:54 +03:00
commit 47102201a8
4 changed files with 13 additions and 3 deletions

View File

@ -1,4 +1,4 @@
name=Ethernet
name=Ethernet(esp8266)
version=1.0.4
author=Arduino
maintainer=Arduino <info@arduino.cc>

View File

@ -0,0 +1,10 @@
name=OneWire(esp8266)
version=2.2
author=Jim Studt, Tom Pollard, Robin James, Glenn Trewitt, Jason Dangel, Guillermo Lovato, Paul Stoffregen, Scott Roberts, Bertrik Sikken, Mark Tillotson, Ken Butcher, Roger Clark, Love Nystrom
maintainer=
sentence=Access 1-wire temperature sensors, memory and other chips. ESP8266 compatible version.
paragraph=
category=Communication
url=
architectures=esp8266

View File

@ -1,4 +1,4 @@
name=SD
name=SD(esp8266)
version=1.0.5
author=Arduino, SparkFun
maintainer=Arduino <info@arduino.cc>

View File

@ -1,4 +1,4 @@
name=Servo
name=Servo(esp8266)
version=1.0.2
author=Michael C. Miller
maintainer=GitHub/esp8266/arduino