updata mcp2518fd code

This commit is contained in:
wangcoolc
2020-12-03 15:05:34 +08:00
parent 37b406062a
commit 96b521a2c8
6 changed files with 151 additions and 5307 deletions
+1 -1
View File
@@ -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() {