thermometer stuff

This commit is contained in:
Wolfgang Hottgenroth
2014-11-17 19:17:09 +01:00
parent b426dbd570
commit 33a8a35bf8
5 changed files with 52 additions and 11 deletions

View File

@ -49,6 +49,8 @@ void Config::initialize() {
setFloat(ADC1START + 4, 1.0);
setFloat(ADC2START, 0.0);
setFloat(ADC2START + 4, 1.0);
setFloat(THERMO1START, 1.0);
setFloat(THERMO2START, 1.0);
setMagic();
}