Im quite new to development with the DK so bare with me.
Currently I am able to read digital values (0 and 1) from the potentiometer using pin P0.03.
I am using the function: nrf_gpio_pin_read(POTMETER_PIN)
How do I go about getting the analog values instead ( 0 - 1024 etc.)?