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

📄 compil.h

📁 Cu1216 解调器驱动
💻 H
字号:
/*
List of the #defines used for insuring software portability .
*/
#define STV0297_28800KHZ 1

#define CHIPADDRESS 0x38
/*
//=============================//
//                             //
//   DEFINITION OF THE HOST    //
//                             //
//=============================//
*/
#define STV0197_PC 1

/*
//=================================================
//=================================================
*/

/********conditional compilation : PC OS codes  ****************************/
/*
The values are splitted in two sets :
0  ->  999 reserved for micros
1000  -> 1999 reserved for PC OS
*/
#define ST20_SWC    100       /* for ST20 SWC tool set */
/**/
#define PC_WIN311  1001       /* for windows 311  */
#define PC_WIN95   1002       /* for windows 95   */
#define PC_CVI     1003       /* for LabWindows   */

/********conditional compilation : languages  ***************************/
#define C   1001
#define CPP 1002


/****** choice of the host **********************************************/
#define HOST PC_CVI
/****** choice of the language ******************************************/
#define LANGUAGE C
 

⌨️ 快捷键说明

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