Files
rust-arduino-blink-led-no-c…/README.md
Jake Goulding 87014138e7 Describe a bit
2016-05-19 15:45:39 -04:00

319 B

Barebones Rust and Cargo program for Arduino Uno

Uses timer interrupts to blink the LED on an Arduino Uno. The code is written in Rust!

This is a slightly improved from the earlier version that didn't use Cargo at all.