Guest User

Untitled

a guest
Feb 18th, 2018
64
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.15 KB | None | 0 0
  1. ADChigh = ADCL;
  2. ADChigh += (ADCH << 8)
  3.  
  4. ADCSRA = (1<<ADEN)|(7<<ADPS0);
  5. ADMUX = (1<<REFS0)|(0<<ADLAR)|(1<<MUX2)|(1<<MUX0);
Add Comment
Please, Sign In to add comment