microbit
microbit copied to clipboard
A Rust crate for BBC micro:bit development
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...
Fixed released an update and now requires rust 1.61 (https://crates.io/crates/fixed)
Trying out your tutorial but gettings stuck compiling when adding `microbit` to the .toml `ERROR(cortex-m-rt): The interrupt vectors are missing.`
The [micro:bit developer community](https://tech.microbit.org/) has a page listing [other programming languages](https://tech.microbit.org/software/other-languages/) you can run on the micro:bit. When we're ready it would be good to get this repo listed there.
I haven't found a way to access the persistent storage in micro:bit with this crate (I may be blind though). It's exposed in the [MicroPython](https://microbit-micropython.readthedocs.io/en/latest/filesystem.html) and [micro:bit runtime](https://lancaster-university.github.io/microbit-docs/ubit/storage) APIs. I...
Well i have been trying to use the example with the buttons, it works and ect, but when i tried to change which lights get opened, i realised it made...
Fixes #92
My motivation for this was to use the SPI. I'm not sure if the idea was not to export all peripherals just to keep the API clean (or for some...
Hi, I'm attempting to read from shtc3 sensor connected to microbit-v2 via i2c external pins. For testing, I'm using a minimal RTIC app with one task which received a local...