代码搜索:StepMotor
找到约 570 项符合「StepMotor」的源代码
代码结果 570
www.eeworm.com/read/206821/15289039
aps stepmotor.aps
www.eeworm.com/read/206821/15289040
vcw stepmotor.vcw
Microsoft eMbedded Visual Tools Workspace File, Format Version 4.00
# WARNING: DO NOT EDIT OR DELETE THIS WORKSPACE FILE!
##########################################################################
www.eeworm.com/read/11248/214477
asm stepmotor.asm
;参考程序A: StepMotor.ASM 此程序通过I/O口P5.0,P5.1,P5.2,P5.3驱动步进电
;机(P5.0--STEPA ,P5.1-STEPB,P5.2-STEPC,P5.3--STEPD)
$include (c8051f020.inc)
ORG 0
AJMP MAIN
ORG 0100H
MAIN:MOV WDTCN,#0d
www.eeworm.com/read/11248/214478
lst stepmotor.lst
C51 COMPILER V7.05 STEPMOTOR 02/11/2006 11:15:18 PAGE 1
C51 COMPILER V7.05, COMPILATION OF MODULE STEPMOTOR
OBJECT MODULE PLACED
www.eeworm.com/read/11248/214479
c stepmotor.c
//参考程序B: StepMotor.c 程序通过I/O口P5驱动步进电机反转
/*P5.0--STEPA,P5.1--STEPB,P5.2--STEPC,P5.3-STEPD*/
#include
#include
void PORT_Init (void);
void sleep_ms(unsig
www.eeworm.com/read/11248/214482
#3 stepmotor.#3
www.eeworm.com/read/11248/214487
obj stepmotor.obj
www.eeworm.com/read/11248/214488
#1 stepmotor.#1
www.eeworm.com/read/11248/214490
#2 stepmotor.#2
www.eeworm.com/read/11270/218028