/*******************************************************************************
|
* File Name : APL.h
|
* Description :
|
* Created on : 2018Äê5ÔÂ8ÈÕ
|
* Author : ¶Å¼ü
|
*******************************************************************************/
|
|
#ifndef APL_APL_H_
|
#define APL_APL_H_
|
/*******************************************************************************
|
* Include Files *
|
*******************************************************************************/
|
#include "HIDO_TypeDef.h"
|
|
/*******************************************************************************
|
* Macro *
|
*******************************************************************************/
|
|
/*******************************************************************************
|
* Type Definition *
|
*******************************************************************************/
|
|
/*******************************************************************************
|
* Global Function *
|
*******************************************************************************/
|
HIDO_INT32 APL_Init(void);
|
HIDO_INT32 APL_Poll(void);
|
|
#endif /* APL_APL_H_ */
|