Other Parts Discussed in Thread: CC2530
Please let me know how to make use of an ADC pin to read a sensor input.
I have taken the following code as reference.
value = HalAdcRead(HAL_ADC_CHANNEL_4, HAL_ADC_RESOLUTION_12);
Will this give 12 bits resolution or 10-bits?
Thanks