1
WXK
2023-08-28 aa08ceb38550e9e6f1ee2d74e1d57339fc6888a6
FML/Power.c
@@ -13,6 +13,7 @@
#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;
@@ -108,6 +109,7 @@
 * 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]);
@@ -123,6 +125,9 @@
 * 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;