array of channels and config stuff
This commit is contained in:
15
Config.h
15
Config.h
@ -24,14 +24,13 @@ namespace Config {
|
||||
const int THERMO1START = 20;
|
||||
const int THERMO2START = 24;
|
||||
|
||||
void initialize();
|
||||
bool isInitialized();
|
||||
float getFloat(int pos);
|
||||
void setFloat(int pos, float value);
|
||||
uint32_t getUInt32(int pos);
|
||||
void setUInt32(int pos, uint32_t value);
|
||||
|
||||
void setMagic();
|
||||
bool initialize();
|
||||
bool isInitialized();
|
||||
float getFloat(int pos);
|
||||
void setFloat(int pos, float value);
|
||||
uint32_t getUInt32(int pos);
|
||||
void setUInt32(int pos, uint32_t value);
|
||||
void setMagic();
|
||||
}
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user