nrf-rs / microbit

A Rust crate for BBC micro:bit development
BSD Zero Clause License
276 stars 61 forks source link

WIP: Docs improvement #90

Open caemor opened 2 years ago

caemor commented 2 years ago

I was teaching a class with a few students this semester. A small part of that was solving some tasks for the Microbit in either Rust or C++. And the Microbit documentation was still confusing for students who haven't done a lot of embedded stuff.

I would like to add more examples to the board structure (similar to the radio example). Or is that too much future maintenance work?

therealprof commented 2 years ago

Adding more examples sounds great to me.