fmtxtest.h

来自「this is Si47xx Example Code」· C头文件 代码 · 共 30 行

H
30
字号
//-----------------------------------------------------------------------------
//
// 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 + =
减小字号Ctrl + -
显示快捷键?