From 3ab67f754d0aac1b48b8fc94c60e1bc04786b559 Mon Sep 17 00:00:00 2001 From: Chris Knight Date: Sun, 9 Oct 2022 11:41:55 +1300 Subject: [PATCH 1/2] Adding library.properties for Arduino IDE --- 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..ca1f3ef --- /dev/null +++ b/library.properties @@ -0,0 +1,10 @@ +name=CoolNeon TCL +version=1.3 +author=Christopher De Vries +maintainer=https://github.com/devries +sentence=Arduino library for controlling CoolNeon TCL LED pixels. +paragraph=Arduino library for controlling CoolNeon TCL LED pixels. +category=Display +url=https://github.com/CoolNeon/arduino-tcl/ +architectures=* +includes=TCL.h From 9c4e185a8623df19d36b0436c55179ea96a72b72 Mon Sep 17 00:00:00 2001 From: Chris Knight Date: Sun, 9 Oct 2022 11:43:38 +1300 Subject: [PATCH 2/2] Teeny weeny version bump --- library.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/library.properties b/library.properties index ca1f3ef..5d879a7 100644 --- a/library.properties +++ b/library.properties @@ -1,5 +1,5 @@ name=CoolNeon TCL -version=1.3 +version=1.3.1 author=Christopher De Vries maintainer=https://github.com/devries sentence=Arduino library for controlling CoolNeon TCL LED pixels.