Macro niti_hal::pins

source ·
macro_rules! pins {
    ($p:expr) => { ... };
}
Expand description

Convenience macro to instantiate the Pins struct for this board.

§Example

let dp = niti_hal::Peripherals::take().unwrap();
let pins = niti_hal::pins!(dp);