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=*