PASII/CandeII_1.4/Taskrun/cyclingLed_task.h

21 lines
587 B
C
Raw Normal View History

/*****************************************************************
;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
/*---------------------------------------------------------------*/