We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 09ce803 commit afccfabCopy full SHA for afccfab
adafruit_esp32spi/digitalio.py
@@ -195,7 +195,7 @@ def drive_mode(self):
195
def drive_mode(self, mode):
196
"""Sets the pin drive mode.
197
:param DriveMode mode: Defines the drive mode when outputting digital values.
198
- Either PUSH_PULL or OPEN_DRAIN
+ Either PUSH_PULL or OPEN_DRAIN
199
"""
200
if mode is DriveMode.OPEN_DRAIN:
201
raise NotImplementedError(
0 commit comments