Skip to content

Latest commit

 

History

History
14 lines (9 loc) · 933 Bytes

File metadata and controls

14 lines (9 loc) · 933 Bytes

moxi

This is the code for the YouTube video series (part 1, part 2, part 3), where we try to turn the microbit into an air quality monitor. The code for the end of each episode is in its respective directory.

Prerequisites

Most of the projects going forward will be using embassy for concurrency, timekeeping, HALs & synchronization, so, best to take the tour to get familiar with it. And then there are the obligatory "getting started with embedded Rust" resources:

Further Research