diff --git a/src/main.rs b/src/main.rs index 5b8492c..01cd1f0 100644 --- a/src/main.rs +++ b/src/main.rs @@ -325,6 +325,12 @@ const APP: () = { spi }; + let _dac_clr_n = gpioe.pe12.into_push_pull_output().set_high().unwrap(); + let _dac0_ldac_n = + gpioe.pe11.into_push_pull_output().set_low().unwrap(); + let _dac1_ldac_n = + gpioe.pe15.into_push_pull_output().set_low().unwrap(); + let dac0_spi = { let spi_miso = gpioe .pe5