📄 fmrxtest.h
字号:
//-----------------------------------------------------------------------------
//
// FMRXtest.h
//
// Contains the function prototypes for the functions contained in FMRXtest.c
//
//-----------------------------------------------------------------------------
#ifndef _FMRXTEST_H_
#define _FMRXTEST_H_
//-----------------------------------------------------------------------------
// Defines
//-----------------------------------------------------------------------------
#define DEMO_DELAY 5000
//-----------------------------------------------------------------------------
// Globals
//-----------------------------------------------------------------------------
//-----------------------------------------------------------------------------
// Function prototypes
//-----------------------------------------------------------------------------
void test_FMRXtune(void);
void test_FMRXautoseek(void);
void test_FMRXrds(void);
void test_FMRXvolume(void);
void test_FMRXquickAFtune(void);
void test_FMRXpowerCycle(void);
#endif
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -