comparison Small_CPU/Inc/externalInterface.h @ 988:d9290c76b840 GasConsumption

OSTC4/5 joined code: In the previous version code differences between OSTC4/5 were identified using the ENABLE_GPIO_V2 compiler switch. In the new version this is done using the display version as indicator which OSTC model is in used. Since this is detected by Firmware the information is forwarded from there to the RTE. This causes a little delay in the GPIO initialization but this applies only to the cold start of the RTE which should not happen very often.
author ideenmodellierer
date Sun, 06 Apr 2025 21:02:17 +0200 (5 weeks ago)
parents f72613a152dd
children
comparison
equal deleted inserted replaced
984:41136649b90d 988:d9290c76b840
70 DETECTION_CO2_0, /* check UART channel for connected CO2 sensor */ 70 DETECTION_CO2_0, /* check UART channel for connected CO2 sensor */
71 DETECTION_CO2_1, 71 DETECTION_CO2_1,
72 DETECTION_CO2_2, 72 DETECTION_CO2_2,
73 DETECTION_CO2_3, 73 DETECTION_CO2_3,
74 #endif 74 #endif
75 #ifdef ENABLE_GNSS_SUPPORT 75 #ifdef ENABLE_GNSS_EXTERN
76 DETECTION_GNSS_0, /* check UART channel for connected gnss sensor */ 76 DETECTION_GNSS_0, /* check UART channel for connected gnss sensor */
77 DETECTION_GNSS_1, 77 DETECTION_GNSS_1,
78 DETECTION_GNSS_2, 78 DETECTION_GNSS_2,
79 DETECTION_GNSS_3, 79 DETECTION_GNSS_3,
80 #endif 80 #endif