Arduino/libraries/Firmata/library.properties

11 lines
597 B
INI

name=Firmata
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.
url=http://firmata.org
architectures=*
version=2.3.6
dependencies=
core-dependencies=arduino (>=1.5.0)