NCS 2.0.0
Our application is using an nRF52833. Everything is running except measuring a voltage. I am looking for a simple SAADC sample to read a single-ended voltage on channel 3. I've done it a dozen times with nRF5 SDK, but NCS keeps evolving and there are no Nordic ADC samples that I can find specifically for NCS 2.0.0. The dts files only contain the status property. Thanks!
&adc {
status = "okay";
};