代码搜索结果
找到约 7,992 项符合
Motor 的代码
motor.h
/************************************************************************
Project name: motorTest.pjt
File name: motor.h
Author: 胡天亮. 山东大学数控技术研究中心
Tianliang HU, CNC research center, Shand
motor.c
#include
#define DCO_FREQ 1000000 // DCO frequency
#define ONE_SEC_CNT 512 // Number of WDT interrupts in 1 second
#define DEBOUNCE_CNT 0x05 //
motor.ewd
1
Debug
MSP430
motor.dni
[Interrupts]
Enabled=1
[MemoryMap]
Enabled=0
Base=0
UseAuto=0
TypeViolation=1
UnspecRange=1
ActionState=1
[TraceHelper]
Enabled=0
ShowSource=1
[DisAssemblyWindow]
NumStates=_ 1
State 1=_
motor.c
/***************************************************************
步进电机控制实验
网址:http://www.wejay.com.cn
功能:C:控制电机正转
D:控制电机反转
E:停止
****************
motor.ewp
1
Debug
MSP430
motor.dep
2
Debug
$TOOLKIT_DIR$\inc\msp430x14x.h
motor._c
//***************************FileName:Motor.C************************
//***************************ICCAVR6.30编译**************************
#include
#include
#include