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

📄 rtn_tone.h

📁 DTMF收发芯片88L89完美驱动(Arm,SDT251环境)
💻 H
字号:
/* rtn_tone.h - 音频服务入口函数 */

/* Copyright 1994-2001 Wuhan Jinglun Electronic Co., Ltd. */

/* 
modification history
--------------------
01a, 2001-11-14, Yan-CJ, 增加函数的声明.
01a, 2001-10-16, Yan-CJ, written.
*/

/* 
DESCRIPTION	用于连接进整个项目的入口。
*/

/* includes */
#include "routon.h"

#ifndef _RTN_TONE_H_
#define _RTN_TONE_H_

#ifdef __cplusplus
extern "C" {
#endif

#include	<stdio.h>
#include	<string.h>

#include	"pcdisk.h"

#include	"toneDebug.h"

#include	"toneApp.h"
#include	"toneMntn.h"

#include	"toneTimer.h"
//#include	"toneTest.h"
#include	"toneUtil.h"
#include	"toneDef.h"

//#include	"toneHFC.h"
#include	"toneARM.h"

#include	"hfc_int.h"

extern int	Tone_Init(void);			//音频服务初始化
extern int	DTMF_Decode_Init(void);
extern int	DTMFOpen(void);

#ifdef __cplusplus
}
#endif

#endif /* _RTN_TONE_H_ */









⌨️ 快捷键说明

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