Baremetal Arduino: Button with Interrupts
0 – Introduction While coding baremetal on a arduino, interrupts are a key part of any program that requires input or precise timings. In today’s article you will learn the very basics of interrupts in the ‘ATMega328p’ (the mcu in a lot of Arduinos). You will learn how to enable global interrupts, and configure the […]
Baremetal Arduino: Button with Interrupts Read More »