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_PortentaMachineControl
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 1.0.2
Choose a base ref
...
head repository: arduino-libraries/Arduino_PortentaMachineControl
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 1.0.3
Choose a head ref
  • 9 commits
  • 8 files changed
  • 4 contributors

Commits on Oct 30, 2024

  1. Bump geekyeggo/delete-artifact from 2 to 5 (#9)

    Bumps [geekyeggo/delete-artifact](https://github.com/geekyeggo/delete-artifact) from 2 to 5.
    - [Release notes](https://github.com/geekyeggo/delete-artifact/releases)
    - [Changelog](https://github.com/GeekyEggo/delete-artifact/blob/main/CHANGELOG.md)
    - [Commits](GeekyEggo/delete-artifact@v2...v5)
    
    ---
    updated-dependencies:
    - dependency-name: geekyeggo/delete-artifact
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Oct 30, 2024
    Configuration menu
    Copy the full SHA
    0d21400 View commit details
    Browse the repository at this point in the history
  2. Bump actions/download-artifact from 3 to 4 (#2)

    Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 3 to 4.
    - [Release notes](https://github.com/actions/download-artifact/releases)
    - [Commits](actions/download-artifact@v3...v4)
    
    ---
    updated-dependencies:
    - dependency-name: actions/download-artifact
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Oct 30, 2024
    Configuration menu
    Copy the full SHA
    a8e93a5 View commit details
    Browse the repository at this point in the history
  3. Bump actions/upload-artifact from 3 to 4 (#1)

    Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 3 to 4.
    - [Release notes](https://github.com/actions/upload-artifact/releases)
    - [Commits](actions/upload-artifact@v3...v4)
    
    ---
    updated-dependencies:
    - dependency-name: actions/upload-artifact
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Oct 30, 2024
    Configuration menu
    Copy the full SHA
    1c40982 View commit details
    Browse the repository at this point in the history

Commits on Oct 31, 2024

  1. Bump arduino/arduino-lint-action from 1 to 2 (#23)

    Bumps [arduino/arduino-lint-action](https://github.com/arduino/arduino-lint-action) from 1 to 2.
    - [Release notes](https://github.com/arduino/arduino-lint-action/releases)
    - [Commits](arduino/arduino-lint-action@v1...v2)
    
    ---
    updated-dependencies:
    - dependency-name: arduino/arduino-lint-action
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Oct 31, 2024
    Configuration menu
    Copy the full SHA
    2ad4598 View commit details
    Browse the repository at this point in the history

Commits on Dec 12, 2024

  1. Read time from RTC

    Read the time value from the RTC. This ensures that the RTC holds the correct values for 48H after removing the power.
    manchoz authored Dec 12, 2024
    Configuration menu
    Copy the full SHA
    e45292b View commit details
    Browse the repository at this point in the history
  2. Merge pull request #26 from manchoz/patch-1

    Read time from RTC
    leonardocavagnis authored Dec 12, 2024
    Configuration menu
    Copy the full SHA
    a5727ca View commit details
    Browse the repository at this point in the history

Commits on Mar 25, 2025

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

Commits on Mar 27, 2025

  1. Merge pull request #28 from leonardocavagnis/tc_pin_fix

    Fix NaN readings issue in thermocouple `TCTempProbeClass` class
    leonardocavagnis authored Mar 27, 2025
    Configuration menu
    Copy the full SHA
    68259d9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    721161c View commit details
    Browse the repository at this point in the history
Loading