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

📄 preprocess.h

📁 在AT91SAM7SE上测试sdram用的代码。
💻 H
字号:
//Version.h


#ifndef		_PREPROCESS_H_
#define		_PREPROCESS_H_

	#include	"Type.h"
	
	#include 	<AT91SAM7SE512.H>     
	#include 	<lib_AT91SAM7SE512.h>
	#include	"board.h"
	#include	"Utility.h"
	
	#include	<stdio.h>
	#include	<stdlib.h>
	#include	<string.h>
	#include	<math.h>




#endif		//_PREPROCESS_H_

⌨️ 快捷键说明

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