Use pin 8 everywhere

This commit is contained in:
redfast00 2020-09-07 21:23:39 +02:00
parent 95de8af77d
commit d44bc46794
No known key found for this signature in database
GPG key ID: 5946E0E34FD0553C

View file

@ -1,6 +1,6 @@
#include <mcp2515.h>
MCP2515 mcp2515(10);
MCP2515 mcp2515(8);
void setup() {
Serial.begin(115200);