Skip to content

Commit 1d25e00

Browse files
adding properties file and moving license to extras dir per new library structure
1 parent 92a41bf commit 1d25e00

File tree

2 files changed

+10
-0
lines changed

2 files changed

+10
-0
lines changed
File renamed without changes.

library.properties

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
name=Firmata
2+
author=Firmata Developers
3+
4+
sentence=This library implements the Firmata protocol and allows you to control the Arduino board from the an application on the computer.
5+
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.
6+
url=http://firmata.org
7+
architectures=*
8+
version=2.4.0
9+
dependencies=
10+
core-dependencies=arduino (>=1.5.0)

0 commit comments

Comments
 (0)