代码搜索:StepMotor
找到约 570 项符合「StepMotor」的源代码
代码结果 570
www.eeworm.com/read/403467/11515745
h stepmotor.h
extern void LeftRight_out() ;
extern void UpDown_out();
www.eeworm.com/read/403467/11515746
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/403467/11515755
obj stepmotor.obj
www.eeworm.com/read/403467/11515772
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/257848/11910552
rc stepmotor.rc
//Microsoft eMbedded Visual C++ generated resource script.
//
#include "resource.h"
#define APSTUDIO_READONLY_SYMBOLS
////////////////////////////////////////////////////////////////////////////
www.eeworm.com/read/257848/11910557
ico stepmotor.ico
www.eeworm.com/read/257848/11910561
vcc stepmotor.vcc
; CLW file contains information for the MFC ClassWizard
[General Info]
Version=1
LastClass=CStepMotorDlg
LastTemplate=CDialog
NewFileInclude1=#include "stdafx.h"
NewFileInclude2=#include "Step
www.eeworm.com/read/257848/11910564
vcp stepmotor.vcp
# Microsoft eMbedded Visual Tools Project File - Name="StepMotor" - Package Owner=
# Microsoft eMbedded Visual Tools Generated Build File, Format Version 6.02
# ** DO NOT EDIT **
# TARGTYPE "W
www.eeworm.com/read/257848/11910565
exe stepmotor.exe
www.eeworm.com/read/257848/11910569
h stepmotor.h
// StepMotor.h : main header file for the STEPMOTOR application
//
#if !defined(AFX_STEPMOTOR_H__FA065A56_A22F_4EB1_88A2_85C01D554270__INCLUDED_)
#define AFX_STEPMOTOR_H__FA065A56_A22F_4EB1_88A2_