We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 30faf0a commit 02d28bcCopy full SHA for 02d28bc
adafruit_seesaw/digitalio.py
@@ -31,7 +31,7 @@ def __init__(self, seesaw, pin):
31
self._seesaw = seesaw
32
self._pin = pin
33
self._drive_mode = digitalio.DriveMode.PUSH_PULL
34
- self._direction = False
+ self._direction = digitalio.Direction.INPUT
35
self._pull = None
36
self._value = False
37
0 commit comments