You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?