Skip to content

Latest commit

 

History

History
9 lines (8 loc) · 830 Bytes

README.md

File metadata and controls

9 lines (8 loc) · 830 Bytes

rust-mc

I have already gotten my feet wet in embedded development with rust by working through japaric's discovery book. The book does a good job of getting the reader to the fun stuff by doing most of the setup work. I hope to cement the lessons learned from the book and to get a more complete picture of starting an embedded project from scratch by re-implementing and expanding an LED roulette application.

Tasks

each task is marked with a tag

  • Implement LED roulette
  • Implement serial loopback
  • Run LED roulette and serial loopback concurrently using futures directly
  • Use await! to run LED roulette and serial loopback concurrently