xmega adc singlended no gain
The snippet can be accessed without any authentication.
Authored by
Jake Read
lots of other missing files here, but the ADC code is all there
init_adc() starts it up, kick_adc() runs on a timer, and asks for a conversion to start. on completion that conversion fires the ISR at the bottom of the file, that starts control() loop where the actual ADC read is line 248
if I remember this correctly, it's on PB0 on the breadboardboard
Please register or sign in to comment