21 lines
587 B
C
21 lines
587 B
C
|
/*****************************************************************
|
|||
|
;Project: Light
|
|||
|
;MCU:
|
|||
|
;Date:
|
|||
|
;File:
|
|||
|
;Function:
|
|||
|
******************************************************************/
|
|||
|
#ifndef __CYCLINGLED_TASK_H
|
|||
|
#define __CYCLINGLED_TASK_H
|
|||
|
/*---------------------------------------------------------------*/
|
|||
|
#include "ARMCM0.h"
|
|||
|
|
|||
|
#define TIME_CYCBREAK_MAX 3000 //<2F><><EFBFBD><EFBFBD><EFBFBD>ٶȶϿ<C8B6><CFBF><EFBFBD><EFBFBD><EFBFBD>ʱ<EFBFBD><CAB1>
|
|||
|
/*---------------------------------------------------------------*/
|
|||
|
//<2F><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>
|
|||
|
void cyclingLed_Task(void);
|
|||
|
|
|||
|
#endif
|
|||
|
/*---------------------------------------------------------------*/
|
|||
|
|