Example utilising an MCP2515 with an Arduino Uno. Based off avr-hal-template.
- Install
ravedude
--cargo install ravedude
- Run
cargo run
to build and flash the firmware to a connected Arduino and open a serial monitor- If no matching serial port is found, you will need to tell ravedude the
path to your Arduino serial port via
RAVEDUDE_PORT="/dev/tty.<port>" cargo run
- If no matching serial port is found, you will need to tell ravedude the
path to your Arduino serial port via