How to use Timer interrupt on Arduino Uno
Normally when programming for arduino you only run 1 process in the loop function. But with more complex projects that will require the use of Timer interrupts. The most commonly used is to read the sensor value after a fixed period of … Continued