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

📄 exercise_2.h

📁 所用板ADSP-BF561 EZ-KIT Lite
💻 H
字号:
// uncomment this line will mask the SPORT IRQ so that the codec will
// not continuously interrupt the program when it is debugged. The idle
// state is skipped and the cNewSample flag is permanently set so that the
// application code is processed in every loop pass
//#define DSP_DEBUG

#include <cdefBF561.h>
#include <ccblkfn.h>
#include <sysreg.h>

#include "ad1836.h"

#include "process_data_2.h"


//extern void process_data();
//extern void reduce_volume();
//extern void increase_volume();

⌨️ 快捷键说明

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