chinese_code._c
来自「基于ATmega64的MP3程序」· _C 代码 · 共 17 行
_C
17 行
//ICC-AVR application builder : 2005-11-12 17:11:59
// Target : M16
// Crystal: 8.0000Mhz
// copyright:鲁军波(endylu)
#include <iom16v.h>
#include <macros.h>
#include "main.h"
extern uint32 CHINALIB_point;
extern MP3_INFO mp3_info;
//=======================================================================
void Abtain_code(uint8 number,uint8 *code_buffer)
{
SD_read_sector2(CHINALIB_point+((long)mp3_info.NAME[number]<<5),code_buffer,24);
}
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?