-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
version 1.3. Added a max value for the duty cycle so the maximum brig…
…htness of each LED can be set.
- Loading branch information
Showing
6 changed files
with
26 additions
and
15 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,13 @@ | ||
+---------------------------------------------------------------------------+ | ||
| LightDimmer changelog | | ||
+---------------------------------------------------------------------------+ | ||
1.2.3 fix forgotten implementation of setOnTime and setPeriod. Moved short | ||
1.3 Added a maximum value to be able to set the brightness of each LED. | ||
1.2.3 Fix forgotten implementation of setOnTime and setPeriod. Moved short | ||
implementation to the header. | ||
1.2.2 fix compilation problem with static used in static method | ||
implementation | ||
1.2.1 Out of beta | ||
1.2 New example, updated documentation | ||
1.1 added soft PWM. pin and level settings have been moved to begin() to | ||
allow array of objects creation. Still in beta | ||
1.0 initial beta release | ||
1.2.2 Fix compilation problem with static used in static method | ||
implementation. | ||
1.2.1 Out of beta. | ||
1.2 New example, updated documentation. | ||
1.1 Added soft PWM. pin and level settings have been moved to begin() to | ||
allow array of objects creation. Still in beta. | ||
1.0 Initial beta release. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters