File tree Expand file tree Collapse file tree 2 files changed +7
-6
lines changed Expand file tree Collapse file tree 2 files changed +7
-6
lines changed Original file line number Diff line number Diff line change @@ -10,11 +10,12 @@ AUTHOR: Albert van Dalen
1010WEBSITE: http://www.avdweb.nl/arduino/hardware-interfacing/simple-switch-debouncer.html
1111
1212HISTORY:
13- 1.0.0 20-4-2013 _debouncePeriod=50
14- 1.0.1 22-5-2013 Added longPress, doubleClick
15- 1.0.2 1-12-2015 added process(input)
16- 1.0.3 15-1-2016 added deglitching
17- 1.0.5 25-1-2017 file renamed to avdweb_Switch
13+ 1.0.0 20-04-2013 _debouncePeriod=50
14+ 1.0.1 22-05-2013 Added longPress, doubleClick
15+ 1.0.2 01-12-2015 added process(input)
16+ 1.0.3 15-01-2016 added deglitching
17+ 1.0.5 25-01-2017 file renamed to avdweb_Switch
18+ 1.1.0 28-07-2018 added callbacks (code by Sean Lanigan, added by Martin Laclaustra)
1819
1920..........................................DEGLITCHING..............................
2021
Original file line number Diff line number Diff line change 11name =Switch
2- version =1.0.5
2+ version =1.1.0
33author =Albert van Dalen
44maintainer =Albert van Dalen <
[email protected] >
55sentence =Switch library with longPress and doubleClick. Arduino Uno and Zero.
You can’t perform that action at this time.
0 commit comments