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"
|
|||
|
/*---------------------------------------------------------------*/
|
|||
|
//<2F><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>
|
|||
|
void LowPow_Task(void);
|
|||
|
|
|||
|
#endif
|
|||
|
/*---------------------------------------------------------------*/
|