arduboy-hello-rs icon indicating copy to clipboard operation
arduboy-hello-rs copied to clipboard

Demo for Arduboy written in rust

arduboy-hello-rs

hello, arduboy and rust

Build

Main requirements:

  • rustup
  • arduino-cli
PORT=/dev/ttyACM0 # e.g.
make PORT=$PORT setup && make && make upload

See also Dockerfile for details.