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

📄 scopead.h

📁 f2407:电机控制
💻 H
字号:
/*--------------------------------------------------------------------------------
File name: scopead.h
Discription: Qvalue variable subroutine for MAX5471 DAC

2003.6.1
---------------------------------------------------------------------------------*/
/*---------------------------------------------------------------------------------
structure statement
---------------------------------------------------------------------------------*/
typedef struct
{	int Qvalue;			//Qx value of the parameters, 
						//Q16:00h, Q15:01h, Q14:02h, Q13:03h, Q12:04h, Q11:05h, Q10:06h
						//Note this parameter must be in range of 0=<Qvalue<=6
	int scopeA;			//data of A channel
	int scopeD;			//data of D channel
	int scope_para;		//which two parameters will be sent out
						//refer to the main program	
}scope_struct;
/*--------------------------------------------------------------------------------- 		
extern function statement
---------------------------------------------------------------------------------*/
extern void scope(scope_struct *p, int DAC_data_A, int DAC_data_D);

⌨️ 快捷键说明

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