commit 63e47593eaacd1f4bf66d0f54d725939fdc01754
parent 95ba0a3344bd6618a876536ad54f617b75072d90
Author: therealFIGBERT <figbertwelner@gmail.com>
Date: Fri, 21 Feb 2020 20:05:06 -0800
:zap: Increase speed by reducing sample size by 80%
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Operational/Operational.ino b/Operational/Operational.ino
@@ -4,7 +4,7 @@
hd44780_I2Cexp lcd;
#define THERMISTORNOMINAL 100000
#define TEMPERATURENOMINAL 25
-#define NUMSAMPLES 10
+#define NUMSAMPLES 2
#define BCOEFFICIENT 4000
#define SERIESRESISTOR 100000