Compare commits
1 Commits
1.0.0-beta
...
main
Author | SHA1 | Date |
---|---|---|
|
7f0fca47ce |
|
@ -23,6 +23,8 @@
|
||||||
|
|
||||||
//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