Zitat Zitat von Kaiser-F
Code:
result = ADCL + (ADCH << 8);
Das sollte auf jeden Fall ersetzt werden durch
Code:
result = ADC;
!!!