mirror of
https://github.com/ferrous-systems/embedded-trainings-2020.git
synced 2025-01-24 23:08:08 +00:00
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:
parent
274767bc51
commit
d6470363d4
1 changed files with 1 additions and 1 deletions
|
@ -226,7 +226,7 @@ pub fn init() -> Result<Board, ()> {
|
|||
let b_2 = pins.p0_12.degrade().into_pullup_input();
|
||||
let b_3 = pins.p0_24.degrade().into_pullup_input();
|
||||
let b_4 = pins.p0_25.degrade().into_pullup_input();
|
||||
// 🔼 --- Exercise Button --- 🔼
|
||||
// 🔼 --- Button Exercise --- 🔼
|
||||
|
||||
defmt::debug!("I/O pins have been configured for digital output");
|
||||
|
||||
|
|
Loading…
Reference in a new issue