file_io.h~
来自「avr MP3 的源程序,包含文件系统,适合初学者」· H~ 代码 · 共 13 行
H~
13 行
/*-------------------------------------------------------------
FileName : file_io.c
Created by : Datazyb
Created Date: 2006.4.8
Function : read or write file with fat filesystem
Comments : These are high level operations.
LastModified:
--------------------------------------------------------------*/
#include "type.h"
void readFile(word BytesToRead, byte *buffer);
void read_mp3(void);
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?