sd卡驱动程序,用于单片机对sd卡控制的开发代码

源代码在线查看: protos.h

软件大小: 137 K
上传用户: zaindyclg
关键词: 驱动程序 单片机 代码 控制
下载地址: 免注册下载 普通下载 VIP

相关代码

				//#########################################################################
				// File: PROTOS.H
				//
				// Declare function prototypes and external variables
				//
				//#########################################################################
				// Last change: 06.03.2004
				//#########################################################################
				// holger.klabunde@t-online.de
				// http://home.t-online.de/home/holger.klabunde/homepage.htm
				//#########################################################################
				// Compiler: AVR-GCC 3.2
				//#########################################################################
				
				#ifndef PROTOS_H
				#define PROTOS_H
				
				
				#endif
							

相关资源