Skip to content

Commit 52d35ce

Browse files
committed
Update README.md
1 parent e6d609c commit 52d35ce

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ These buttons are either on or off.
1212
This is standard push (momentary) button. It returns true when the button is pressed (held down) and false when it is not.
1313

1414
#### 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.
1616

1717
#### AlwaysOnButton
1818
Always returns true (on). Useful if you want to temporarily disable user input.

0 commit comments

Comments
 (0)