This is the code for the YouTube video series (part 1, part 2), 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.
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:
- Getting setup for embedded development in Rust
- HALs & PACs : exploring the embedded Rust ecosystem
- The Rust Book
- zero-to-async : building an async runtime from scratch