From c9f341b8ee75cad3d4266e91b9605d0117aa1c84 Mon Sep 17 00:00:00 2001
From: Matthew <mhamilton942@gmail.com>
Date: Fri, 22 May 2020 14:50:10 +0100
Subject: [PATCH] add library properties

---
 library.properties             | 11 +++++++++++
 note_on_library_properties.txt |  7 +++++++
 2 files changed, 18 insertions(+)
 create mode 100644 library.properties
 create mode 100644 note_on_library_properties.txt

diff --git a/library.properties b/library.properties
new file mode 100644
index 0000000..732040a
--- /dev/null
+++ b/library.properties
@@ -0,0 +1,11 @@
+name=VizBlocks
+version=0.0.1
+author=
+maintainer=
+sentence=
+paragraph=
+category=Uncategorized
+url=
+architectures=esp8266
+includes=VizBlocks.h
+depends=ESP8266WiFi,Adafruit NeoPixel,Adafruit MQTT Library
diff --git a/note_on_library_properties.txt b/note_on_library_properties.txt
new file mode 100644
index 0000000..901621d
--- /dev/null
+++ b/note_on_library_properties.txt
@@ -0,0 +1,7 @@
+Delete Me At A Future Date
+
+https://arduino.github.io/arduino-cli/library-specification/
+
+Useful Flags:
+
+precompiled: especially if this will only be iused on ESP8266 boards  
-- 
GitLab