Skip to content

Commit f343a61

Browse files
committed
Rename library to Arduino_CAN.
This allows consistency with the related ArduinoCore-mbed PR: arduino/ArduinoCore-mbed#633. Former-commit-id: fe982e9
1 parent e6c3869 commit f343a61

21 files changed

+6
-6
lines changed

libraries/CAN/examples/CAN1Read/CAN1Read.ino renamed to libraries/Arduino_CAN/examples/CAN1Read/CAN1Read.ino

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* INCLUDE
33
**************************************************************************************/
44

5-
#include <CAN.h>
5+
#include <Arduino_CAN.h>
66

77
/**************************************************************************************
88
* SETUP/LOOP

libraries/CAN/examples/CAN1Write/CAN1Write.ino renamed to libraries/Arduino_CAN/examples/CAN1Write/CAN1Write.ino

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* INCLUDE
33
**************************************************************************************/
44

5-
#include <CAN.h>
5+
#include <Arduino_CAN.h>
66

77
/**************************************************************************************
88
* CONSTANTS

libraries/CAN/examples/CANRead/CANRead.ino renamed to libraries/Arduino_CAN/examples/CANRead/CANRead.ino

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* INCLUDE
33
**************************************************************************************/
44

5-
#include <CAN.h>
5+
#include <Arduino_CAN.h>
66

77
/**************************************************************************************
88
* SETUP/LOOP

libraries/CAN/examples/CANWrite/CANWrite.ino renamed to libraries/Arduino_CAN/examples/CANWrite/CANWrite.ino

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* INCLUDE
33
**************************************************************************************/
44

5-
#include <CAN.h>
5+
#include <Arduino_CAN.h>
66

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

0 commit comments

Comments
 (0)