Merge branch 'master' of github.com:ZeusWPI/OBUS

This commit is contained in:
Timo De Waele 2020-09-08 00:08:16 +02:00
commit 4056a33cdd

View file

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