From a607c376a5bdb71f835199826e767c0d7b64fb45 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Suat=20=C3=96zg=C3=BCr?= Date: Sat, 26 Nov 2016 17:00:46 +0100 Subject: [PATCH] adding library.properties for arduino library manager --- library.properties | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 library.properties diff --git a/library.properties b/library.properties new file mode 100644 index 0000000..77cf2b0 --- /dev/null +++ b/library.properties @@ -0,0 +1,10 @@ +name=rc-switch +version=2.6.0 +author=sui77 +maintainer=sui77,fingolfin +sentence=Operate 433/315Mhz devices. +paragraph=Use your Arduino or Raspberry Pi to operate remote radio controlled devices. This will most likely work with all popular low cost power outlet sockets. +category=Device Control, Signal Input/Output +url=https://github.com/sui77/rc-switch +architectures=avr +includes=RCSwitch.h \ No newline at end of file