Deactivated mcp_can debug mode (untested)

This commit is contained in:
Theiremi 2023-11-14 21:48:34 +01:00
parent 5110bdd2da
commit 7f0fca47ce
1 changed files with 2 additions and 0 deletions

View File

@ -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