Hey, I am compiling some code to both read ADC measurements and send the measure it over UART. I looked at the ADC+UART+SOFTDEVICE example on github and I think I am pretty close to fixing it. The only issue is when I try to use app_uart_put
it dosen't seem to work. Here is my code below. I combined both the ble_app_uart and adc example code together to come up with this.
main.c