代码搜索:StepMotor
找到约 570 项符合「StepMotor」的源代码
代码结果 570
www.eeworm.com/read/403611/11514215
#1 stepmotor.#1
www.eeworm.com/read/403611/11514217
#2 stepmotor.#2
www.eeworm.com/read/403484/11515501
h stepmotor.h
extern void LeftRight_out() ;
extern void UpDown_out();
www.eeworm.com/read/403484/11515502
lst stepmotor.lst
C51 COMPILER V8.09 STEPMOTOR 12/28/2007 10:11:56 PAGE 1
C51 COMPILER V8.09, COMPILATION OF MODULE STEPMOTOR
OBJECT MODULE PLACED
www.eeworm.com/read/403484/11515513
obj stepmotor.obj
www.eeworm.com/read/403484/11515527
c stepmotor.c
#include
void LeftRight_out(char x)
{
bflag=x; //水平方向电机输出
P2_3=bflag_3;
P2_2=bflag_2;
P2_1=bflag_1;
P2_0=bflag_0;
}
void UpDown_out(char x)
{
bflag=x;
www.eeworm.com/read/403482/11515560
h stepmotor.h
extern void LeftRight_out() ;
extern void UpDown_out();
www.eeworm.com/read/403482/11515561
lst stepmotor.lst
C51 COMPILER V8.09 STEPMOTOR 12/28/2007 10:11:56 PAGE 1
C51 COMPILER V8.09, COMPILATION OF MODULE STEPMOTOR
OBJECT MODULE PLACED
www.eeworm.com/read/403482/11515576
obj stepmotor.obj
www.eeworm.com/read/403482/11515590
c stepmotor.c
#include
void LeftRight_out(char x)
{
bflag=x; //水平方向电机输出
P2_3=bflag_3;
P2_2=bflag_2;
P2_1=bflag_1;
P2_0=bflag_0;
}
void UpDown_out(char x)
{
bflag=x;