We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d57b5d4 + d39520c commit 0810df9Copy full SHA for 0810df9
examples/ads1x15_ads1115_simpletest.py
@@ -9,6 +9,8 @@
9
10
# Create the ADC object using the I2C bus
11
ads = ADS.ADS1115(i2c)
12
+# you can specify an I2C adress instead of the default 0x48
13
+#ads = ADS.ADS1115(i2c, address=0x49)
14
15
# Create single-ended input on channel 0
16
chan = AnalogIn(ads, ADS.P0)
0 commit comments