Skip to content

Commit 4250768

Browse files
Martin-LaclaustraMartin-Laclaustra
authored andcommitted
Version to 1.1.0
1 parent aeda65b commit 4250768

File tree

2 files changed

+7
-6
lines changed

2 files changed

+7
-6
lines changed

avdweb_Switch.cpp

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,12 @@ AUTHOR: Albert van Dalen
1010
WEBSITE: http://www.avdweb.nl/arduino/hardware-interfacing/simple-switch-debouncer.html
1111
1212
HISTORY:
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

library.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name=Switch
2-
version=1.0.5
2+
version=1.1.0
33
author=Albert van Dalen
44
maintainer=Albert van Dalen <[email protected]>
55
sentence=Switch library with longPress and doubleClick. Arduino Uno and Zero.

0 commit comments

Comments
 (0)