Skip to content

Commit

Permalink
modified: library.properties
Browse files Browse the repository at this point in the history
	modified:   src/ADebouncer.cpp
	modified:   src/ADebouncer.h
  • Loading branch information
MicroBeaut committed Dec 22, 2023
1 parent 348b964 commit 03cfd82
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions library.properties
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name=ADebouncer
version=1.0.0
author=Montree Hamarn, Natvalun Tavepontakul
maintainer=Montree Hamarn<montree.hamarn@gmail.com>
version=1.1.0
author=MicroBeaut
maintainer=MicroBeaut
sentence=Advanced Debouncer Library for Arduino.
paragraph=The advanced debouncer removes the resulting ripple signal and provides a clean transition at its output with delayed and instant modes.
category=Other
Expand Down
2 changes: 1 addition & 1 deletion src/ADebouncer.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -62,4 +62,4 @@ boolean ADebouncer::rising() {

boolean ADebouncer::falling() {
return _falling;
}
}
2 changes: 1 addition & 1 deletion src/ADebouncer.h
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

#include <Arduino.h>

#define ADEBOUNCER_VERSION "1.0.0"
#define ADEBOUNCER_VERSION "1.1.0"
#define ADEBOUNCER_AUTHOR "MicroBeaut"

enum debounce_t : boolean {DELAYED, INSTANT};
Expand Down

0 comments on commit 03cfd82

Please sign in to comment.