Skip to content

Page 001 Arduino Ide

johnmholmes edited this page Jan 15, 2024 · 4 revisions

Last updated 14/1/2024

CAN6in6out

  • 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

Video showing changes

  • 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.

Clone this wiki locally