We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4f0a1bc commit b52f422Copy full SHA for b52f422
1 file changed
CANBUS_Communication_Setup.md
@@ -3,6 +3,14 @@ This effectively makes the Arduino a CANBUS node
3
4
The specific INO file for HALTECHs or other standalones which is in the project will need to be uploaded to the Arduino via Arduino IDE
5
6
+In the IDE, the appropriate library needs to be imported.
7
+Do this by:
8
+- Going to the top and clikcing: ```Sketch → Include Library → Manage Libraries```
9
+- Search for ```MCP_CAN_lib```
10
+- This the libary the CANBUS ino's use ```#include <mcp_can.h>```
11
+
12
13
14
## Part needed: ##
15
https://a.co/d/fVGMQm0
16
0 commit comments