2019-07-20 20:30发布
BigDate 发表于 2016-8-25 10:49 谢谢!这个f4系列的板子是不是不能直接生成word格式呢?
shjzqbx 发表于 2016-8-25 11:30 目前SD卡支持的单片机读格式格式中没有word 只有下面这些 //f_typetell返回的类型定义
最多设置5个标签!
目前SD卡支持的单片机读格式格式中没有word
只有下面这些
//f_typetell返回的类型定义
//根据表FILE_TYPE_TBL获得.在exfuns.c里面定义
#define T_BIN 0X00 //bin文件
#define T_LRC 0X10 //lrc文件
#define T_NES 0X20 //nes文件
#define T_SMS 0X21 //sms文件
#define T_TEXT 0X30 //.txt文件
#define T_C 0X31 //.c文件
#define T_H 0X32 //.h文件
#define T_WAV 0X40 //WAV文件
#define T_MP3 0X41 //MP3文件
#define T_APE 0X42 //APE文件
#define T_FLAC 0X43 //FLAC文件
#define T_BMP 0X50 //bmp文件
#define T_JPG 0X51 //jpg文件
#define T_JPEG 0X52 //jpeg文件
#define T_GIF 0X53 //gif文件
#define T_AVI 0X60 //avi文件
至于写,我只尝试过txt的
好的,我试试。。谢谢你!
一周热门 更多>