Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: add calibration for adc when not single differential (#444)
* also calibrate when not single differential * dont calibrate for 32f4 and 32f7 * Update hal_st/stm32fxxx/AnalogToDigitalPinStm.cpp Co-authored-by: Gabriel Santos <[email protected]> * or... * fix merge problem * only WBA * check calibrate for all non single ended * check not building for F7xx * check also not building for F4xx * check addition explicit not for F407 and F429 * check exclude f4 and f7 with other defines * Found a define that is symmetrical and should work * calibrate in AdcDmaMultiChannelStm.cpp * calibrate in AdcDmaStm.cpp * copy paste mistake resolved * copy paste mistake resolved --------- Co-authored-by: Gabriel Santos <[email protected]>
- Loading branch information