18 lines
518 B
C
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
|
|
/*---------------------------------------------------------------*/
|