arduboy-hello-rs
arduboy-hello-rs copied to clipboard
Demo for Arduboy written in rust
arduboy-hello-rs

Build
Main requirements:
rustuparduino-cli
PORT=/dev/ttyACM0 # e.g.
make PORT=$PORT setup && make && make upload
See also Dockerfile for details.