From 480a8a321623d385440a681a5eae509313875a25 Mon Sep 17 00:00:00 2001 From: Fabiano Riccardi Date: Tue, 5 Nov 2019 10:13:00 +0100 Subject: [PATCH] version bump --- library.properties | 2 +- readme.md | 6 +----- 2 files changed, 2 insertions(+), 6 deletions(-) diff --git a/library.properties b/library.properties index f9feea1..2659f09 100644 --- a/library.properties +++ b/library.properties @@ -1,5 +1,5 @@ name=Dimmable Light for Arduino -version=1.3.0 +version=1.4.0 author=Fabiano Riccardi maintainer=Fabiano Riccardi sentence=This library allows you to command electrical appliances through dimmer (also known as thyristor) diff --git a/readme.md b/readme.md index 4a1b268..402b998 100644 --- a/readme.md +++ b/readme.md @@ -41,8 +41,4 @@ On ESP8266 the library makes use of hardware timer (Timer 1), hence it can creat ## To-Do -- [ ] Main refactor -- [x] Support to SAMD21 -- [ ] Method to Enable/Disable zero cross interrupt method -- [ ] Documentation (Github Wiki) - +- [ ] comprehensive documentation on Github Wiki