forked from MartinDaCosta53/CANmINnOUT
-
Notifications
You must be signed in to change notification settings - Fork 0
Page 001 Arduino Ide
johnmholmes edited this page Jan 24, 2024
·
4 revisions
- This is based around the original sketch by the team with minimal changes to the sketch.
- The sketch retains its original name of CANmINnOUT this may get altered in the near future as I show an number of alternatives.
- 4 minute video https://youtu.be/-fnb28kFDSo
-
Line 99 unsigned char mname[7] = { '6', 'I', 'N', '6', 'O', 'U', 'T' };
-
Line 107 const unsigned long CAN_OSC_FREQ = 8000000; // Oscillator frequency on the CAN2515 board
-
Line 110 const byte LED[] = { 3, 4, 5, 6, 7, 8 }; // LED pin connections through a 1K8 resistor
-
Line 111 const byte SWITCH[] = { A0, A1, A2, A3, A4, A5 }; // Module Switch takes input to 0V.