You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -9,7 +9,7 @@
9
9
# EZButton
10
10
Arduino library that transforms raw button/touch inputs into events easily.
11
11
12
-
Subscribe to Pressed/Released/Hold/HoldReleased events with as many buttons as you want. Customize time thresholds. Works with any button read method.
12
+
Subscribe to Pressed/Released/Hold/HoldReleased events with as many buttons as you want. Customize time thresholds and debouncing. Works with any button read method.
13
13
14
14
> [!IMPORTANT]
15
15
> If you found this library helpful, please consider leaving a Star⭐
@@ -34,7 +34,7 @@ Subscribe to Pressed/Released/Hold/HoldReleased events with as many buttons as y
34
34
- Hold
35
35
- Hold Released
36
36
- Unlimited Buttons/Touches: You can configure as many buttons as you need.
37
-
- Input signal Debounceing.
37
+
- Input signal Debouncing.
38
38
- Customizability: You can change any of the time thresholds to customize your user experience.
39
39
-`HoldThreshold`: The time it takes before the first `HOLD` event is executed after the button is held down.
40
40
-`HoldInterval`: The Time Interval that corresponds to the `HOLD` event being executed repeatedly after the first `HOLD` event was registered.
Copy file name to clipboardExpand all lines: library.json
+4-3Lines changed: 4 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,7 @@
1
1
{
2
2
"name": "EZButton",
3
-
"version": "2.3.2",
4
-
"description": "Transform raw button/touch inputs into events easily. Subscibe to Pressed/Released/Hold/HoldReleased events of as many buttons as you want. Customize time thresholds. Works with any button read method.",
3
+
"version": "2.4.0",
4
+
"description": "Transform raw button/touch inputs into events easily. Subscibe to Pressed/Released/Hold/HoldReleased events of as many buttons as you want. Customize time thresholds and debouncing. Works with any button read method.",
sentence=Transform raw button/touch inputs into events easily.
6
-
paragraph=Subscibe to Pressed/Released/Hold/HoldReleased events of as many buttons as you want. Customize time thresholds. Works with any button read method.
6
+
paragraph=Subscibe to Pressed/Released/Hold/HoldReleased events of as many buttons as you want. Customize time thresholds and debouncing. Works with any button read method.
0 commit comments