drivers.h
来自「LCD测试程序,内有键盘,显示等.大家不防看看.」· C头文件 代码 · 共 39 行
H
39 行
/***************************************************************************\
Copyright (c) 2004-2007 threewater@up-tech.com, All rights reserved.
by threewter 2004.4.26
\***************************************************************************/
/***************************************************************************\
#说明:
---------------------------------- Bug --------------------------------------
---------------------------------- TODO list --------------------------------------
----------------------------------修正--------------------------------------
2004-4-26 创建
\***************************************************************************/
#ifndef __DRIVERS_H__
#define __DRIVERS_H__
#include "drv/KeyBoard.h"
#include "drv/rtc.h"
#include "drv/flash.h"
#include "drv/CPLD_IO.h"
#include "drv/iic.h"
#include "drv/zlg7290.h"
#include "drv/24c04.h"
#include "drv/16c554.h"
#include "drv/mcp2510.h"
#include "drv/console.h"
#include "drv/Xmodem.h"
#include "drv/ad.h"
#include "drv/pwm.h"
#include "drv/lcd.h"
#include "sys/sysdrv.h"
#include "../ucos-ii/uhal/isr.h"
#endif
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?