I have downloaded ADC example to the board nrf51422. I could not figure out how to give analog input and view digital output. please help. Thanks in advance...
I have downloaded ADC example to the board nrf51422. I could not figure out how to give analog input and view digital output. please help. Thanks in advance...
Have you tried the ADC Example?
Have you tried the ADC Example?
yes, but i don't know change input and view output
Pin selection is set on line 67 of the example. You have access to the sampled data in the adc_event_handler on line 72.
Thank you