Add serial examples

This commit is contained in:
Michael Droogleever
2018-08-18 23:12:14 +02:00
parent ecdbd8d730
commit b12fb9f827
15 changed files with 421 additions and 9 deletions

View File

@@ -36,7 +36,7 @@ fn main() -> ! {
let mut gpio = p.GPIO.split();
let mut delay = Delay::new(p.TIMER0);
// Display
// Configure display pins
let row1 = gpio.pin13.into_push_pull_output().downgrade();
let row2 = gpio.pin14.into_push_pull_output().downgrade();
let row3 = gpio.pin15.into_push_pull_output().downgrade();