代码搜索结果
找到约 7,992 项符合
Motor 的代码
motor1.set
[General]
Version=1.0
Config=0
ReleaseIntermediate=.\Release
ReleaseOutput=.\Release
DebudIntermediate=.\Debug
DebugOutput=.\Debug
BodyName=SPCE061A
[SetLink]
ExeFile=1
Output=.\Debug\moto
motor1.env
[ICE]
PCTR Enable=0
PCTR Save OP Only=0
[General]
Device=1
HisSize=1024
Timer=24576000
EmuSel=0
MODE=0
[INCLUDE]
Count=0
[LIBRARY]
Count=0
[Break Point]
Count=0
[Watch0]
Coun
step motor.plg
礦ision2 Build Log
Project:
E:\51实例\步进电机仿真\StepMotor\Step Motor.uv2
Project File Date: 09/01/2008
Output:
step motor.opt
### uVision2 Project, (C) Keil Software
### Do not modify !
cExt (*.c)
aExt (*.s*; *.src; *.a*)
oExt (*.obj)
lExt (*.lib)
tExt (*.txt; *.h; *.inc)
pExt (*.plm)
CppX (*.cpp)
DaveTm {
step motor.asm
ORG 00H
START: MOV DPTR,#TAB1
MOV R0,#03
MOV R4,#0
MOV P1,#3
WAIT: MOV P1,R0 ;初始角度,0度
MOV P0,#0FFH
JNB P0.0,POS ;判断键盘状态
JNB P0.1,NEG
SJMP WAIT
JUST: JB P0.1,N