www.pudn.com > DSP2812formotorcontrol.rar > DSP281x_Ev.c


//########################################################################### 
// 
// FILE:	DSP281x_Ev.c 
// 
// TITLE:	DSP281x Event Manager Initialization & Support Functions. 
// 
//########################################################################### 
// 
//  Ver | dd mmm yyyy | Who  | Description of changes 
// =====|=============|======|=============================================== 
//  1.00| 11 Sep 2003 | L.H. | No change since previous version (v.58 Alpha) 
//########################################################################### 
 
#include "DSP281x_Device.h"     // DSP281x Headerfile Include File 
#include "DSPMotor_Head.h"   // DSP281x My Include File 
 
//--------------------------------------------------------------------------- 
// InitEv:  
//--------------------------------------------------------------------------- 
// This function initializes to a known state. 
// 
void InitEv(void) 
{ 
 
}	 
	 
//=========================================================================== 
// No more. 
//===========================================================================