start adding heater info set
All checks were successful
EIVE/eive-obsw/pipeline/head This commit looks good

This commit is contained in:
2023-01-24 15:24:39 +01:00
parent fbe0c35373
commit a0ad48d169
4 changed files with 23 additions and 6 deletions

View File

@ -37,6 +37,7 @@ class ThermalController : public ExtendedControllerBase {
thermalControllerDefinitions::SensorTemperatures sensorTemperatures;
thermalControllerDefinitions::SusTemperatures susTemperatures;
thermalControllerDefinitions::DeviceTemperatures deviceTemperatures;
thermalControllerDefinitions::HeaterInfo heaterInfo;
// Temperature Sensors
MAX31865::Max31865Set max31865Set0;