Skip to content

Commit

Permalink
Rename library to Arduino_CAN.
Browse files Browse the repository at this point in the history
This allows consistency with the related ArduinoCore-mbed PR:

arduino/ArduinoCore-mbed#633.

Former-commit-id: fe982e9
  • Loading branch information
aentinger committed Mar 6, 2023
1 parent d807850 commit 3c8cb8f
Show file tree
Hide file tree
Showing 21 changed files with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* INCLUDE
**************************************************************************************/

#include <CAN.h>
#include <Arduino_CAN.h>

/**************************************************************************************
* SETUP/LOOP
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* INCLUDE
**************************************************************************************/

#include <CAN.h>
#include <Arduino_CAN.h>

/**************************************************************************************
* CONSTANTS
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* INCLUDE
**************************************************************************************/

#include <CAN.h>
#include <Arduino_CAN.h>

/**************************************************************************************
* SETUP/LOOP
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* INCLUDE
**************************************************************************************/

#include <CAN.h>
#include <Arduino_CAN.h>

/**************************************************************************************
* CONSTANTS
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name=CAN
name=Arduino_CAN
version=1.0
author=Arduino
maintainer=Arduino <[email protected]>
Expand All @@ -7,4 +7,4 @@ paragraph=This library provides CAN/CANFD access for Uno R4 and Portenta H33.
category=Other
url=
architectures=renesas
include=CAN.h
include=Arduino_CAN.h
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 3c8cb8f

Please sign in to comment.