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_Braccio_plusplus
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 1.0.0
Choose a base ref
...
head repository: arduino-libraries/Arduino_Braccio_plusplus
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 1.1.0
Choose a head ref
  • 12 commits
  • 8 files changed
  • 2 contributors

Commits on Feb 14, 2022

  1. Fix broken links to library workflows/badges. (#52)

    Necessary due to changing the library name from Braccio_v2_library to Arduino_Braccio_plusplus.
    aentinger authored Feb 14, 2022
    Configuration menu
    Copy the full SHA
    8ceec57 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    41e920c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9d5bd76 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a9b4f92 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    05af48b View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    0842717 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    17d85ad View commit details
    Browse the repository at this point in the history
  8. Merge pull request #53 from arduino-libraries/fix-run-through-all-servos

    Fix: Do not require all servos to be connected when running `Factory_Set_Initial_Servo_Position`
    aentinger authored Feb 14, 2022
    Configuration menu
    Copy the full SHA
    9baad04 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    c0bf20c View commit details
    Browse the repository at this point in the history
  10. Switch to variant of "Compile Examples" workflow for public repos (#56)

    Initial development of the project was done in a private repository. In that environment, the most efficient
    configuration of the workflow is done by running the `arduino/report-size-deltas` action from a job in the same
    workflow.
    
    However, that configuration is not suitable for use in a public repository. The reason is that the deltas report comment
    requires a GitHub access token with write permissions and the token does not have such permissions when the
    "Compile Examples" workflow is triggered by events in a pull request from a fork. For this reason, it is necessary to
    run the `arduino/report-size-deltas` action from a dedicated scheduled workflow, which will always have write
    permissions.
    per1234 authored Feb 14, 2022
    Configuration menu
    Copy the full SHA
    471418a View commit details
    Browse the repository at this point in the history

Commits on Feb 15, 2022

  1. Configuration menu
    Copy the full SHA
    d7cfc36 View commit details
    Browse the repository at this point in the history
  2. Release v1.1.0.

    aentinger committed Feb 15, 2022
    Configuration menu
    Copy the full SHA
    6f9992f View commit details
    Browse the repository at this point in the history
Loading