Mercurial > public > ostc4
comparison Discovery/Src/tHome.c @ 1037:2af07aa38531 GasConsumption
Merge with external development branches:
Some features have been prepared for integration: Profiles, DMA UART on Firmware part, Bluetooth discovery and messges logging for development phase. All these new function are deactivated by compile switch and may be activated using the configuration.h for testing purpose.
| author | Ideenmodellierer |
|---|---|
| date | Mon, 15 Sep 2025 21:12:44 +0200 |
| parents | 5b913cdaa9dc |
| children |
comparison
equal
deleted
inserted
replaced
| 1029:e938901f6386 | 1037:2af07aa38531 |
|---|---|
| 57 static uint16_t display_toogle_count; | 57 static uint16_t display_toogle_count; |
| 58 static uint16_t tHome_tick_count_cview; | 58 static uint16_t tHome_tick_count_cview; |
| 59 static uint16_t tHome_tick_count_field; | 59 static uint16_t tHome_tick_count_field; |
| 60 static uint16_t tHome_tick_count_o2sens; | 60 static uint16_t tHome_tick_count_o2sens; |
| 61 | 61 |
| 62 const uint8_t cv_changelist[] = {CVIEW_Compass, CVIEW_SummaryOfLeftCorner, CVIEW_Tissues, CVIEW_Profile, CVIEW_EADTime, CVIEW_Gaslist, CVIEW_noneOrDebug, CVIEW_Decolist, CVIEW_sensors,CVIEW_sensors_mV, CVIEW_Timer, CVIEW_END}; | 62 const uint8_t cv_changelist[] = {CVIEW_Compass, CVIEW_SummaryOfLeftCorner, CVIEW_Tissues, |
| 63 CVIEW_Profile, CVIEW_EADTime, CVIEW_Gaslist, CVIEW_noneOrDebug, | |
| 64 CVIEW_Decolist, CVIEW_sensors,CVIEW_sensors_mV, CVIEW_Timer, | |
| 65 #ifdef ENABLE_LOGGER_WINDOW | |
| 66 CVIEW_Logger, | |
| 67 #endif | |
| 68 CVIEW_END}; | |
| 63 const uint8_t cv_changelist_BS[] = {CVIEW_T3_Decostop, CVIEW_sensors, CVIEW_Compass, CVIEW_T3_MaxDepth,CVIEW_T3_StopWatch, CVIEW_T3_TTS, CVIEW_T3_GasList, CVIEW_T3_ppO2andGas, CVIEW_noneOrDebug, | 69 const uint8_t cv_changelist_BS[] = {CVIEW_T3_Decostop, CVIEW_sensors, CVIEW_Compass, CVIEW_T3_MaxDepth,CVIEW_T3_StopWatch, CVIEW_T3_TTS, CVIEW_T3_GasList, CVIEW_T3_ppO2andGas, CVIEW_noneOrDebug, |
| 64 CVIEW_T3_Navigation, CVIEW_T3_DepthData, CVIEW_T3_DecoTTS, | 70 CVIEW_T3_Navigation, CVIEW_T3_DepthData, CVIEW_T3_DecoTTS, |
| 65 #ifdef ENABLE_T3_PROFILE_VIEW | 71 #ifdef ENABLE_T3_PROFILE_VIEW |
| 66 CVIEW_T3_Profile, | 72 CVIEW_T3_Profile, |
| 67 #endif | 73 #endif |
