comparison Discovery/Inc/t7.h @ 461:b3f684cea9c0

Merged in Ideenmodellierer/ostc4/minor_improvments (pull request #41) Minor improvments
author heinrichsweikamp <bitbucket@heinrichsweikamp.com>
date Mon, 30 Mar 2020 13:16:11 +0000
parents f1257a32f2d4
children 9bb9a52d6ae5
comparison
equal deleted inserted replaced
441:9a9e4908ce2e 461:b3f684cea9c0
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"
35
36
37 typedef enum
38 {
39 LLC_Empty = 0,
40 LLC_Temperature,
41 LLC_AverageDepth,
42 LLC_ppO2,
43 LLC_Stopwatch,
44 LLC_Ceiling,
45 LLC_FutureTTS,
46 LLC_CNS,
47 LLC_GF,
48 #ifdef ENABLE_BOTTLE_SENSOR
49 LCC_BottleBar,
50 #endif
51 LLC_END
52
53 } customview_llc_t;
34 54
35 /* Exported functions --------------------------------------------------------*/ 55 /* Exported functions --------------------------------------------------------*/
36 void t7_init(void); 56 void t7_init(void);
37 57
38 void t7_refresh(void); 58 void t7_refresh(void);