diff --git a/examples/ads1x15_gain_example.py b/examples/ads1x15_gain_example.py index 69a3128..420f948 100644 --- a/examples/ads1x15_gain_example.py +++ b/examples/ads1x15_gain_example.py @@ -16,7 +16,7 @@ # ads = ADS.ADS1015(i2c) ads = ADS.ADS1115(i2c) -# Create a sinlge ended channel on Pin 0 +# Create a single-ended channel on Pin 0 # Max counts for ADS1015 = 2047 # ADS1115 = 32767 chan = AnalogIn(ads, ADS.P0)