summaryrefslogtreecommitdiff
path: root/controller.c
AgeCommit message (Collapse)Author
2013-12-10Add some conversions from celsius to adc valuesHEADmasterChristian Franke
Luckily, this ATMega is grossly oversized, so we can just throw in floating point arithmetic.
2013-12-10Cooling has much less overshoot that heating, account for thatChristian Franke
2013-12-09Restructure code a bitChristian Franke