Mercurial > public > ostc4
comparison Discovery/Inc/externLogbookFlash.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 | 538eb1c976e9 |
| children | 158100a84ebd |
comparison
equal
deleted
inserted
replaced
| 555:573a2bc796c8 | 556:eb2060caca7d |
|---|---|
| 164 void ext_flash_write_firmware2(uint32_t offset, uint8_t *pSample1, uint32_t length1,uint8_t *pSample2, uint32_t length2); | 164 void ext_flash_write_firmware2(uint32_t offset, uint8_t *pSample1, uint32_t length1,uint8_t *pSample2, uint32_t length2); |
| 165 uint32_t ext_flash_read_firmware2(uint32_t *offset, uint8_t *pSample1, uint32_t max_length1, uint8_t *pSample2, uint32_t max_length2); | 165 uint32_t ext_flash_read_firmware2(uint32_t *offset, uint8_t *pSample1, uint32_t max_length1, uint8_t *pSample2, uint32_t max_length2); |
| 166 | 166 |
| 167 uint16_t ext_flash_repair_SPECIAL_dive_numbers_starting_count_with(uint16_t startCount); | 167 uint16_t ext_flash_repair_SPECIAL_dive_numbers_starting_count_with(uint16_t startCount); |
| 168 | 168 |
| 169 uint32_t ext_flash_AnalyseSampleBuffer(char *pstrResult); | 169 uint32_t ext_flash_AnalyseSampleBuffer(void); |
| 170 void ext_flash_CloseSector(void); | 170 void ext_flash_CloseSector(void); |
| 171 | 171 |
| 172 uint32_t ext_flash_read_profilelength_small_header(uint32_t smallHeaderAddr); | 172 uint32_t ext_flash_read_profilelength_small_header(uint32_t smallHeaderAddr); |
| 173 uint8_t ext_flash_SampleOverrunValid(void); | 173 uint8_t ext_flash_SampleOverrunValid(void); |
| 174 | 174 |
