drivers.h

来自「ucos的源代码程序」· C头文件 代码 · 共 38 行

H
38
字号
/***************************************************************************\
	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/spi.h"
//#include "drv/iic.h"
#include "drv/gpio.h"
//#include "drv/zlg7290.h"
//#include "drv/keyboard.h"
//#include "drv/tchScr.h"
//#include "drv/Flash.h"
//#include "drv/lcd.h"
//#include "drv/ad.h"
//#include "drv/da.h"
//#include "drv/tchScr.h"

#include "drv/serial.h"

#include "../ucos-ii/uhal/isr.h"
//#include "../src/drv/calibrate/calibrate.h"

#endif

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?