include.h

来自「关于收音功能代码,并且显示在OSD和VFD上」· C头文件 代码 · 共 37 行

H
37
字号
/**************************************************************************************/
/***********************                    BBK CONFIDENTIAL                   ************************/
/***********************                                                                    ************************/
/***********************         Description : Digital Audio Process          ************************/
/***********************                                                                    ************************/
/*********************** Company: BBK AV ELECTRONICS CORP.,LTD ************************/
/***********************                                                                    ************************/
/***********************              Programmer : Terry Lee                  ******** ****************/
/**************************************************************************************/

#ifndef _INCLUDE_H_
#define _INCLUDE_H_


#include "..\..\..\typedef.h"
//#include "tas5508.h"
#include "ampkey.h"
#include "amposd.h"
#include "ampvfd.h"
#include "ampio.h"
#ifdef BBK_RD2_TUNER
#include "BBKtuner.h"
#include "tunerctr.h"
//#include "tunerrds.h"
//#include "BBKtunermenu.h"
#ifdef BBK_RD2_RDS
#include "TunerRDS.h"
#endif
#endif
#include "PT2314.h"
#include "..\..\..\pindef.h"
#ifdef BBK_RD2_AUXIN
#include "BBKauxin.h"
#endif

#endif

⌨️ 快捷键说明

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