Skip to content

Commit 7a67148

Browse files
update library properties for new IDE 1.5.6 format
1 parent 07c2fa9 commit 7a67148

File tree

2 files changed

+3
-5
lines changed

2 files changed

+3
-5
lines changed

Firmata.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
Firmata.cpp - Firmata library v2.4.0 - 2013-08-09
2+
Firmata.cpp - Firmata library v2.6.0 - 2013-08-09
33
Copyright (C) 2006-2008 Hans-Christoph Steiner. All rights reserved.
44
55
This library is free software; you can redistribute it and/or

library.properties

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,8 @@
11
name=Firmata
2+
version=2.6.0
23
author=Firmata Developers
3-
email=firmata-devel@lists.sourceforge.net
4+
maintainer=firmata-devel@lists.sourceforge.net
45
sentence=This library implements the Firmata protocol and allows you to control the Arduino board from the an application on the computer.
56
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.
67
url=http://firmata.org
78
architectures=*
8-
version=2.5.0
9-
dependencies=
10-
core-dependencies=arduino (>=1.5.0)

0 commit comments

Comments
 (0)