1
0
mirror of https://github.com/arduino/Arduino.git synced 2024-12-10 21:24:12 +01:00
Arduino/libraries/Firmata/library.properties
2013-08-08 16:40:55 +02:00

11 lines
538 B
INI

name=Firmata
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=
architectures=*
version=1.0
dependencies=SoftwareSerial
core-dependencies=arduino (>=1.5.0)