MMC/SD on Olimex Sam7-EX256

源代码在线查看: include.h

软件大小: 156 K
上传用户: cocoplus
关键词: Olimex MMC 256 Sam
下载地址: 免注册下载 普通下载 VIP

相关代码

				/* 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_*/
							

相关资源