I am using the adc to sample a sensor and send this over the air. For testing I used the simple_uart library and it works. But now I don't need the uart connection and I removed it from the project, but now the adc always returns 0.
I don't need have to send something over the uart, but I need to run "simple_uart_config()", to make the adc work. without it it won't work.