Skip to content

Instantly share code, notes, and snippets.

@kstahl48
kstahl48 / canano.ino
Last active March 16, 2021 11:24 — forked from Tbruno25/canano.ino
// this sketch was brutally hacked together by TJ Bruno
// few areas changed by Kstahl48
#include <mcp_can.h>
#include <SPI.h>
unsigned long int rxId;
unsigned char len = 0;
unsigned char rxBuf[8];