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 a1c2c03 commit 07a439bCopy full SHA for 07a439b
adafruit_max31856.py
@@ -376,7 +376,7 @@ def _wait_for_oneshot(self) -> None:
376
while self.oneshot_pending:
377
sleep(0.01)
378
379
- def _read_register(self, address: int, length: int) -> int:
+ def _read_register(self, address: int, length: int) -> bytearray:
380
# pylint: disable=no-member
381
# Read a 16-bit BE unsigned value from the specified 8-bit address.
382
with self._device as device:
0 commit comments