Mercurial > public > ostc4
comparison Discovery/Inc/base.h @ 611:916998f90e39
Suspend MotionDetection events while diver is operationg the OSTC:
In the previous version in some situations the customer selection of the diver was immediatly overwritten by the detection function value (e.g. in sector mode). To prevent this behaviour a timeout for the detection has been added. Also in case the diver is operating a sub menu the handling of motion detection events will now be blocked.
author | Ideenmodellierer |
---|---|
date | Thu, 14 Jan 2021 21:25:15 +0100 |
parents | e3237f580ae9 |
children | 5078da3845c0 |
comparison
equal
deleted
inserted
replaced
610:ae7f8333c900 | 611:916998f90e39 |
---|---|
107 void set_globalMode(uint8_t newMode); | 107 void set_globalMode(uint8_t newMode); |
108 void set_globalState_Log_Page(uint8_t pageIsLine); | 108 void set_globalState_Log_Page(uint8_t pageIsLine); |
109 void set_returnFromComm(void); | 109 void set_returnFromComm(void); |
110 uint8_t font_update_required(void); | 110 uint8_t font_update_required(void); |
111 void set_Backlight_Boost(uint8_t level); | 111 void set_Backlight_Boost(uint8_t level); |
112 void StoreButtonAction(uint8_t action); | |
112 | 113 |
113 #endif /* BASE_H */ | 114 #endif /* BASE_H */ |
114 | 115 |
115 /************************ (C) COPYRIGHT STMicroelectronics *****END OF FILE****/ | 116 /************************ (C) COPYRIGHT STMicroelectronics *****END OF FILE****/ |