File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1
1
name =ADebouncer
2
- version =1.0 .0
3
- author =Montree Hamarn, Natvalun Tavepontakul
4
- maintainer =Montree Hamarn<montree.hamarn@gmail.com>
2
+ version =1.1 .0
3
+ author =MicroBeaut
4
+ maintainer =MicroBeaut
5
5
sentence =Advanced Debouncer Library for Arduino.
6
6
paragraph =The advanced debouncer removes the resulting ripple signal and provides a clean transition at its output with delayed and instant modes.
7
7
category =Other
Original file line number Diff line number Diff line change @@ -62,4 +62,4 @@ boolean ADebouncer::rising() {
62
62
63
63
boolean ADebouncer::falling () {
64
64
return _falling;
65
- }
65
+ }
Original file line number Diff line number Diff line change 12
12
13
13
#include < Arduino.h>
14
14
15
- #define ADEBOUNCER_VERSION " 1.0 .0"
15
+ #define ADEBOUNCER_VERSION " 1.1 .0"
16
16
#define ADEBOUNCER_AUTHOR " MicroBeaut"
17
17
18
18
enum debounce_t : boolean {DELAYED, INSTANT};
You can’t perform that action at this time.
0 commit comments