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

📄 drivers.h

📁 此文件为uCOS-II下录音放音实验(原创)
💻 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/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 + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -