Using interrupts with Arduino

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 sensor) USB … Continue reading Using interrupts with Arduino