Hi
I have been experimenting with ncs recently, just trying different things out.
I'm making an application based on the following example (Which is basically code from one of the Nordic's guides, which uses SAADC to control PWM output and with it LED intensity)
https://github.com/simon-iversen/sdk-nrf/tree/light_controller/samples/light_controller
Can anyone guide me through how can I set different AIN pin to be used(let's say AIN4) in this example?
I still don't understand how the whole device tree thing works, and I believe this would require some changes to the device tree.