Index: firmware/App/Drivers/TemperatureSensors.h =================================================================== diff -u -re7fe0454b5b2d39009dc784dc8c156856df8bc86 -red39129abdca4ec343369d83494530b23621e052 --- firmware/App/Drivers/TemperatureSensors.h (.../TemperatureSensors.h) (revision e7fe0454b5b2d39009dc784dc8c156856df8bc86) +++ firmware/App/Drivers/TemperatureSensors.h (.../TemperatureSensors.h) (revision ed39129abdca4ec343369d83494530b23621e052) @@ -35,14 +35,14 @@ /// Enumeration of temperature sensors. typedef enum SENSORS_NAME { - TEMPSENSORS_INLET_HEAT_EXCHANGER = 0, ///< First temp sensor to scan - TEMPSENSORS_FIRST = TEMPSENSORS_INLET_HEAT_EXCHANGER, ///< Heat exchanger Inlet temperature sensor - TEMPSENSORS_OUTLET_HEAT_EXCHANGER, ///< Heat exchanger Outlet temperature sensor - TEMPSENSORS_HYDRAULICS_PRIMARY_HEATER, ///< Hydraulics primary heater temperature sensor - TEMPSENSORS_TRIMMER_HEATER, ///< Trimmer heater temperature sensor - TEMPSENSORS_BAROMETRIC_TEMP_SENSOR, ///< Barometric temperature sensor - TEMPSENSORS_BOARD_TEMPERATURE, ///< DD board temperature sensor ( thermistor ) - NUM_OF_TEMPERATURE_SENSORS ///< Number of temperature sensors + D1_TEMP = 0, ///< First temp sensor to scan + TEMPSENSORS_FIRST = D1_TEMP, ///< Heat exchanger Inlet temperature sensor + X6_TEMP, ///< Heat exchanger Outlet temperature sensor + D4_TEMP, ///< Hydraulics primary heater temperature sensor + D50_TEMP, ///< Trimmer heater temperature sensor + BARO_TEMP, ///< Barometric temperature sensor + BRD_TEMP, ///< DD board temperature sensor ( thermistor ) + NUM_OF_TEMPERATURE_SENSORS ///< Number of temperature sensors } TEMPERATURE_SENSORS_T; // ********** public function prototypes **********