Mercurial > public > ostc4
diff Discovery/Inc/check_warning.h @ 951:e9c37071933b Evo_2_23
Added vibration warning:
The internal buzzer of the GPIO_V2 may now be used as additional warning notificator. It can be activated using the check button in the customer view menu. The vibration will be active while the warning message is displayed in the dive window. In case the diver is in the menu then the warning will be active for a shorter duration.
author | Ideenmodellierer |
---|---|
date | Sun, 29 Dec 2024 18:29:56 +0100 |
parents | 4abfb8a2a435 |
children |
line wrap: on
line diff
--- a/Discovery/Inc/check_warning.h Thu Dec 26 12:03:08 2024 +0100 +++ b/Discovery/Inc/check_warning.h Sun Dec 29 18:29:56 2024 +0100 @@ -45,4 +45,6 @@ uint8_t getSetpointHighId(void); uint8_t getSetpointLowId(void); uint8_t getSetpointDecoId(void); +void requestBuzzerActivation(uint8_t active); +uint8_t getBuzzerActivationState(); #endif // CHECK_WARNING_H