Marvee Amasi
Marvee Amasi
How to prevent ADC interrupt from affecting LCD display on AVR MCU?
The LCD update is performed in the main loop if you observe, didnt do it in the interrupt handler, so no global interrupts cli() or sei() are used. It will minimize the time spent with interrupts disabled, to improve your overall system performance
13 replies