Crate microbit[−][src]
Expand description
microbit contains everything required to get started with the use of Rust to create firmwares for the fabulous BBC micro:bit microcontroller board.
This crate is for the new micro:bit (V2) pictured below on the right. If your micro:bit looks like the one on the right you need the microbit crate.
Modules
| display | Non-blocking support for the 5×5 LED display. |
| gpio | Named GPIO pin types |
| hal | |
| led | Blocking support for the 5x5 LED display. |
Macros
| display_pins | Create DisplayPins from a GPIO Parts |
Structs
| Peripherals | All the peripherals |

