fat32.c

来自「基于c51的SD驱动程序,在FAT32文件系统中.」· C语言 代码 · 共 15 行

C
15
字号
#define _LIBRARY_DEFINE


#include <stdio.h>
#include <string.h>
#include <stdlib.h>
#include <ctype.h>
#include "SD.h"
//#include "..\Inc\GLOBAL.h"
//#include "..\Inc\COMMON.h"
//#include "..\Inc\IDEIO.h"
#include "FAT32.h"


⌨️ 快捷键说明

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