Using this as a base: http://ardx.org/src/circ/CIRC10-code.txt applying degF = (degC * 1.8) + 32, change line 30 to this: temperature = (((temperature – .5) * 100) * 1.8) + 32;
↧
Using this as a base: http://ardx.org/src/circ/CIRC10-code.txt applying degF = (degC * 1.8) + 32, change line 30 to this: temperature = (((temperature – .5) * 100) * 1.8) + 32;