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
Add getDirection() support to ModulinoKnob and example ⚡ (#34)
* feat(buttons): allow isPressed() to accept 'A', 'B', 'C' as input
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.
Closes#3
* Update example to document support for both numeric and letter indices ♻️
* Add getDirection() support to ModulinoKnob and example ⚡
* Fix: 🔥
* Fix: restore files 🔥
* Minor fixes ♻️
* Update API docs ♻️
* Update API docs ♻️
* Update examples/Modulino_Knob/Knob_Basic/Knob_Basic.ino
---------
Co-authored-by: Leonardo Cavagnis <[email protected]>
0 commit comments