Mercurial > public > ostc4
comparison Small_CPU/Inc/uart.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 | 0b81ac558e89 |
children |
comparison
equal
deleted
inserted
replaced
984:41136649b90d | 988:d9290c76b840 |
---|---|
66 #ifdef ENABLE_CO2_SUPPORT | 66 #ifdef ENABLE_CO2_SUPPORT |
67 void UART_HandleCO2Data(void); | 67 void UART_HandleCO2Data(void); |
68 void DigitalCO2_SendCmd(uint8_t CO2Cmd, uint8_t *cmdString, uint8_t *cmdLength); | 68 void DigitalCO2_SendCmd(uint8_t CO2Cmd, uint8_t *cmdString, uint8_t *cmdLength); |
69 #endif | 69 #endif |
70 | 70 |
71 #ifdef ENABLE_GNSS_SUPPORT | 71 #ifdef ENABLE_GNSS_EXTERN |
72 void UART_HandleGnssData(void); | 72 void UART_HandleGnssData(void); |
73 #endif | 73 #endif |
74 #ifdef ENABLE_SENTINEL_MODE | 74 #ifdef ENABLE_SENTINEL_MODE |
75 void UART_HandleSentinelData(void); | 75 void UART_HandleSentinelData(void); |
76 #endif | 76 #endif |