Marvee Amasi
DIIDevHeads IoT Integration Server
•Created by Dtynin on 9/13/2024 in #🪲-firmware-and-baremetal
How to prevent ADC interrupt from affecting LCD display on AVR MCU?
It will stop disabling all interrupts globally
cli()
or sei()
and instead it will selectively manage when the LCD is updated13 replies