1
0
mirror of https://github.com/esp8266/Arduino.git synced 2025-07-30 16:24:09 +03:00

Updated libraries metadata

This commit is contained in:
Cristian Maglie
2013-08-08 16:40:55 +02:00
parent 4baf375386
commit 07d9d558b5
16 changed files with 54 additions and 55 deletions

View File

@ -1,10 +1,10 @@
name=Firmata
author=Hans-Christoph Steiner
email=Hans-Christoph Steiner <hans@at.or.at> (author), Paul Stoffregen <paul@pjrc.com> (maintainer)
author=
email=
sentence=This library implements the Firmata protocol and allows you to control the Arduino board from the an application on the computer.
paragraph=The Firmata library implements the Firmata protocol for communicating with software on the host computer. This allows you to write custom firmware without having to create your own protocol and objects for the programming environment that you are using.
url=http://arduino.cc/en/Reference/Firmata</br>http://firmata.org
architectures=avr, sam
url=
architectures=*
version=1.0
dependencies= SoftwareSerial
dependencies=SoftwareSerial
core-dependencies=arduino (>=1.5.0)