| | |
| | | #include "Uart.h" |
| | | #include "HIDO_Debug.h" |
| | | #include "WS2812.h" |
| | | #include "GPS.h" |
| | | extern uint32_t uwbled,gpsled,loraled,powerled; |
| | | extern uint32_t lp_time; |
| | | extern uint32_t led_timer; |
| | |
| | | * Author : www.hido-studio.com |
| | | * Modified Date: : 2020年11月10日 |
| | | *******************************************************************************/ |
| | | extern HIDO_VOID GPS_PowerOff(void); |
| | | HIDO_VOID Power_GPS_LoraOff(HIDO_VOID) |
| | | { |
| | | GPIO_RESET(&l_astPowerPin[POWER_PIN_GPS_LORA]); |
| | |
| | | * Author : hido.ltd |
| | | *******************************************************************************/ |
| | | extern uint8_t nomove_flag; |
| | | extern void Set4LEDColor_Off(void); |
| | | extern void MX_Init(void); |
| | | extern void SystemClock_Config(void); |
| | | void Power_Sleep(void) |
| | | { |
| | | extern ADC_HandleTypeDef hadc; |