/***************************************************************** ;Project: Light ;MCU: ;Date: ;File: ;Function: ******************************************************************/ #ifndef __LOWPOW_TASK_H #define __LOWPOW_TASK_H /*---------------------------------------------------------------*/ #include "ARMCM0.h" /*---------------------------------------------------------------*/ //Ί―ΚύΙωΓχ void LowPow_Task(void); #endif /*---------------------------------------------------------------*/