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

Updated all library.properties to 1.5 rev2 lib format

This commit is contained in:
Cristian Maglie
2014-02-18 17:22:40 +01:00
parent 170b742e4b
commit 76ded605ff
16 changed files with 30 additions and 60 deletions

View File

@ -1,10 +1,8 @@
name=Firmata
version=2.3.6
author=Firmata Developers
email=firmata-devel@lists.sourceforge.net
maintainer=Firmata Developers <firmata-devel@lists.sourceforge.net>
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://firmata.org
architectures=*
version=2.3.6
dependencies=
core-dependencies=arduino (>=1.5.0)