Mercurial > public > ostc4
comparison 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 |
comparison
equal
deleted
inserted
replaced
555:573a2bc796c8 | 556:eb2060caca7d |
---|---|
48 void DataEX_merge_deviceData(void); | 48 void DataEX_merge_deviceData(void); |
49 uint32_t DataEX_lost_connection_count(void); | 49 uint32_t DataEX_lost_connection_count(void); |
50 void DataEX_control_connection_while_asking_for_sleep(void); | 50 void DataEX_control_connection_while_asking_for_sleep(void); |
51 uint8_t DataEX_check_RTE_version__needs_update(void); | 51 uint8_t DataEX_check_RTE_version__needs_update(void); |
52 void setAvgDepth(SDiveState *pStateReal); | 52 void setAvgDepth(SDiveState *pStateReal); |
53 uint8_t DataEX_external_ADC_Present(void); | |
53 | 54 |
54 SDataReceiveFromMaster * dataOutGetPointer(void); | 55 SDataReceiveFromMaster * dataOutGetPointer(void); |
55 | 56 |
56 uint16_t DataEX_debug_data(uint16_t *dataOut20x5); | 57 uint16_t DataEX_debug_data(uint16_t *dataOut20x5); |
57 | 58 |