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

📄 globalvariablerefs.h

📁 基于2812dsp/BOIS实时操作系统,通用软件平台
💻 H
字号:
/* =================================================================================
File name:       GlobalVariableRefs.h  (IQ version)                  
                    
Originator:	        R&D
			New Image Electric

Description: 
Header file containing constants, data type definitions, and Variable.
=====================================================================================
 History:
-------------------------------------------------------------------------------------
 03-1-2005		Release	Rev 1.0                                                   
------------------------------------------------------------------------------*/

#ifndef __GLOBALVARIABLEREFS_H__
#define __GLOBALVARIABLEREFS_H__
/*=======================================================================*/
/*=======================================================================*/
#include "DSP281x_Device.h"     // DSP281x Headerfile Include File
//#include "DSP281x_Examples.h"   // DSP281x Examples Include File
#include "IQmathLib.h"
//#include "GlobalPrototypes.h"

#include "Modbus.h" 
#include "spi.h"
#include "data_log.h" 
#include "clock.h"
#include "event_log.h"
#include "AD.h"

extern	DATALOG  datalog;

extern	ADMEAS Ad;
extern	MODBUS ModbusA,ModbusB;	//modbus Comm 
extern	SPI_DRV	SPIdrv;	//DA and EEPROM
extern CLOCK RunClock;
extern EVENTLOG EventLog;
extern struct IO_BITS debugIO;

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


//-----------------------------------------------------------


#endif // __GLOBALVARIABLEREFS_H__

⌨️ 快捷键说明

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