jrouaix / tamagorust

Try embeded rust on m5 stick

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

tamagorust

Try embeded rust on m5 stick

Some commands

  • just
  • screen /dev/ttyUSB0 115200 (Ctrl + A, K to exit)
  • minicom -D /dev/ttyUSB0 -b 115200 (Ctrl + A, X to exit)
  • ls /dev/ttyUSB* (to check if device plugged, and find the correct port)

Resources

Steps

  • Run embassy no-std
  • Have a blinking led
  • Have all buttons working
  • Have the screen working
  • Have sound working
  • Have accelerometer working
  • Build a Simon game
  • ...

About

Try embeded rust on m5 stick


Languages

Language:Dockerfile 53.0%Language:Rust 34.7%Language:Just 12.3%