There's a large delay on my raspberrypi-zero. When pressing a button it takes about a second to register with my python-script. Is there some kind of busy-cpu loop that is blocking the CPU? could this be worked around to be event-driven?
There's a large delay on my raspberrypi-zero.
When pressing a button it takes about a second to register with my python-script.
Is there some kind of busy-cpu loop that is blocking the CPU? could this be worked around to be event-driven?