From 4918cfa55d4d6aea753a07e77655ee736298bf82 Mon Sep 17 00:00:00 2001 From: cotestatnt Date: Tue, 24 Jan 2023 09:47:10 +0100 Subject: [PATCH] new release --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 70a5df1..1409d91 100644 --- a/README.md +++ b/README.md @@ -150,6 +150,7 @@ void ClearOnState(uint8_t index); ### Supported boards The library works virtually with every boards supported by Arduino framework (no hardware dependency) ++ 1.0.8 Edit state min and max time at runtime + 1.0.7 Added utility class for led blinking (Blinker.h) + 1.0.6 Added timed transition + 1.0.5 Added support for Action Qualifiers N, S, R, D, L (pedestrainLight example updated with this method)