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/ArduinoCore-arc32
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 2227ce1
Choose a base ref
...
head repository: arduino/ArduinoCore-arc32
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 9f2e5e1
Choose a head ref
  • 5 commits
  • 12 files changed
  • 4 contributors

Commits on Oct 26, 2017

  1. Set a baud rate limit for cdc-acm internally

    -set a baud rate limit for cdc-acm due to the limitation of Inter Processor Mailbox
    bigdinotech committed Oct 26, 2017
    Configuration menu
    Copy the full SHA
    00f50b3 View commit details
    Browse the repository at this point in the history

Commits on May 30, 2018

  1. Replace boolean type with bool in examples

    This is part of a move to encourage use of the standard bool type over Arduino's non-standard boolean type alias.
    per1234 committed May 30, 2018
    Configuration menu
    Copy the full SHA
    0482f6b View commit details
    Browse the repository at this point in the history

Commits on Mar 26, 2019

  1. Add necessary delays to SPI DigitalPotControl example

    According to arduino/Arduino#6395, these delays are required for the SPI communication with the digital potentiometer to work.
    SimonePDA authored and per1234 committed Mar 26, 2019
    Configuration menu
    Copy the full SHA
    2729d38 View commit details
    Browse the repository at this point in the history

Commits on May 7, 2019

  1. Merge pull request #585 from per1234/boolean-bool

    Replace boolean type with bool in examples
    pnndra authored May 7, 2019
    Configuration menu
    Copy the full SHA
    09026ef View commit details
    Browse the repository at this point in the history
  2. Merge pull request #595 from per1234/digitalpotcontrol-delays

    Add necessary delays to SPI DigitalPotControl example
    pnndra authored May 7, 2019
    Configuration menu
    Copy the full SHA
    9f2e5e1 View commit details
    Browse the repository at this point in the history
Loading