Crate microbit [] [src]

Reexports

pub extern crate nrf51_hal as hal;
pub extern crate nb;
pub extern crate cortex_m;
pub use nb::*;
pub use nrf51::*;
pub use nrf51::interrupt::*;
pub use cortex_m_rt::*;

Macros

await

Await operation (won't work until the language gains support for generators)

block

Turns the non-blocking expression $e into a blocking operation.

default_handler

This macro lets you override the default exception handler

exception

Assigns a handler to an exception

interrupt
try_nb

Future adapter

Functions

serial_port