⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 drivers.h

📁 ucos下can的一个驱动及测试程序
💻 H
字号:
/***************************************************************************\
	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 + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -