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

Put in order definitions over whole project. #8

Closed mister-grumbler closed 6 years ago

mister-grumbler commented 6 years ago

A lot of things was unclear at the start of the project. So single header file was used. This is known to be a bad practice. So at the certain time all definitions will be revised and split across appropriate .c and .h files.

mister-grumbler commented 6 years ago

can be considered fulfilled for this stage.