We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d14bc61 commit 768f294Copy full SHA for 768f294
README.md
@@ -74,7 +74,7 @@ _ezb.Subscribe(BTN_4, Btn4Hold, HOLD);
74
_ezb.Subscribe(BTN_4, Btn4Release, RELEASED);
75
```
76
> [!IMPORTANT]
77
-> 'button index' stands for an array inside EZButton that hold you buttins states and IS NOT pin number of the button.
+> `button index` stands for an array inside EZButton that holds your button states and IS NOT pin number of the button.
78
79
6. Define `ReadButtons` function
80
``` C++
0 commit comments