Releases: Dlloydev/Toggle
Releases · Dlloydev/Toggle
Toggle 3.1.8
Toggle 3.1.7
Updated examples.
New Wokwi examples.
Updated timer functions.
Toggle 3.1.6
Add clearTimer() function and platformio files.
Toggle 3.1.5
Refactored code, updated examples and readme.
Toggle 3.1.4
Update blink() function, readme and examples.
New Use_Button_As_Toggle.ino example.
Toggle 3.1.3
- Various cleanups made.
- Now uses only the robust algorithm for simplicity.
- Various documentation updates including detailed debounce algorithm description.
Toggle 3.1.2
Some fixes and a new blink on change example
Toggle 3.1.1
Includes missing updates.
Toggle 3.1.0
New pressCode() function and example.
Readme updated.
Toggle 3.0.2
Added new functions to set and get the timer mode. Now the timer can start onPress, onRelease or onChange events.
New retrigger on press example added.