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