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: functionpointer/arduino-nRF5
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: sandeepmistry/arduino-nRF5
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 7 commits
  • 10 files changed
  • 3 contributors

Commits on Jun 12, 2022

  1. Fix Arduino.h portOutputRegister() and portModeRegister()

    This functions were using the OUTSET and DIRSET registers instead
    of SET and DIR. The xxxSET registers only do something when a "1"
    is written to any of their bits, writting a "0" does nothing.
    carlosperate authored and sandeepmistry committed Jun 12, 2022
    Configuration menu
    Copy the full SHA
    52127a2 View commit details
    Browse the repository at this point in the history

Commits on Jun 19, 2022

  1. CI: Add GitHub Actions workflow to build blinky with all variants.

    Replace the README badge and remove the TravisCI config file.
    carlosperate authored and sandeepmistry committed Jun 19, 2022
    Configuration menu
    Copy the full SHA
    5c22636 View commit details
    Browse the repository at this point in the history

Commits on Dec 20, 2023

  1. adds Calliope mini V3 to the library (sandeepmistry#518)

    * added mini3
    
    * adds calliope pins, working
    
    * update readme
    
    * adds mini V3 to workflow
    fabianhugo authored Dec 20, 2023
    Configuration menu
    Copy the full SHA
    fbbcccb View commit details
    Browse the repository at this point in the history

Commits on Jan 15, 2024

  1. Configuration menu
    Copy the full SHA
    b0957a9 View commit details
    Browse the repository at this point in the history
  2. Version 0.9.0

    sandeepmistry committed Jan 15, 2024
    Configuration menu
    Copy the full SHA
    99b3361 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1ce2a08 View commit details
    Browse the repository at this point in the history

Commits on Jan 27, 2024

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