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 86eb04b06d3e18bb09d6361996cdf18112dd2eef
parent 4268fb61c8e8e845e61d049e30d7890c2f4fcf77
Author: therealFIGBERT <figbertwelner@gmail.com>
Date:   Fri, 21 Feb 2020 11:38:27 -0800

:wrench: Change value of resistor ohms to match new component

Diffstat:
MOperational/Operational.ino | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Operational/Operational.ino b/Operational/Operational.ino @@ -7,7 +7,7 @@ hd44780_I2Cexp lcd; #define TEMPERATURENOMINAL 25 #define NUMSAMPLES 10 #define BCOEFFICIENT 4000 -#define SERIESRESISTOR 220 +#define SERIESRESISTOR 100000 int samples[NUMSAMPLES];