small fixes
This commit is contained in:
6
Config.h
6
Config.h
@ -21,8 +21,8 @@ namespace Config {
|
||||
const int MAGIC = 0;
|
||||
const int ADC1START = 4;
|
||||
const int ADC2START = 12;
|
||||
const int THERMO1ALPHA = 20;
|
||||
const int THERMO2ALPHA = 24;
|
||||
const int THERMO1START = 20;
|
||||
const int THERMO2START = 24;
|
||||
|
||||
void initialize();
|
||||
bool isInitialized();
|
||||
@ -35,4 +35,4 @@ namespace Config {
|
||||
}
|
||||
|
||||
|
||||
#endif // _config_h_
|
||||
#endif // _config_h_
|
||||
|
Reference in New Issue
Block a user