From cdc0465c7e39242ba5d25a34954ac061c08ff8b6 Mon Sep 17 00:00:00 2001 From: Nikolay Khabarov <2xl@mail.ru> Date: Fri, 16 Jun 2017 21:52:13 +0300 Subject: [PATCH] typo --- cnc/sensors/thermistor.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cnc/sensors/thermistor.py b/cnc/sensors/thermistor.py index 7e003e8..45d6769 100644 --- a/cnc/sensors/thermistor.py +++ b/cnc/sensors/thermistor.py @@ -23,7 +23,7 @@ Circuit diagram for this module should be like this: _|_ _|_ GND GND -Since ads111x uses internal reference voltage, 3.3V should be well regulated. +Since ads111x uses internal reference voltage, Vcc should be well regulated. """ from __future__ import division