Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/creativcoder/rust-arduino-blink

How to run Rust on Arduino Uno
https://github.com/creativcoder/rust-arduino-blink

arduino arduino-uno beginner blink led rust

Last synced: 2 months ago
JSON representation

How to run Rust on Arduino Uno

Awesome Lists containing this project

README

        

## Blink program in Rust for Arduino Uno

![Rust-on-arduino](assets/rust-arduino.gif)

Accompanying blog post: https://creativcoder.dev/rust-on-arduino-uno

## Getting up and running:

```bash
./flash.sh target/avr-atmega328p/debug/rust-arduino-blink.elf
```