From 99c807e72266c987701515e09f604d287b150e11 Mon Sep 17 00:00:00 2001 From: nlantau <54811788+nlantau@users.noreply.github.com> Date: Tue, 18 Jan 2022 18:36:41 +0100 Subject: [PATCH] Correcting misspelling in comment --- examples/ads1x15_gain_example.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)