Mercurial > public > ostc4
diff Small_CPU/Inc/gpio.h @ 938:df87dbfc9c21 Evo_2_23
Update GPIO:
Splitted the init function and moved GPS deactivation into the sleep loop (deep sleep)
author | Ideenmodellierer |
---|---|
date | Tue, 10 Dec 2024 21:00:55 +0100 |
parents | f2494a708f52 |
children |
line wrap: on
line diff
--- a/Small_CPU/Inc/gpio.h Tue Dec 10 20:59:37 2024 +0100 +++ b/Small_CPU/Inc/gpio.h Tue Dec 10 21:00:55 2024 +0100 @@ -33,6 +33,7 @@ #define GPS_BCKP_CONTROL_PIN GPIO_PIN_14 /* PortB */ void GPIO_LEDs_VIBRATION_Init(void); +void GPIO_GNSS_Init(); void GPIO_Power_MainCPU_Init(void); void GPIO_Power_MainCPU_ON(void); void GPIO_Power_MainCPU_OFF(void);