sci-oly-detector-building

[RADIOACTIVE] arduino thermometer for science olympiad
git clone git://git.figbert.com/sci-oly-detector-building.git
Log | Files | Refs | LICENSE

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:
MOperational/Operational.ino | 2+-
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