Using interrupts with Arduino

4 (4) Interrupts allow the microcontroller to execute a function when an event occurs on one of the interrupt pins. Instead of constantly reading the value of a sensor, the program will only be triggered when the value of the sensor changes. This solves many task layout problems. Material Arduino UNO push button (or other … Continue reading Using interrupts with Arduino