Skip to content

simon-i1-h/arduboy-hello-rs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.