Update down-the-stack/dk_bsc/src/lib_solution.rs

Co-authored-by: Jonathan Pallant <jonathan.pallant@ferrous-systems.com>
This commit is contained in:
Tanks Transfeld 2023-03-20 14:39:09 +01:00 committed by Mirabellensaft
parent 644e5645d2
commit 8021e14c3a

View file

@ -220,7 +220,7 @@ pub fn init() -> Result<Board, ()> {
let led_3 = pins.p0_15.degrade().into_push_pull_output(Level::High);
let led_4 = pins.p0_16.degrade().into_push_pull_output(Level::High);
// 🔽 --- Exercise Button --- 🔽
// 🔽 --- Button Exercise --- 🔽
// Buttons
let b_1 = pins.p0_11.degrade().into_pullup_input();
let b_2 = pins.p0_12.degrade().into_pullup_input();