mister-grumbler / w1209-firmware

The functional eqivalent to the original firmware of "Digital Thermostat Module Model XH-W1209".
GNU General Public License v3.0
39 stars 23 forks source link

Build string to display temperature #2

Closed mister-grumbler closed 6 years ago

mister-grumbler commented 6 years ago

A function which would convert temperature value (positive/negative, with/without tenth part of degrees) into valid string.

mister-grumbler commented 6 years ago

Own version of itoa () was implemented. Not because author think himself a very smart. But because of project requirements.