⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 file_io.h

📁 avr MP3 的源程序,包含文件系统,适合初学者
💻 H
字号:
/*-------------------------------------------------------------
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: 2007.5.2
--------------------------------------------------------------*/

#include "type.h"

#ifndef __FILE_IO_H__
#define __FILE_IO_H__

void read_a_sector_file(unsigned char *buffer);
byte findSystemFile(void); 
void save_file_info(void);
void load_file_info(void);

#endif

⌨️ 快捷键说明

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