PASII/CandeII_1.4/Taskrun/LowPow_Task.h

18 lines
518 B
C

/*****************************************************************
;Project: Light
;MCU:
;Date:
;File:
;Function:
******************************************************************/
#ifndef __LOWPOW_TASK_H
#define __LOWPOW_TASK_H
/*---------------------------------------------------------------*/
#include "ARMCM0.h"
/*---------------------------------------------------------------*/
//º¯ÊýÉùÃ÷
void LowPow_Task(void);
#endif
/*---------------------------------------------------------------*/