This code shows how to blink an LED on the Arduino Uno in the hardest possible way.
Make sure to check out the successor project, rust-arduino-blink-led-no-core-with-cargo.
- rustc with AVR support
- avr-gcc
- avr-objcopy
- avrdude
This code shows how to blink an LED on the Arduino Uno in the hardest possible way.
Make sure to check out the successor project, rust-arduino-blink-led-no-core-with-cargo.