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
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
# ButtonSuite
2
2
3
-
A library for adding functionality to push (momentary) buttons. This library allows a simple momentary push button to be used as a momentary button, latching button, counter, or enumerator. This library uses the Bounce2 library to add debouncing functionality.
3
+
A library for adding functionality to simple mechanical push (momentary) buttons. This library allows a simple momentary push button to be used as a momentary button, a latching button, a counter, or an enumerator. This library uses the Bounce2 library to add debouncing functionality.
4
4
5
5
## Types of Buttons
6
6
This library contains two categories of button types. The first category is two state buttons; these are either on or off. The second category provides incrementing buttons that can perform different types of counting. These two categories of buttons are described here. See "Software Design" below for information about how the source code implements these behaviors.
0 commit comments