- Notifications
You must be signed in to change notification settings - Fork20
Comparing changes
Open a pull request
base repository:arduino-libraries/Arduino_Modulino
Uh oh!
There was an error while loading.Please reload this page.
base:0.5.0
head repository:arduino-libraries/Arduino_Modulino
Uh oh!
There was an error while loading.Please reload this page.
compare:0.5.1
- 12commits
- 6files changed
- 7contributors
Commits on Apr 28, 2025
Merge pull request#30from Xayton/improve-buttons-example
Update buttons example: toggle LEDs when pushing buttons
Commits on May 9, 2025
Add
getDirection()
support toModulinoKnob
and example ⚡ (#34)* feat(buttons): allow isPressed() to accept 'A', 'B', 'C' as inputAdded 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'`) matchingthe 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 <45899760+leonardocavagnis@users.noreply.github.com>
Add support for character input (
'A'
,'B'
,'C'
) inisPressed()
(#33)* feat(buttons): allow isPressed() to accept 'A', 'B', 'C' as inputAdded 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'`) matchingthe physical button labeling.Closes#3* Update example to document support for both numeric and letter indices ♻️* Update API docs ♻️* Delete .gitignore* Update examples/Modulino_Buttons/Buttons_Basic/Buttons_Basic.ino---------Co-authored-by: Leonardo Cavagnis <45899760+leonardocavagnis@users.noreply.github.com>
Commits on Jul 1, 2025
Merge pull request#36from gbr1/main
fix: error if nano esp32 and selected Arduino pin number
Commits on Jul 16, 2025
Commits on Jul 24, 2025
Merge pull request#31from Xayton/interactive-address-changer
Make AddressChanger interactive
Merge pull request#38from arduino-libraries/nano_r4
Assign Wire1 as default for NanoR4
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:git diff 0.5.0...0.5.1
Uh oh!
There was an error while loading.Please reload this page.