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
The functions were designed but it was determined that they aren't a good fit for this library.
The function code and examples have been posted to the adafruit/circuitpython repo here adafruit/circuitpython#367 for future use. Discussed suggestions for future use are outlined in the issue.
Uh oh!
There was an error while loading. Please reload this page.
Consider having a function that returns a tuple of touched pads. Allows for iterating over all touched pads:
Also allows using the
in
syntax to check if a pad is touched. Can return ints:or maybe strings:
or something else?
The text was updated successfully, but these errors were encountered: