i read devzone.nordicsemi.com/.../ that simple multiple saadc-s is not so easy. I also looked at github.com/.../ble_app_uart__saadc_timer_driven__scan_mode to use multiple channels but didn't understand how to separate what comes from what channel.
So i decided to make it maybe a more clean way. To init
the saadc, read value
and then uninit
it. Is this a good approach?