From 8943c167f1a49ea1b8c91759e35eec9428b7b0ee Mon Sep 17 00:00:00 2001 From: SergeSkor <61882830+SergeSkor@users.noreply.github.com> Date: Thu, 22 Jul 2021 16:57:33 -0400 Subject: [PATCH] Add files via upload --- README.md | 7 ++++--- library.properties | 20 +++++++++----------- 2 files changed, 13 insertions(+), 14 deletions(-) diff --git a/README.md b/README.md index f6bcece..ea706c5 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,4 @@ -# SSVXYMatrixText -Class to show text (English, Russian) on XY LED Matrix, based on FastLED. -Supports different orientations. Tested on WS2812 Full Color LED 16x16 matrix. +# SSVTimer +One more non-blocking Timer class. + +5/23/2020 - fix bug with overfloating every 49.5 days. diff --git a/library.properties b/library.properties index 2e93539..0a9d51e 100644 --- a/library.properties +++ b/library.properties @@ -1,11 +1,9 @@ -name=SSVXYMatrixText -version=1.0.0 -author=Serge Skorodinsky -maintainer=Serge Skorodinsky -sentence=Class to show text (English, Russian) on XY LED Matrix, based on FastLED. -paragraph=Supports different orientations. Tested on WS2812 Full Color LED 16x16 matrix. -category=Display -url=https://github.com/SergeSkor/SSVXYMatrixText -architectures=* -includes=SSVXYMatrixText.h -depends=FastLED \ No newline at end of file +name=SSVTimer +version=1.0.1 +author=Serge Skorodinsky +maintainer=Serge Skorodinsky +sentence=One more non-blocking timer class based on millis() function. +paragraph=Convenient to use, simple and reliable. Works when millis overfloating after 49.5 days. +category=Timing +url=https://github.com/SergeSkor/SSVTimer +architectures=*