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

📄 include.h

📁 MMC/SD on Olimex Sam7-EX256
💻 H
字号:
/* Includes all include files to make easy include them in code */

#ifndef INCLUDE_H_
#define INCLUDE_H_

//Software


//Perephery
#include "OLIMEX_SAM7_EX256.h"
#include "rprintf.h"
#include "serial.h"
#include "system.h"
#include "mmc.h"
#include "system.h"
#include "mmc.h"
#include "string.h"
#include  "math.h"
#include "bits.h"

//Hardware registers and functions
#include "AT91SAM7X256.h"

#endif /*INCLUDE_H_*/

⌨️ 快捷键说明

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