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 bf877b4 commit 64bbed0Copy full SHA for 64bbed0
adafruit_lis331.py
@@ -81,7 +81,6 @@ class ROByteArray:
81
def __init__( # pylint: disable=too-many-arguments
82
self, register_address: int, format_str: str, count: int
83
):
84
-
85
self.buffer = bytearray(1 + count)
86
self.buffer[0] = register_address
87
self.format = format_str
0 commit comments