Open fwachsmuth opened 3 years ago
Replace delay with some non-blocking logic – check if a certain amount of time has passed since the interrupt was last called, and if enough time has passed, actually handle the interrupt. https://thewanderingengineer.com/2014/08/11/arduino-pin-change-interrupts/#comment-1592 looks handy
Replace delay with some non-blocking logic – check if a certain amount of time has passed since the interrupt was last called, and if enough time has passed, actually handle the interrupt. https://thewanderingengineer.com/2014/08/11/arduino-pin-change-interrupts/#comment-1592 looks handy