Macro longan_nano::lcd_pins[][src]

macro_rules! lcd_pins {
    ($gpioa : ident, $gpiob : ident) => { ... };
}
Expand description

Sets up all the needed GPIO pins for the LCD

let gpioa = dp.GPIOA.split(&mut rcu);
let gpiob = dp.GPIOB.split(&mut rcu);
let lcd_pins = lcd_pins!(gpioa, gpiob);