1
0
mirror of https://github.com/arduino/Arduino.git synced 2025-01-05 20:46:08 +01:00
Arduino/libraries/Firmata/library.properties

11 lines
538 B
Properties
Raw Normal View History

name=Firmata
2013-08-08 16:40:55 +02:00
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.
2013-08-08 16:40:55 +02:00
url=
architectures=*
version=1.0
2013-08-08 16:40:55 +02:00
dependencies=SoftwareSerial
core-dependencies=arduino (>=1.5.0)