📄 amrxtest.h
字号:
//-----------------------------------------------------------------------------
//
// AMRXtest.h
//
// Contains the function prototypes for the functions contained in AMRXtest.c
//
//-----------------------------------------------------------------------------
#ifndef _AMRXTEST_H_
#define _AMRXTEST_H_
//-----------------------------------------------------------------------------
// Defines
//-----------------------------------------------------------------------------
#define DEMO_DELAY 5000
//-----------------------------------------------------------------------------
// Globals
//-----------------------------------------------------------------------------
//-----------------------------------------------------------------------------
// Function prototypes
//-----------------------------------------------------------------------------
void test_AMRXtune(void);
void test_AMSWLWRXtune(void);
void test_AMRXautoseek(void);
void test_AMRXvolume(void);
void test_AMRXpowerCycle(void);
#endif
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -