Mercurial > public > ostc4
diff Discovery/Inc/data_exchange_main.h @ 1070:4499227a2db8 Icon_Integration
Added compile option for o2/diluent pressure display:
Some external devices (like the RedBare rebreather) provide pressure sensor information o2 and diluent bottles. A data channel from RTE to main CPU has been defined and a visualization has been added to the lower left corner (llc). Pressure will be displayed in the gas list as well => for o2 display the definition of a 100% o2 gas is needed. Diluent will be assigned to the first gas. The ADVANCED_GAS compile switch needs to be activated for this feature
| author | Ideenmodellierer |
|---|---|
| date | Thu, 19 Feb 2026 13:17:25 +0100 |
| parents | 3420e3ba698d |
| children |
line wrap: on
line diff
--- a/Discovery/Inc/data_exchange_main.h Tue Feb 17 20:46:45 2026 +0100 +++ b/Discovery/Inc/data_exchange_main.h Thu Feb 19 13:17:25 2026 +0100 @@ -51,6 +51,7 @@ uint8_t DataEX_check_RTE_version__needs_update(void); void setAvgDepth(SDiveState *pStateReal); uint8_t DataEX_external_ADC_Present(void); +void DataEX_helper_Get_ID_Of_O2_Diluent(uint8_t* pIdO2, uint8_t* pIdDiluent); SDataReceiveFromMaster * dataOutGetPointer(void);
