代码搜索结果
找到约 7,992 项符合
Motor 的代码
motor-control.txt
CH EQU 0F9H
CL EQU 0E9H
CMOD EQU 0D9H
CCAP0L EQU 0EAH
CCAPM0 EQU 0DAH
CCON EQU 0D8H
WDTC EQU 0C0H
WDTD EQU 85H
ORG 0000H ;程序执行开始地址
LJMP FIRST ;跳至FIRST
ORG 0013H ;外中断1中断入口地址
AJMP DOINT1
motor.dp2
motor.o: D:\桌面\avr程序设计\循迹小车/config.h D:/PROGRA~1/icc/include/iom32v.h D:/PROGRA~1/icc/include/string.h D:/PROGRA~1/icc/include/_const.h D:/PROGRA~1/icc/include/macros.h D:\桌面\avr程序设计\循迹小车/unit.h D:\桌面
motor.rc2
//
// Motor.RC2 - resources Microsoft Visual C++ does not edit directly
//
#ifdef APSTUDIO_INVOKED
#error this file is not editable by Microsoft Visual C++
#endif //APSTUDIO_INVOKED
//////
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
dc motor.plg
礦ision3 Build Log
Project:
E:\Program Files\Labcenter Electronics\Proteus 6 Demonstration(2)\69 DC Motor\DC Motor.uv2
Project File Date: 08/07/2006
dc motor.lnp
"DC Motor.obj"
TO "DC Motor"
dc 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 {