Arduino/libraries/Firmata/library.properties

11 lines
597 B
Properties
Raw Normal View History

name=Firmata
2013-08-22 19:50:31 -07:00
author=Firmata Developers
email=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.
2013-08-22 19:50:31 -07:00
url=http://firmata.org
2013-08-08 07:40:55 -07:00
architectures=*
2013-08-22 19:50:31 -07:00
version=2.3.6
dependencies=
core-dependencies=arduino (>=1.5.0)