rust-arduino-blink-led-no-core

Blink the LED on the Arduino Uno with Rust

Stars
47

Barebones Rust program for Arduino Uno

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.

Requirements

  • rustc with AVR support
  • avr-gcc
  • avr-objcopy
  • avrdude

References