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
@@ -12,7 +12,7 @@ These buttons are either on or off.
12
12
This is standard push (momentary) button. It returns true when the button is pressed (held down) and false when it is not.
13
13
14
14
#### LatchingButton
15
-
Turns a push button (momentary button) into a toggle button (latching button). Pressing the button alternates between on (true) and off (false). This is a virtual latching switch controled by a real momentary button. The toggle button can be reset to the base (known) state by the user (with a long press) or programmically.
15
+
Turns a push button (momentary button) into a toggle button (latching button). Pressing the button alternates between on (true) and off (false). This is a virtual latching switch controled by a mechanical momentary button. The toggle button can be reset to the base (known) state by the user by using a long press or programmically.
16
16
17
17
#### AlwaysOnButton
18
18
Always returns true (on). Useful if you want to temporarily disable user input.
0 commit comments