PASII/CandeII_1.4/App/app_timer.h

29 lines
766 B
C

/*************************************************************************************************
**Filename: app_timer.h
**Version :
**Author :
**Date :
**Description:
**
*************************************************************************************************/
#ifndef __APP_TIMER_H_
#define __APP_TIMER_H_
/*********************************************************************
* Include (include files)
*/
#include "timer.h"
/*********************************************************************
* Global Function declared ('extern')
*/
void Timer_Config(void);
void Timer2_Enable(void);
void Timer2_Disable(void);
#endif
/*************************************************************************************************/