Skip to content

Commit e2ac237

Browse files
authored
removed stop parameter from writeto_then_readfrom
1 parent 48de69d commit e2ac237

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

adafruit_bitbangio.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -147,8 +147,7 @@ def writeto_then_readfrom(
147147
out_start=0,
148148
out_end=None,
149149
in_start=0,
150-
in_end=None,
151-
stop=True
150+
in_end=None
152151
):
153152
"""Write data from buffer_out to an address and then
154153
read data from an address and into buffer_in

0 commit comments

Comments
 (0)