Mercurial > public > ostc4
diff Discovery/Inc/data_exchange_main.h @ 556:eb2060caca7d
Switch source of o2 sensor data depending on availability of external ADC:
Dependig on the HW configuration provided by RTE the data vields for o2 voltage values are derived from the optical or the external ADC interface. TODO: Add manual selection to O2 menu to enable manuel switching.
author | Ideenmodellierer |
---|---|
date | Thu, 12 Nov 2020 19:54:58 +0100 |
parents | b11e50415982 |
children | 1b995079c045 |
line wrap: on
line diff
--- a/Discovery/Inc/data_exchange_main.h Thu Nov 12 19:48:28 2020 +0100 +++ b/Discovery/Inc/data_exchange_main.h Thu Nov 12 19:54:58 2020 +0100 @@ -50,6 +50,7 @@ void DataEX_control_connection_while_asking_for_sleep(void); uint8_t DataEX_check_RTE_version__needs_update(void); void setAvgDepth(SDiveState *pStateReal); +uint8_t DataEX_external_ADC_Present(void); SDataReceiveFromMaster * dataOutGetPointer(void);