代码搜索结果
找到约 916 项符合
Stepper 的代码
ex26 - stepper.bs2
' {$STAMP BS2}
' ==============================================================================
'
' File...... Ex26 - Stepper.BS2
' Purpose... Stepper Motor Control
' Author.... Parallax
' E-mai
ex26 - stepper.bs2
' {$STAMP BS2}
' ==============================================================================
'
' File...... Ex26 - Stepper.BS2
' Purpose... Stepper Motor Control
' Author.... Parallax
' E-mai
ex26 - stepper.bs2
' {$STAMP BS2}
' ==============================================================================
'
' File...... Ex26 - Stepper.BS2
' Purpose... Stepper Motor Control
' Author.... Parallax
' E-mai
l297_driven_stepper_motor.c
#include "at89x52.h"
#define uchar unsigned char
#define uint unsigned int
sbit EnA=P3^4;//L298N驱动使能端
sbit EnB=P3^5;
uchar np;
//步进电机运行数据表
const uchar motortb[]={0x08,0x09,0x01,0x05,0x04,0x
ex26 - stepper.bs2
' {$STAMP BS2}
' ==============================================================================
'
' File...... Ex26 - Stepper.BS2
' Purpose... Stepper Motor Control
' Author.... Parallax
' E-mai
ex26 - stepper.bs2
' {$STAMP BS2}
' ==============================================================================
'
' File...... Ex26 - Stepper.BS2
' Purpose... Stepper Motor Control
' Author.... Parallax
' E-mai
f280x_stepper_pwm.h
/* ==================================================================================
File name: F280X_STEPPER_PWM.H
Originator: Digital Control Sys
f280x_stepper_pwm.c
/* ==================================================================================
File name: F280X_STEPPRE_PWM.C
Originator: Digital Control Systems Group
Texas I