Use pin 8 everywhere
This commit is contained in:
parent
95de8af77d
commit
d44bc46794
1 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
|||
#include <mcp2515.h>
|
||||
|
||||
MCP2515 mcp2515(10);
|
||||
MCP2515 mcp2515(8);
|
||||
|
||||
void setup() {
|
||||
Serial.begin(115200);
|
||||
|
|
Loading…
Reference in a new issue