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.3
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.4
Choose a head ref
  • 12 commits
  • 13 files changed
  • 5 contributors

Commits on Jul 22, 2025

  1. Add method to change encoder encoding type. (#29)

    * Add method to change encoder encoding type.
    
    * Restore encoding default.
    jiander-snap authored Jul 22, 2025
    Configuration menu
    Copy the full SHA
    0062b27 View commit details
    Browse the repository at this point in the history

Commits on Aug 6, 2025

  1. Bump actions/download-artifact from 4 to 5

    Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 4 to 5.
    - [Release notes](https://github.com/actions/download-artifact/releases)
    - [Commits](actions/download-artifact@v4...v5)
    
    ---
    updated-dependencies:
    - dependency-name: actions/download-artifact
      dependency-version: '5'
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored Aug 6, 2025
    Configuration menu
    Copy the full SHA
    4ae895c View commit details
    Browse the repository at this point in the history

Commits on Aug 11, 2025

  1. Merge pull request #30 from arduino-libraries/dependabot/github_actio…

    …ns/actions/download-artifact-5
    
    Bump actions/download-artifact from 4 to 5
    per1234 authored Aug 11, 2025
    Configuration menu
    Copy the full SHA
    ad449d6 View commit details
    Browse the repository at this point in the history

Commits on Aug 12, 2025

  1. Bump actions/checkout from 4 to 5

    Bumps [actions/checkout](https://github.com/actions/checkout) from 4 to 5.
    - [Release notes](https://github.com/actions/checkout/releases)
    - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
    - [Commits](actions/checkout@v4...v5)
    
    ---
    updated-dependencies:
    - dependency-name: actions/checkout
      dependency-version: '5'
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored Aug 12, 2025
    Configuration menu
    Copy the full SHA
    d53d823 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #31 from arduino-libraries/dependabot/github_actio…

    …ns/actions/checkout-5
    
    Bump actions/checkout from 4 to 5
    per1234 authored Aug 12, 2025
    Configuration menu
    Copy the full SHA
    ad20b5c View commit details
    Browse the repository at this point in the history

Commits on Oct 27, 2025

  1. Bump actions/upload-artifact from 4 to 5

    Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4 to 5.
    - [Release notes](https://github.com/actions/upload-artifact/releases)
    - [Commits](actions/upload-artifact@v4...v5)
    
    ---
    updated-dependencies:
    - dependency-name: actions/upload-artifact
      dependency-version: '5'
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored Oct 27, 2025
    Configuration menu
    Copy the full SHA
    52edbcf View commit details
    Browse the repository at this point in the history
  2. Bump actions/download-artifact from 5 to 6

    Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 5 to 6.
    - [Release notes](https://github.com/actions/download-artifact/releases)
    - [Commits](actions/download-artifact@v5...v6)
    
    ---
    updated-dependencies:
    - dependency-name: actions/download-artifact
      dependency-version: '6'
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored Oct 27, 2025
    Configuration menu
    Copy the full SHA
    e3996b8 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #33 from arduino-libraries/dependabot/github_actio…

    …ns/actions/download-artifact-6
    
    Bump actions/download-artifact from 5 to 6
    per1234 authored Oct 27, 2025
    Configuration menu
    Copy the full SHA
    1d329d9 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #32 from arduino-libraries/dependabot/github_actio…

    …ns/actions/upload-artifact-5
    
    Bump actions/upload-artifact from 4 to 5
    per1234 authored Oct 27, 2025
    Configuration menu
    Copy the full SHA
    b66618e View commit details
    Browse the repository at this point in the history

Commits on Nov 20, 2025

  1. Add config parameter to RS485 initialization (#27)

    * Update RS485CommClass.cpp
    
    Added RS485Config
    
    * Update RS485CommClass.h
    
    * Update RS485_fullduplex.ino
    
    * Update RS485_halfduplex.ino
    
    * Removed = in cpp
    svollenweider authored Nov 20, 2025
    Configuration menu
    Copy the full SHA
    e962b4c View commit details
    Browse the repository at this point in the history
  2. Bump actions/checkout from 5 to 6 (#34)

    Bumps [actions/checkout](https://github.com/actions/checkout) from 5 to 6.
    - [Release notes](https://github.com/actions/checkout/releases)
    - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
    - [Commits](actions/checkout@v5...v6)
    
    ---
    updated-dependencies:
    - dependency-name: actions/checkout
      dependency-version: '6'
      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 Nov 20, 2025
    Configuration menu
    Copy the full SHA
    54daa46 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    55173d6 View commit details
    Browse the repository at this point in the history
Loading