Skip to content

Commit 162628b

Browse files
committed
Remove SPI.h includes from examples, they are not needed all the time
1 parent 6287783 commit 162628b

File tree

3 files changed

+0
-3
lines changed

3 files changed

+0
-3
lines changed

examples/CANReceiver/CANReceiver.ino

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
// Copyright (c) Sandeep Mistry. All rights reserved.
22
// Licensed under the MIT license. See LICENSE file in the project root for full license information.
33

4-
#include <SPI.h>
54
#include <CAN.h>
65

76
void setup() {

examples/CANReceiverCallback/CANReceiverCallback.ino

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
// Copyright (c) Sandeep Mistry. All rights reserved.
22
// Licensed under the MIT license. See LICENSE file in the project root for full license information.
33

4-
#include <SPI.h>
54
#include <CAN.h>
65

76
void setup() {

examples/CANSender/CANSender.ino

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
// Copyright (c) Sandeep Mistry. All rights reserved.
22
// Licensed under the MIT license. See LICENSE file in the project root for full license information.
33

4-
#include <SPI.h>
54
#include <CAN.h>
65

76
void setup() {

0 commit comments

Comments
 (0)