From 29134614ee55bc272cb26743429e51763c5710e2 Mon Sep 17 00:00:00 2001 From: Felix Rusu Date: Thu, 5 Apr 2018 16:35:42 -0400 Subject: [PATCH] add library.properties --- 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..adc00a8 --- /dev/null +++ b/library.properties @@ -0,0 +1,10 @@ +name=RFM69_LowPowerLab +version=1.0.0 +author=Felix Rusu +maintainer=Felix Rusu +sentence=Simple Arduino library for SPI flash memory chips +paragraph=Easy to use library for controlling all types of RFM69 transceivers. Designed for Moteino boards. Also tested with Arduino, STM32, SAMD boards. +category=Wireless Communications +url=https://github.com/LowPowerLab/RFM69 +architectures=avr,samd,esp8266,esp32,stm32 +includes=RFM69.h,RFM69_ATC.h,RFM69_OTA.h