From de7906b9ca91a832d446a5c7532a027df01e4c69 Mon Sep 17 00:00:00 2001 From: Felix Rusu Date: Mon, 12 Feb 2018 11:04:01 -0500 Subject: [PATCH] Add library properties file --- 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..74c200a --- /dev/null +++ b/library.properties @@ -0,0 +1,10 @@ +name=SPIFlash_LowPowerLab +version=101.0.0 +author=Felix Rusu +maintainer=Felix Rusu +sentence=Simple Arduino library for SPI flash memory chips +paragraph=This library is specifically designed for the Windbond W25X40CLSNIG chips for use with Moteino boards. Not to be confused with this library: https://github.com/Marzogh/SPIFlash/ +category=Data Storage +url=https://github.com/LowPowerLab/SPIFlash +architectures=avr,sam,samd,esp8266,esp32,stm32 +includes=SPIFlash.h