代码搜索:StepMotor
找到约 570 项符合「StepMotor」的源代码
代码结果 570
www.eeworm.com/read/446172/7584453
bin stepmotor.bin
www.eeworm.com/read/446172/7584454
sim stepmotor.sim
www.eeworm.com/read/446172/7584455
map stepmotor.map
################################################################################
# #
# IAR Universal Linker V4.60I/3
www.eeworm.com/read/446172/7584456
pbd stepmotor.pbd
This is an internal working file generated by the Source Browser.
13:58 48s
F:\micromouse\MicroMouse615 cd\Demo\高级实验\StepMotor\Debug\Obj\main.pbi
F:\micromouse\MicroMouse615 cd\Demo\高级实验\StepMotor\
www.eeworm.com/read/333346/12686134
lst stepmotor.lst
C51 COMPILER V7.50 STEPMOTOR 06/11/2008 15:16:27 PAGE 1
C51 COMPILER V7.50, COMPILATION OF MODULE STEPMOTOR
OBJECT MODULE PLACED
www.eeworm.com/read/333346/12686144
c stepmotor.c
#include "StepMotor.h"
//*********************************步进电机的运行曲线表******
code INT8U StepMotorCurve[256]=
{
0, 2, 3, 5, 6, 8, 9, 11, 13, 14,
16, 17, 19, 20, 22, 24, 25, 27,
www.eeworm.com/read/333346/12686158
h stepmotor.h
#ifndef __STEPMOTOR_H__
#define __STEPMOTOR_H__
#include "sys.h"
sbit Phase1 = P2^1;
sbit Phase2 = P2^2;
sbit MotoLd = P2^3;
#define StepMotorPhase1H Phase1 = 1;
#define StepMotorPhase1L P
www.eeworm.com/read/333346/12686206
obj stepmotor.obj
www.eeworm.com/read/332267/12766021
c stepmotor.c
//start date: 2005.3.23
//competed date:
//function: display text
#include
#include
#define uchar unsigned char
#define uint unsigned int
#define ulong unsigned
www.eeworm.com/read/332267/12766093