24 lines
643 B
C
24 lines
643 B
C
|
/*****************************************************************
|
|||
|
;Project: Light
|
|||
|
;MCU:
|
|||
|
;Date:
|
|||
|
;File:
|
|||
|
;Function:
|
|||
|
******************************************************************/
|
|||
|
#ifndef __POW_H
|
|||
|
#define __POW_H
|
|||
|
/*---------------------------------------------------------------*/
|
|||
|
#include "ARMCM0.h"
|
|||
|
/*---------------------------------------------------------------*/
|
|||
|
//<2F><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>
|
|||
|
//void Pow_Init(void);
|
|||
|
//void Pow_Ctrl(bool Flag);
|
|||
|
/*---------------------------------------------------------------*/
|
|||
|
//<2F>궨<EFBFBD><EAB6A8>
|
|||
|
// #define Battery_SW_PIN GPIO_14
|
|||
|
|
|||
|
#endif
|
|||
|
/*---------------------------------------------------------------*/
|
|||
|
|
|||
|
|