Skip to content

Commit 42a5a37

Browse files
author
Adam Patt
committed
changed signature again
1 parent 47f5eb2 commit 42a5a37

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

simpleio.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -230,7 +230,7 @@ class DigitalOut:
230230
"""
231231
Simple digital output that is valid until soft reset.
232232
"""
233-
def __init__(self, pin, value=None, drive_mode=None):
233+
def __init__(self, pin, **kwargs):
234234
"""
235235
kwargs will be passed directly to switch_to_output
236236
value (bool): default value to set upon switching

0 commit comments

Comments
 (0)