Skip to content

Commit 19bc909

Browse files
Add library.properties file
This turns the library into a proper non-legacy library and allows the Arduino IDE to display some additional info in its library manager. This also opens up the way to allow installing the library from within the Arduino IDE, if the library's github url is added to the list of libraries by the Arduino team. This fixes the first part of issue #2.
1 parent 5fccf2e commit 19bc909

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

library.properties

+9
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
name=XBee-Arduino library
2+
version=0.5.0
3+
author=Andrew Wrapp
4+
maintainer=Andrew Wrapp <[email protected]>
5+
sentence=Library for talking to to various wireless XBee modules from Digi.
6+
paragraph=This supports various devices, configured to use the more advanced "API" mode.
7+
category=Communication
8+
url=https://github.com/andrewrapp/xbee-arduino
9+
architectures=*

0 commit comments

Comments
 (0)