Mercurial > public > ostc4
comparison Small_CPU/Inc/gpio.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 | df87dbfc9c21 |
children |
comparison
equal
deleted
inserted
replaced
950:922ee3d7d2f3 | 951:e9c37071933b |
---|---|
47 void GPIO_VIBRATION_ON(void); | 47 void GPIO_VIBRATION_ON(void); |
48 void GPIO_GPS_OFF(void); | 48 void GPIO_GPS_OFF(void); |
49 void GPIO_GPS_ON(void); | 49 void GPIO_GPS_ON(void); |
50 void GPIO_GPS_BCKP_OFF(void); | 50 void GPIO_GPS_BCKP_OFF(void); |
51 void GPIO_GPS_BCKP_ON(void); | 51 void GPIO_GPS_BCKP_ON(void); |
52 | |
53 void GPIO_HandleBuzzer(); | |
52 #endif | 54 #endif |
53 #ifdef __cplusplus | 55 #ifdef __cplusplus |
54 } | 56 } |
55 #endif | 57 #endif |
56 #endif /* GPIO_H */ | 58 #endif /* GPIO_H */ |