Quote:
Originally Posted by Abwehr
Put in some printf's in the ADC interrupt handler to make sure the analog input is updating.
|
Because printf() is a big chunk of code to execute in an ISR, it's probably better to just stuff an ASCII character directly into the serial port output queue, as described
here.
-Kevin