We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents c090f6b + 79ae33a commit d3ff417Copy full SHA for d3ff417
Adafruit_ADS1x15/ads1x15_ex_singleended.py
@@ -13,7 +13,7 @@ def signal_handler(signal, frame):
13
ADS1115 = 0x01 # 16-bit ADC
14
15
# Select the gain
16
-# gain = 61 # +/- 6.144V
+# gain = 6144 # +/- 6.144V
17
gain = 4096 # +/- 4.096V
18
# gain = 2048 # +/- 2.048V
19
# gain = 1024 # +/- 1.024V
0 commit comments