macro_rules! pins { ($p:expr) => { ... }; }
Convenience macro to instantiate the Pins struct for this board.
Pins
let dp = niti_hal::Peripherals::take().unwrap(); let pins = niti_hal::pins!(dp);