代码搜索结果
找到约 7,992 项符合
Motor 的代码
motor_control.hif
Version 4.2 Build 157 12/07/2004 SJ Full Version
29
1508
OFF
OFF
OFF
OFF
OFF
FV_OFF
VRSM_ON
VHSM_ON
RETIME_OFF
REMAP_OFF
0
-- Start Partition --
|
ADV_NETLIST_OPT_SYNTH_WYSIWYG_REMAP
step motor.c
/******************************************************
PIC16F877 輑e Bilgisayar 輑e Step Motor Uygulamas
dc motor uygulaması.hex
:1000000000308A0004280000840183131F30830518
:1000100083161F149F141F159F11FF308312A00019
:100020008316091283129412A012200883168700E7
:10003000831220162008831687008312A01120083F
:1000400083168700013
dc motor.c
/******************************************************
PIC16F877 ile DC Motor Uygulamas
step motor uygulaması.c
/******************************************************
PIC16F877 ile Step Motor Uygulamas
step motor uygulaması.hex
:1000000000308A00252800000A108A100A11820791
:10001000013403340234063404340C340834093413
:100020002330840083130008031924280130F800CA
:10003000F701F70B1928F80B18284A30F700F70BCF
:100040001F282228800
dc motor.plg
礦ision3 Build Log
Project:
D:\小禹文件\proteus仿真MCS51的一百个例子\MCS-51 examples\Chapter 8\69 DC Motor\DC Motor.uv2
Project File Date: 03/11/2009
Output:
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 {
dc motor.asm
ADC EQU 35H
CLOCK BIT P2.4 ;定义ADC0808时钟位
ST BIT P2.5
EOC BIT P2.6
OE BIT P2.7
PWM BIT P3.7
ORG 00H
SJMP START
ORG 0BH
LJMP INT_T0
START: MOV TMOD,#02H ;
MOV