From a08de45ed6de302ee1ff7fae921d92d70b6dd042 Mon Sep 17 00:00:00 2001 From: Avamander Date: Sat, 26 Sep 2015 22:06:06 +0300 Subject: [PATCH] Create library.properties Created library.properties to make the library compatible with the Arduino IDE's library manager. --- library.properties | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 library.properties diff --git a/library.properties b/library.properties new file mode 100644 index 00000000..9028c14a --- /dev/null +++ b/library.properties @@ -0,0 +1,9 @@ +name=RF24Network +version=1.0 +author=TMRh20 +maintainer=TMRh20 +sentence=A library for NRF24L01(+) devices network. +paragraph=Provides a simple and seamless netowork layer for sensor networks. +category=Communication +url=http://tmrh20.github.io/RF24Network/ +architectures=avr