Mercurial > public > ostc4
comparison Discovery/Inc/t7.h @ 446:f1257a32f2d4 minor_improvments
Introduced configuration header for variant managment:
At the moment several defines are distributed across the code allowing special SW builds (e.g. logging simulated dives). To make these options more transparent and easier to configurate a separate header has been added. With this header an new option for an optical pressure sensor was introduced.
author | ideenmodellierer |
---|---|
date | Thu, 05 Mar 2020 22:31:50 +0100 |
parents | adb18fe92737 |
children | 9bb9a52d6ae5 |
comparison
equal
deleted
inserted
replaced
445:ee1434824c3f | 446:f1257a32f2d4 |
---|---|
29 #define T7_H | 29 #define T7_H |
30 | 30 |
31 /* Includes ------------------------------------------------------------------*/ | 31 /* Includes ------------------------------------------------------------------*/ |
32 #include "stm32f4xx_hal.h" | 32 #include "stm32f4xx_hal.h" |
33 #include "gfx_engine.h" | 33 #include "gfx_engine.h" |
34 #include "configuration.h" | |
34 | 35 |
35 | 36 |
36 typedef enum | 37 typedef enum |
37 { | 38 { |
38 LLC_Empty = 0, | 39 LLC_Empty = 0, |
42 LLC_Stopwatch, | 43 LLC_Stopwatch, |
43 LLC_Ceiling, | 44 LLC_Ceiling, |
44 LLC_FutureTTS, | 45 LLC_FutureTTS, |
45 LLC_CNS, | 46 LLC_CNS, |
46 LLC_GF, | 47 LLC_GF, |
48 #ifdef ENABLE_BOTTLE_SENSOR | |
47 LCC_BottleBar, | 49 LCC_BottleBar, |
50 #endif | |
48 LLC_END | 51 LLC_END |
49 | 52 |
50 } customview_llc_t; | 53 } customview_llc_t; |
51 | 54 |
52 /* Exported functions --------------------------------------------------------*/ | 55 /* Exported functions --------------------------------------------------------*/ |