Skip to content

Commit

Permalink
version bump, readme update
Browse files Browse the repository at this point in the history
  • Loading branch information
Fabiano Riccardi committed Oct 26, 2019
1 parent f0adef9 commit 09d3c7d
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 5 deletions.
2 changes: 1 addition & 1 deletion library.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name=Dimmable Light for Arduino
version=1.2.0
version=1.3.0
author=Fabiano Riccardi
maintainer=Fabiano Riccardi <[email protected]>
sentence=This library allows you to command electrical appliances through dimmer (also known as thyristor)
Expand Down
11 changes: 7 additions & 4 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)

0 comments on commit 09d3c7d

Please sign in to comment.