Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: arduino-libraries/Arduino_Modulino
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 0.5.0
Choose a base ref
...
head repository: arduino-libraries/Arduino_Modulino
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 0.5.1
Choose a head ref
  • 12 commits
  • 6 files changed
  • 7 contributors

Commits on Apr 27, 2025

  1. Configuration menu
    Copy the full SHA
    b57e5d6 View commit details
    Browse the repository at this point in the history

Commits on Apr 28, 2025

  1. Merge pull request #30 from Xayton/improve-buttons-example

    Update buttons example: toggle LEDs when pushing buttons
    facchinm authored Apr 28, 2025
    Configuration menu
    Copy the full SHA
    fd69d03 View commit details
    Browse the repository at this point in the history

Commits on May 9, 2025

  1. 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 <45899760+leonardocavagnis@users.noreply.github.com>
    AntonioBerna and leonardocavagnis authored May 9, 2025
    Configuration menu
    Copy the full SHA
    3c36732 View commit details
    Browse the repository at this point in the history
  2. Add support for character input ('A', 'B', 'C') in isPressed() (

    #33)
    
    * 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 ♻️
    
    * 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>
    AntonioBerna and leonardocavagnis authored May 9, 2025
    Configuration menu
    Copy the full SHA
    9c948fe View commit details
    Browse the repository at this point in the history

Commits on Jul 1, 2025

  1. Configuration menu
    Copy the full SHA
    71ca9fb View commit details
    Browse the repository at this point in the history
  2. Merge pull request #36 from gbr1/main

    fix: error if nano esp32 and selected Arduino pin number
    gbr1 authored Jul 1, 2025
    Configuration menu
    Copy the full SHA
    01011f9 View commit details
    Browse the repository at this point in the history

Commits on Jul 16, 2025

  1. Update AddressChanger.ino spelling (#37)

    Corrected a minor typo
    kunningKing11 authored Jul 16, 2025
    Configuration menu
    Copy the full SHA
    10bda6d View commit details
    Browse the repository at this point in the history

Commits on Jul 24, 2025

  1. Make AddressChanger interactive

    Xayton authored and facchinm committed Jul 24, 2025
    Configuration menu
    Copy the full SHA
    2f3a683 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    532ead9 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #31 from Xayton/interactive-address-changer

    Make AddressChanger interactive
    facchinm authored Jul 24, 2025
    Configuration menu
    Copy the full SHA
    daa17a1 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #38 from arduino-libraries/nano_r4

    Assign Wire1 as default for NanoR4
    facchinm authored Jul 24, 2025
    Configuration menu
    Copy the full SHA
    5171c23 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    e9e816a View commit details
    Browse the repository at this point in the history
Loading