FAT_Init(&Init_Arg);
temp = FAT32_OpenFile("\\CTH.TXT")->FileSize;
data = FAT32_ReadFile(&FileInfo);
请教FAT功能定义 在哪个头文件里?找不到
This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
FAT_Init(&Init_Arg);
temp = FAT32_OpenFile("\\CTH.TXT")->FileSize;
data = FAT32_ReadFile(&FileInfo);
请教FAT功能定义 在哪个头文件里?找不到