feat(adc_test): use devicetree for adc configuration

- Use named adc channel 'multisense' from devicetree
- Enable adc calibration
This commit is contained in:
2025-07-06 09:55:10 +02:00
parent a77298b3a6
commit 2cc258e8e2
3 changed files with 96 additions and 0 deletions

View File

@@ -0,0 +1,3 @@
CONFIG_ADC=y
CONFIG_ADC_STM32=y
CONFIG_LOG=y