Skip to content

Commit 496b0d6

Browse files
committed
fixed typo
1 parent 8662a81 commit 496b0d6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

adafruit_bitbangio.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ def writeto_then_readfrom(
150150
if in_end is None:
151151
in_end = len(buffer_in)
152152
if self._check_lock():
153-
self._write(address, buffer[out_start:out_end], False)
153+
self._write(address, buffer_out[out_start:out_end], False)
154154
self.readfrom_into(address, buffer_in, start=in_start, end=in_end)
155155

156156
def _scl_low(self):

0 commit comments

Comments
 (0)