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 checks being done in adafruit_seesaw.digitalio.py are based on the core digitalio library defines. But the Seesaw class in adafruit_seesaw.seesaw.py also defines its own set. Mixing these (first example above) is what is leading to this issue.
The following code should work.
However, it does not. The pin is left floating. The following code, does work.
Presumably the first example is supposed to work like the second example, but it does not. I have no suggestions on where to start with fixing this.
The text was updated successfully, but these errors were encountered: