mirror of
https://github.com/Seeed-Studio/Seeed_Arduino_CAN.git
synced 2026-09-15 11:03:48 +00:00
updata mcp2518fd code
This commit is contained in:
@@ -11,7 +11,7 @@
|
||||
|
||||
// the cs pin of the version after v1.1 is default to D9
|
||||
// v0.9b and v1.0 is default D10
|
||||
const int SPI_CS_PIN = BCM8;
|
||||
const int SPI_CS_PIN = CANBUS_PIN_SS;
|
||||
mcp2518fd* controller;
|
||||
|
||||
void setup() {
|
||||
|
||||
Reference in New Issue
Block a user