8-bit AVR Microcontroller

ADC Conversion Result

After the conversion is complete (ADCSRA.ADIF is set), the conversion result can be found in the ADC Result Registers (ADCL and ADCH).

ADCL must be read first in order to avoid locking the data registers from getting updated by the next conversion result. The form of the conversion result depends on the type of conversion.