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.4.2
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.4.3
Choose a head ref
  • 12 commits
  • 3 files changed
  • 9 contributors

Commits on Oct 3, 2024

  1. removed compilation warnings

    maidnl committed Oct 3, 2024
    Configuration menu
    Copy the full SHA
    47828b2 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #13 from maidnl/removing_warnings

    Modulino:removed compilation warnings
    maidnl authored Oct 3, 2024
    Configuration menu
    Copy the full SHA
    485e3d2 View commit details
    Browse the repository at this point in the history

Commits on Nov 4, 2024

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

Commits on Nov 12, 2024

  1. Add #include guard around Modulino.h

    My project currently cannot include modulino.h from two source files. An include guard could resolve this issue.
    EliTayrien authored Nov 12, 2024
    Configuration menu
    Copy the full SHA
    e5f48a6 View commit details
    Browse the repository at this point in the history

Commits on Jan 21, 2025

  1. Merge pull request #15 from seaxwi/arduinographics-dependency

    Add ArduinoGraphics as a library dependency
    facchinm authored Jan 21, 2025
    Configuration menu
    Copy the full SHA
    cf5e2b2 View commit details
    Browse the repository at this point in the history

Commits on Feb 6, 2025

  1. Configuration menu
    Copy the full SHA
    f3ce8fd View commit details
    Browse the repository at this point in the history
  2. Merge pull request #17 from EliTayrien/patch-1

    Add #include guard around Modulino.h
    facchinm authored Feb 6, 2025
    Configuration menu
    Copy the full SHA
    f0c3eaa View commit details
    Browse the repository at this point in the history
  3. Merge pull request #21 from d-le0/main

    Fix on begin() addr check Modulino.h
    facchinm authored Feb 6, 2025
    Configuration menu
    Copy the full SHA
    dee101a View commit details
    Browse the repository at this point in the history

Commits on Feb 17, 2025

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

Commits on Feb 20, 2025

  1. add available() function for Modulino Movement (query if new accelera…

    …tion data from the modulino is available)
    leonardocavagnis committed Feb 20, 2025
    Configuration menu
    Copy the full SHA
    610427b View commit details
    Browse the repository at this point in the history
  2. Merge pull request #24 from leonardocavagnis/modulino-movement-available

    add `available()` function for Modulino Movement
    leonardocavagnis authored Feb 20, 2025
    Configuration menu
    Copy the full SHA
    550e612 View commit details
    Browse the repository at this point in the history

Commits on Mar 4, 2025

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