A repo containing some c code and some timing loops for the sole purpose of helping my brain understand a rudimentary language.
Hopefully the code evolves over time to demonstrate the following practices:
- TDD - Test Driven Development
- Source Control using git and incremental "baby-step" commits.
- Convention-y and industry 'best practice' conventions (name things properly and organize the file system correctly.)
- State Machine in c.
- Furnace
- Thermostat
All Temperatures will be using Farenheiht for human interaction. Time will be standard time, not metric time. (Minutes for humans)