Skip to content

Commit 44b959c

Browse files
committed
v1.0.1 update
ButtonFever release notice
1 parent 95af63a commit 44b959c

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# Multiple Buttons Library
22

3+
**A totally rebuilt library [ButtonFever](https://github.com/mickey9801/ButtonFever) has been released. It provide much powerful tools for handling various button press event such as double press and long press. It also support both standalone digital button or button array. Please try it!**
4+
35
This is a library for handling multiple buttons with single analog pin for ESP32. It will trigger callback function upon button pressed.
46

57
The library handled button debouncing, and you may decide the trigger edge for button event - on press (default) or on release.

library.properties

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
name=MultiButtons
2-
version=1.0.0
2+
version=1.0.1
33
author=Mickey Chan <developer@comicparty.com>
44
maintainer=Mickey Chan <developer@comicparty.com>
55
sentence=Library for handling multiple buttons with single analog pin for ESP32.
6-
paragraph=It will trigger callback function upon button pressed. The library handled button debouncing, and you may decide the trigger edge for button event - on press (default) or on release.
6+
paragraph=**Note: A upgrade library "ButtonFever" has been released to provide much powerful features to handle various button press event for both standalone digital button and button array. Please try it!** It will trigger callback function upon button pressed. The library handled button debouncing, and you may decide the trigger edge for button event - on press (default) or on release.
77
category=Signal Input
88
url=https://github.com/mickey9801/MultiButtons
99
architectures=*

src/MultiButtons.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ class MultiButtons {
6666

6767
/*
6868
* Print analog button pin reading via serial debug console
69-
* when the reading greater than 0, and return the reading anyway.
69+
* when the reading greater than 100.
7070
*/
7171
static int printReading(int pin);
7272
static bool isPressingAny(int pin);

0 commit comments

Comments
 (0)