Crate microbit[][src]

microbit contains everything required to get started with the use of Rust to create firmwares for the fabulous BBC micro:bit microcontroller board.

Re-exports

pub use hal::pac;
pub use nrf51_hal as hal;

Modules

display

Non-blocking support for the 5×5 LED display.

gpio

Named GPIO pin types

led

Blocking support for the 5x5 LED display.

Macros

display_pins

Create DisplayPins from a GPIO Parts

serial_port

Create a Uart client with the default pins

Structs

Peripherals

All the peripherals