PaxInstruments / t400-firmware

Firmware for the Pax Instruments T400 temperature datalogger
22 stars 5 forks source link

Float removal #220

Closed protological closed 8 years ago

protological commented 8 years ago

There were lots of calls to dtostrf which takes a float and prints it. Added some macros to write int based temperature values to log and screen, added macro for printing an integer. Removed some floating point math for ambient calculations. Added comments in preparation for performance improvements and faster throughput