📄 fmtxtest.h
字号:
//-----------------------------------------------------------------------------
//
// FMTXtest.h
//
// Contains the function prototypes for the functions contained in FMTXtest.c
//
//-----------------------------------------------------------------------------
#ifndef _FMTXTEST_H_
#define _FMTXTEST_H_
//-----------------------------------------------------------------------------
// Defines
//-----------------------------------------------------------------------------
#define DEMO_DELAY 5000
#define RDS_DELAY 30000
//-----------------------------------------------------------------------------
// Globals
//-----------------------------------------------------------------------------
//-----------------------------------------------------------------------------
// Function prototypes
//-----------------------------------------------------------------------------
void test_FMTXtune(void);
void test_FMTXpowerCycle(void);
void test_FMTXscan(void);
void test_FMTXasq(void);
void test_FMTXrds(void);
#endif
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -