bugfixes in max31685, indexing adapted
All checks were successful
EIVE/eive-obsw/pipeline/head This commit looks good

This commit is contained in:
2021-10-12 17:55:36 +02:00
parent 667a893d01
commit 7c673d6e7f
10 changed files with 294 additions and 287 deletions

View File

@ -47,22 +47,22 @@ enum commonObjects: uint32_t {
* Not yet specified which pt1000 will measure which device/location in the satellite.
* Therefore object ids are named according to the IC naming of the RTDs in the schematic.
*/
RTD_IC3 = 0x44420016,
RTD_IC4 = 0x44420017,
RTD_IC5 = 0x44420018,
RTD_IC6 = 0x44420019,
RTD_IC7 = 0x44420020,
RTD_IC8 = 0x44420021,
RTD_IC9 = 0x44420022,
RTD_IC10 = 0x44420023,
RTD_IC11 = 0x44420024,
RTD_IC12 = 0x44420025,
RTD_IC13 = 0x44420026,
RTD_IC14 = 0x44420027,
RTD_IC15 = 0x44420028,
RTD_IC16 = 0x44420029,
RTD_IC17 = 0x44420030,
RTD_IC18 = 0x44420031,
RTD_IC_0 = 0x44420016,
RTD_IC_1 = 0x44420017,
RTD_IC_2 = 0x44420018,
RTD_IC_3 = 0x44420019,
RTD_IC_4 = 0x44420020,
RTD_IC_5 = 0x44420021,
RTD_IC_6 = 0x44420022,
RTD_IC_7 = 0x44420023,
RTD_IC_8 = 0x44420024,
RTD_IC_9 = 0x44420025,
RTD_IC_10 = 0x44420026,
RTD_IC_11 = 0x44420027,
RTD_IC_12 = 0x44420028,
RTD_IC_13 = 0x44420029,
RTD_IC_14 = 0x44420030,
RTD_IC_15 = 0x44420031,
SUS_1 = 0x44120032,
SUS_2 = 0x44120033,