Skip to content

Releases: Dlloydev/Toggle

Toggle 3.1.8

03 Jul 14:14

Choose a tag to compare

More responsive pressCode() function

Toggle 3.1.7

14 Jun 17:06

Choose a tag to compare

Updated examples.
New Wokwi examples.
Updated timer functions.

Toggle 3.1.6

11 Jun 12:33

Choose a tag to compare

Add clearTimer() function and platformio files.

Toggle 3.1.5

10 Jun 22:54

Choose a tag to compare

Refactored code, updated examples and readme.

Toggle 3.1.4

08 Jun 02:40

Choose a tag to compare

Update blink() function, readme and examples.
New Use_Button_As_Toggle.ino example.

Toggle 3.1.3

31 May 19:20

Choose a tag to compare

  • Various cleanups made.
  • Now uses only the robust algorithm for simplicity.
  • Various documentation updates including detailed debounce algorithm description.

Toggle 3.1.2

31 May 04:53

Choose a tag to compare

Some fixes and a new blink on change example

Toggle 3.1.1

26 May 06:25

Choose a tag to compare

Includes missing updates.

Toggle 3.1.0

26 May 06:05

Choose a tag to compare

New pressCode() function and example.
Readme updated.

Toggle 3.0.2

22 May 12:50

Choose a tag to compare

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.