Mercurial > public > ostc4
comparison Discovery/Inc/check_warning.h @ 775:46c6d2380d4e
Add a shortcuts to change the setpoint to the loop to the 'normal' display when diving. It is only shown when diving in CCR mode and on the loop.
Uses the configured setpoint with the highest / lowest switch depth as the high / low setpoints respectively. (mikeller)
author | heinrichsweikamp |
---|---|
date | Thu, 11 May 2023 12:13:03 +0200 |
parents | 2c243233c999 |
children | 4abfb8a2a435 |
comparison
equal
deleted
inserted
replaced
774:6169309d6eb9 | 775:46c6d2380d4e |
---|---|
40 void set_warning_fallback(void); | 40 void set_warning_fallback(void); |
41 void clear_warning_fallback(void); | 41 void clear_warning_fallback(void); |
42 uint8_t debounce_warning_fallback(uint16_t debounceStepms); | 42 uint8_t debounce_warning_fallback(uint16_t debounceStepms); |
43 void reset_debounce_warning_fallback(); | 43 void reset_debounce_warning_fallback(); |
44 | 44 |
45 | 45 uint8_t getSetpointHighId(void); |
46 uint8_t getSetpointLowId(void); | |
46 #endif // CHECK_WARNING_H | 47 #endif // CHECK_WARNING_H |