📄 main.c
字号:
#include "G7231_CODEC.h"
#include "typedef.h"
#include "stdio.h"
#include "G7231_BASOP.H"
#include "volume.h"
#include "stdlib.h"
/*
* ======== main ========
*/
void main()
{
asm(" nop ");
//在此函数中添加用户代码,调用压缩解压程序
G7231MainEncoder); //压缩
G7231MainDecoder(); //解压
while(1);
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -