From 09d3c7d7f975b8d7c569650a7dd2760229e0025f Mon Sep 17 00:00:00 2001 From: Fabiano Riccardi Date: Sat, 26 Oct 2019 21:38:10 +0200 Subject: [PATCH] version bump, readme update --- library.properties | 2 +- readme.md | 11 +++++++---- 2 files changed, 8 insertions(+), 5 deletions(-) diff --git a/library.properties b/library.properties index f9dec13..ee333db 100644 --- a/library.properties +++ b/library.properties @@ -1,5 +1,5 @@ name=Dimmable Light for Arduino -version=1.2.0 +version=1.3.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 8de9cea..8d5e045 100644 --- a/readme.md +++ b/readme.md @@ -39,11 +39,14 @@ On ESP8266 the library makes use of hardware timer (Timer 1), hence it can creat ## To-Do Release 1.3: -- [ ] Enable/Disable zero cross interrupt method -- [ ] Main refactor and give a clear definition of timer behaviour for all platform (providing a clear schema) -- [ ] if all lights are set off by the user, autmatically disable zero cross iterrupt -- [x] support for 60Hz electrical network +- if all lights are fully set ON or OFF (even mixed btween ON and OFF), zero cross interrupt get disabled +- support for 60Hz electrical network +- DimmableLightLinearized class, to control linearly the power delivered to the loads (DimmableLightLinearized control linearly the activation time) Release 1.4: +- [ ] Main refactor - [ ] Support to SAMD21 +- [ ] Method to Enable/Disable zero cross interrupt method +- [ ] Documentation (Github Wiki) +