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
Currently the function isPressed uses numbers as index, would it be possible to add also the possibility to address the buttons with letter a, b and c as in the silk screen?
The text was updated successfully, but these errors were encountered:
Added support for character and string-based input to `isPressed()` in `ModulinoButtons`,
so it now accepts both index (0–2) and letter identifiers (`'A'`, `'B'`, `'C'`) matching
the physical button labeling.
Closesarduino-libraries#3
Currently the function isPressed uses numbers as index, would it be possible to add also the possibility to address the buttons with letter a, b and c as in the silk screen?
The text was updated successfully, but these errors were encountered: