We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e33ed60 + 99c807e commit 6544a0bCopy full SHA for 6544a0b
examples/ads1x15_gain_example.py
@@ -16,7 +16,7 @@
16
# ads = ADS.ADS1015(i2c)
17
ads = ADS.ADS1115(i2c)
18
19
-# Create a sinlge ended channel on Pin 0
+# Create a single-ended channel on Pin 0
20
# Max counts for ADS1015 = 2047
21
# ADS1115 = 32767
22
chan = AnalogIn(ads, ADS.P0)
0 commit comments