Mercurial > public > ostc4
diff 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 |
line wrap: on
line diff
--- a/Discovery/Inc/t7.h Sun Mar 01 10:06:45 2020 +0100 +++ b/Discovery/Inc/t7.h Mon Mar 30 13:16:11 2020 +0000 @@ -31,6 +31,26 @@ /* Includes ------------------------------------------------------------------*/ #include "stm32f4xx_hal.h" #include "gfx_engine.h" +#include "configuration.h" + + +typedef enum +{ + LLC_Empty = 0, + LLC_Temperature, + LLC_AverageDepth, + LLC_ppO2, + LLC_Stopwatch, + LLC_Ceiling, + LLC_FutureTTS, + LLC_CNS, + LLC_GF, +#ifdef ENABLE_BOTTLE_SENSOR + LCC_BottleBar, +#endif + LLC_END + +} customview_llc_t; /* Exported functions --------------------------------------------------------*/ void t7_init(void);