Skip to content

Commit 6544a0b

Browse files
authored
Merge pull request #77 from nlantau/patch-1
Correcting misspelling in comment
2 parents e33ed60 + 99c807e commit 6544a0b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/ads1x15_gain_example.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
# ads = ADS.ADS1015(i2c)
1717
ads = ADS.ADS1115(i2c)
1818

19-
# Create a sinlge ended channel on Pin 0
19+
# Create a single-ended channel on Pin 0
2020
# Max counts for ADS1015 = 2047
2121
# ADS1115 = 32767
2222
chan = AnalogIn(ads, ADS.P0)

0 commit comments

Comments
 (0)