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: intermissionz/arduino-CAN
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-CAN
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.
  • 17 commits
  • 11 files changed
  • 11 contributors

Commits on Jun 20, 2018

  1. Add default pins for Arduino MKR CAN shield

    when using Arduino SAMD that is not the Arduino Zero
    sandeepmistry committed Jun 20, 2018
    Configuration menu
    Copy the full SHA
    761f6cc View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    81e9f36 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c8e96a6 View commit details
    Browse the repository at this point in the history
  4. Merge pull request sandeepmistry#5 from sandeepmistry/arduino-mkr-can…

    …-shield
    
    Add default pins for Arduino MKR CAN shield
    agdl authored Jun 20, 2018
    Configuration menu
    Copy the full SHA
    1c6d5df View commit details
    Browse the repository at this point in the history
  5. Version 0.3.0

    sandeepmistry committed Jun 20, 2018
    Configuration menu
    Copy the full SHA
    a75d52a View commit details
    Browse the repository at this point in the history

Commits on Jul 23, 2018

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

Commits on Jul 25, 2018

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

    sandeepmistry committed Jul 25, 2018
    Configuration menu
    Copy the full SHA
    acaa70f View commit details
    Browse the repository at this point in the history

Commits on Aug 12, 2018

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

Commits on Apr 6, 2019

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

Commits on Dec 9, 2020

  1. Create FUNDING.yml

    sandeepmistry authored Dec 9, 2020
    Configuration menu
    Copy the full SHA
    d96bc98 View commit details
    Browse the repository at this point in the history

Commits on May 15, 2021

  1. Update README.md

    Ziss authored and sandeepmistry committed May 15, 2021
    Configuration menu
    Copy the full SHA
    382fff7 View commit details
    Browse the repository at this point in the history

Commits on Nov 19, 2022

  1. reception of empty packets with and without callback (sandeepmistry#103)

    * allows receiving empty packets with and without callback
    
    * bug fix
    
    * Update examples/CANReceiver/CANReceiver.ino
    
    Co-authored-by: emekBaris <[email protected]>
    Co-authored-by: Sandeep Mistry <[email protected]>
    3 people authored Nov 19, 2022
    Configuration menu
    Copy the full SHA
    b7e40dd View commit details
    Browse the repository at this point in the history

Commits on Dec 4, 2022

  1. MCP2515: fix observe() method.

    Fixes the observe() method to set the "listen only mode" bit in the
    control register instead of the "configuration mode" bit.
    ddejean authored and sandeepmistry committed Dec 4, 2022
    Configuration menu
    Copy the full SHA
    4bb2b2f View commit details
    Browse the repository at this point in the history

Commits on Dec 12, 2022

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

Commits on Mar 9, 2023

  1. Fix extended ID filter mistake

    kouuta authored and sandeepmistry committed Mar 9, 2023
    Configuration menu
    Copy the full SHA
    a1cd301 View commit details
    Browse the repository at this point in the history

Commits on Mar 31, 2024

  1. Add bit timing configurations for 667 kbaud CAN buses

    Register definitions maintain the library conventions for sampling modes and other bitfields in the CNF registers according to clock speed.
    jonmon6691 authored and sandeepmistry committed Mar 31, 2024
    Configuration menu
    Copy the full SHA
    b514e6b View commit details
    Browse the repository at this point in the history
Loading