7 ms·
I've worked on several low power projects, while yes we needed an interrupt to wake the processor, they all still used polling for all the actual button handlin
by apple1417 1y ago
I've worked on several low power projects, while yes we needed an interrupt to wake the processor, they all still used polling for all the actual button handling. At worst the interrupt just set a flag. It's actually kind of amazing how polling turns the main loop into a denounce filter, entirely for free.