Closed
Description
For the buttons we can easily write code that's not super time-dependent wrt things happening in the main loop, by using was_pressed
. However, with the pin_logo, as far as I can see can only test whether it is_touched
.
I wouldn't be against having a was_pressed for all touch pins, either. Does anyone recall the reason for not having was_
methods for pins?