PASII/CandeII_1.4/Hardware/Pow.h

24 lines
643 B
C

/*****************************************************************
;Project: Light
;MCU:
;Date:
;File:
;Function:
******************************************************************/
#ifndef __POW_H
#define __POW_H
/*---------------------------------------------------------------*/
#include "ARMCM0.h"
/*---------------------------------------------------------------*/
//º¯ÊýÉùÃ÷
//void Pow_Init(void);
//void Pow_Ctrl(bool Flag);
/*---------------------------------------------------------------*/
//ºê¶¨Òå
// #define Battery_SW_PIN GPIO_14
#endif
/*---------------------------------------------------------------*/