array of channels and config stuff
This commit is contained in:
@ -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;
|
||||
|
Reference in New Issue
Block a user