Skip to content

Latest commit

 

History

History
19 lines (16 loc) · 519 Bytes

README.md

File metadata and controls

19 lines (16 loc) · 519 Bytes

Blink the LED on the Arduino Nano Every

This is a Rust implementation of the classic blink example for the Arduino Nano Every.

It's largely based on this blog post.

Build

cargo build --release

Run

You need Arduino IDE. Actually only the avrdude utility is needed, but we need the patched version that comes with Arduino IDE. Please adjust the location in avr-upload.sh, then run

cargo run --release