Crate microbit [] [src]

Re-exports

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

Modules

nrf51

Peripheral access API for NRF51 microcontrollers (generated using svd2rust v0.13.1)

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.

entry

Macro to define the entry point of the program

exception

Macro to set or override a processor core exception handler

interrupt

Macro to override a device specific interrupt handler

try_nb

Future adapter

Functions

serial_port