Even stuff like: ```rust loop { gpio.wait_for_low().await; do_something().await; } ``` Is not optimal: if `do_something()` takes any time at all, we can miss low strobes