Mercurial > public > ostc4
comparison 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 |
comparison
equal
deleted
inserted
replaced
950:922ee3d7d2f3 | 951:e9c37071933b |
---|---|
43 void reset_debounce_warning_fallback(); | 43 void reset_debounce_warning_fallback(); |
44 | 44 |
45 uint8_t getSetpointHighId(void); | 45 uint8_t getSetpointHighId(void); |
46 uint8_t getSetpointLowId(void); | 46 uint8_t getSetpointLowId(void); |
47 uint8_t getSetpointDecoId(void); | 47 uint8_t getSetpointDecoId(void); |
48 void requestBuzzerActivation(uint8_t active); | |
49 uint8_t getBuzzerActivationState(); | |
48 #endif // CHECK_WARNING_H | 50 #endif // CHECK_WARNING_H |