Compare commits
No commits in common. "main" and "1.0.0-beta" have entirely different histories.
main
...
1.0.0-beta
|
@ -23,8 +23,6 @@
|
||||||
|
|
||||||
//Don't forget to search in mcp_can library sources to understand how functions works
|
//Don't forget to search in mcp_can library sources to understand how functions works
|
||||||
#include <SPI.h>
|
#include <SPI.h>
|
||||||
|
|
||||||
#define DEBUG_MODE 0
|
|
||||||
#include "mcp_can.h"//MCP2515 library
|
#include "mcp_can.h"//MCP2515 library
|
||||||
|
|
||||||
MCP_CAN CAN(MCP_CS); // Set CS pin
|
MCP_CAN CAN(MCP_CS); // Set CS pin
|
||||||
|
|
Loading…
Reference in New Issue