Skip to content

svenfoo/avr-blink

Repository files navigation

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

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published