Skip to content

Commit 44e135d

Browse files
committed
<LF> to <CR><LF>
1 parent 45a5775 commit 44e135d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

adafruit_ads1x15/ads1x15.py

+1
Original file line numberDiff line numberDiff line change
@@ -224,3 +224,4 @@ def _read_register(self, reg, fast=False):
224224
else:
225225
i2c.write_then_readinto(bytearray([reg]), self.buf, in_end=2)
226226
return self.buf[0] << 8 | self.buf[1]
227+

0 commit comments

Comments
 (0)