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

📄 fmrxrds.h

📁 this is Si47xx Example Code
💻 H
字号:
//-----------------------------------------------------------------------------
//
// FMRXrds.h
//
// Contains the function prototypes for the functions contained in FMRXrds.c
//
//-----------------------------------------------------------------------------
#ifndef _FMRXRDS_H_
#define _FMRXRDS_H_
#include "typedefs.h"
//-----------------------------------------------------------------------------
// Defines
//-----------------------------------------------------------------------------

//-----------------------------------------------------------------------------
// Globals
//-----------------------------------------------------------------------------
extern u8 xdata RdsDataAvailable;

//-----------------------------------------------------------------------------
// Function prototypes
//-----------------------------------------------------------------------------
extern void updateRds(void);
extern void initRdsVars(void);
extern void si47_rdsGetBler(u16 *bler);
#endif

⌨️ 快捷键说明

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