void EnableADCInt(uint8_t channel) { // Clear PRADC to startup ADC PRR &= ~(1<> 6); return ticksresult; } ISR(ADC_vect) { adcValue = ADC; // low + high byte }