We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 45a5775 commit 44e135dCopy full SHA for 44e135d
adafruit_ads1x15/ads1x15.py
@@ -224,3 +224,4 @@ def _read_register(self, reg, fast=False):
224
else:
225
i2c.write_then_readinto(bytearray([reg]), self.buf, in_end=2)
226
return self.buf[0] << 8 | self.buf[1]
227
+
0 commit comments