Mercurial > public > ostc4
comparison Discovery/Inc/check_warning.h @ 788:4abfb8a2a435
Define explicit setpoints for low / high / deco. Add an option to delay the switch to SPlow until all decompression has been cleared. (mikeller)
author | heinrichsweikamp |
---|---|
date | Tue, 04 Jul 2023 14:39:06 +0200 |
parents | 46c6d2380d4e |
children | e9c37071933b |
comparison
equal
deleted
inserted
replaced
787:aeb72882f30a | 788:4abfb8a2a435 |
---|---|
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 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 #endif // CHECK_WARNING_H | 48 #endif // CHECK_WARNING_H |