dacs: clr_n high, ldac_n low

This commit is contained in:
Robert Jördens 2020-06-23 14:13:55 +02:00
parent 5d2116c901
commit c326623818
1 changed files with 4 additions and 0 deletions

View File

@ -325,6 +325,10 @@ const APP: () = {
spi
};
let _dac_clr_n = gpioe.pe12.into_push_pull_output().set_high();
let _dac0_ldac_n = gpioe.pe11.into_push_pull_output().set_low();
let _dac1_ldac_n = gpioe.pe15.into_push_pull_output().set_low();
let dac0_spi = {
let spi_miso = gpioe
.pe5