diff --git a/library.properties b/library.properties new file mode 100644 index 0000000000000000000000000000000000000000..732040a9c3af81d1e095bdfd354bd6499d18e15d --- /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 0000000000000000000000000000000000000000..901621d49d764659783cdf596d46eff6970eebb8 --- /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