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

@ -21,6 +21,8 @@ namespace Config {
const int MAGIC = 0;
const int ADC1START = 4;
const int ADC2START = 12;
const int THERMO1ALPHA = 20;
const int THERMO2ALPHA = 24;
void initialize();
bool isInitialized();