Device Handler has been modified in both the Communication Interface and in DH object. The ScanForReply and InterpreteForReply are fixed. The reading and printing of data is correct. It is still needed to fix the save in datapool and do documentation of the code.
This commit is contained in:
@ -5,7 +5,7 @@
|
||||
#ifndef TCS_DATA_CONFIG_H_
|
||||
#define TCS_DATA_CONFIG_H_
|
||||
|
||||
#define TEMPERATURE_SENSOR_CONFIG ArduinoTCSTemperatureSensor::Parameters({-999.0,999.0})
|
||||
#define TEMPERATURE_SENSOR_CONFIG ArduinoTCSTemperatureSensor::Parameters({-1000.0,1000.0})
|
||||
|
||||
#define HEATER_ON_DEFAULT 3
|
||||
#define HEATER_HYSTERESIS_DEFAULT 3
|
||||
|
Reference in New Issue
Block a user