代码搜索:StepMotor
找到约 570 项符合「StepMotor」的源代码
代码结果 570
www.eeworm.com/read/349888/10794529
opt stepmotor.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 {
www.eeworm.com/read/348723/10870820
mcp stepmotor.mcp
www.eeworm.com/read/348723/10870911
axf stepmotor.axf
www.eeworm.com/read/348723/10870914
bin stepmotor.bin
www.eeworm.com/read/466178/7040410
lst stepmotor.lst
C51 COMPILER V7.50 STEPMOTOR 04/06/2009 21:34:57 PAGE 1
C51 COMPILER V7.50, COMPILATION OF MODULE STEPMOTOR
OBJECT MODULE PLACED
www.eeworm.com/read/466178/7040411
hex stepmotor.hex
:0C00640012007012007075A002120070F3
:10007000E4FFFEE4FDFCE4FBFA0BBB00010AEBF439
:100080004A70F60DBD00010CED64024C70E80FBF24
:0900900000010EEF64024E70DA6B
:010099002244
:100003002090087914E4F5A012
www.eeworm.com/read/466178/7040414
obj stepmotor.obj
www.eeworm.com/read/466178/7040416
c stepmotor.c
#include
#include
sbit p10=P1^0;
sbit p11=P1^1;
sbit p12=P1^2;
#define UP 20
#define DOWN 30
#define STOP 40
void delay()//延时程序
{
unsigned i,j,k;
for(i=0;i
www.eeworm.com/read/466178/7040417