array of channels and config stuff

This commit is contained in:
Wolfgang Hottgenroth
2014-11-17 19:45:38 +01:00
parent f4cadb46a2
commit 4ea27a7169
7 changed files with 68 additions and 89 deletions

View File

@ -12,8 +12,8 @@ namespace nsThermometer {
class Thermometer {
public:
Thermometer();
void begin(int eepromAddr);
Thermometer();
void begin(bool initializeConfig, int eepromAddr);
void exec(float r);
float temperature;
float temperatureRaw;