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 underlying Seesaw class has "bulk reads" for digital outputs, which can be exposed in a more useful manner in this class, instead of invoking the method with the "private" values and/or knowledge of the Seesaw pins.
Proposed method would be something like
defread():
"""Returns an array of boolean (True/False) indicating the state of all the keys"""
The text was updated successfully, but these errors were encountered:
The underlying Seesaw class has "bulk reads" for digital outputs, which can be exposed in a more useful manner in this class, instead of invoking the method with the "private" values and/or knowledge of the Seesaw pins.
Proposed method would be something like
The text was updated successfully, but these errors were encountered: