Skip to content

Commit b52f422

Browse files
authored
Update CANBUS_Communication_Setup.md
1 parent 4f0a1bc commit b52f422

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

CANBUS_Communication_Setup.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@ This effectively makes the Arduino a CANBUS node
33

44
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
55

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+
614
## Part needed: ##
715
https://a.co/d/fVGMQm0
816

0 commit comments

Comments
 (0)