We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a06b7c2 commit b7509eaCopy full SHA for b7509ea
adafruit_ads1x15/ads1x15.py
@@ -57,7 +57,7 @@
57
class ADS1x15(object):
58
"""Base functionality for ADS1x15 analog to digital converters."""
59
60
- def __init__(self, i2c, gain=1, data_rate=None, mode=_ADS1X15_CONFIG_MODE_SINGLE,
+ def __init__(self, i2c, gain=1, data_rate=None, mode=_ADS1X15_CONFIG_MODE_SINGLE,
61
address=_ADS1X15_DEFAULT_ADDRESS):
62
#pylint: disable=too-many-arguments
63
self.buf = bytearray(3)
0 commit comments