📄 lpc_lib_88.h
字号:
/***********************************************************************
Embest Info&Tech Co., Ltd. All rights reserved.
www.embedinfo.com
file :
author : embest
establish: 2006.
modify :
notes :
***********************************************************************/
/*-------------------------------------------------------------------*/
/* compiler condition */
/*---------------------------------------------------------------- --*/
#ifndef lpc_lib_88
#define lpc_lib_88
/*-------------------------------------------------------------------*/
/* include files */
/*---------------------------------------------------------------- --*/
#include "..\..\com\type_redefine.h"
#include "..\..\com\lpc22xx_register.h"
#include "..\..\com\22eb06_lib_modulecontrol\22eb06_lib_modulecontrol.h"
#include "..\..\com\lpc_lib_spi\lpc_lib_spi.h"
#include "..\..\com\lpc_lib_pll\lpc_lib_pll.h"
/*-------------------------------------------------------------------*/
/* constant define */
/*---------------------------------------------------------------- --*/
#define TIMERPR 49
/*-------------------------------------------------------------------*/
/* function/variable declare */
/*-------------------------------------------------------------------*/
void display_88(INT32U data_88);
void display_88_init(void);
void display_88_close(void);
void timer_init(INT8U which_timer,INT32U mstime,INT8U int_onoff);
void dis88_timer0_svr(void);
#endif
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -