代码搜索结果
找到约 5,524 项符合
Motor 的代码
motor.opt
### uVision2 Project, (C) Keil Software
### Do not modify !
cExt (*.c)
aExt (*.a*; *.src)
oExt (*.obj)
lExt (*.lib)
tExt (*.txt)
pExt (*.plm)
CppX (*.cpp)
DaveTm { 0,0,0,0,0,0,0,0 }
motor.lst
C51 COMPILER V6.02 MOTOR 06/27/2003 16:58:58 PAGE 1
C51 COMPILER V6.02, COMPILATION OF MODULE MOTOR
OBJECT MODULE PLACED IN .
motor.m51
BL51 BANKED LINKER/LOCATER V4.02 06/27/2003 16:58:58 PAGE 1
BL51 BANKED LINKER/LOCATER V4.02, INVOKED BY:
C:\KEIL\C51\BIN\BL51.EXE motor.
motor.c
#include
#include "Motor.h"
// 整步状态表A
static const unsigned char fullStepA[] =
{
0x00,
0x00,
0x01,
0x01
};
// 半步状态表B
static const unsigned char fullStepB[
version
//~~~~~~~~~~~~~~~~~~~~~~~~~
April 16th
* Build the Structrue
Serial in a Status word CurLineStatues
open T1 for Baud Rate 1202
*motor
trun right / trun left
//~~~~~~~
version
//~~~~~~~~~~~~~~~~~~~~~~~~~
April 16th
* Build the Structrue
Serial in a Status word CurLineStatues
open T1 for Baud Rate 1202
*motor
trun right / trun left
//~~~~~~~
version
//~~~~~~~~~~~~~~~~~~~~~~~~~
April 16th
* Build the Structrue
Serial in a Status word CurLineStatues
open T1 for Baud Rate 1202
*motor
trun right / trun left
//~~~~~~~
version
//~~~~~~~~~~~~~~~~~~~~~~~~~
April 16th
* Build the Structrue
Serial in a Status word CurLineStatues
open T1 for Baud Rate 1202
*motor
trun right / trun left
//~~~~~~~
电机速度控制.txt
; SIMPLE SPEED CONTROL SOFTWARE TO CONTROL MOTOR & REVERSING RELAY
; 电机速度控制
;R/C 潜艇应用 4Mhz 16F84
;RA0 RA1速度控制. RA2伺服输入 .报警输入RA3. PortC is relay output.
;Alarm input for pressure switch etc
delay.dp2
delay.o: D:\桌面\avr程序设计\电机控制/config.h C:/PROGRA~1/icc/include/iom32v.h C:/PROGRA~1/icc/include/macros.h D:\桌面\avr程序设计\电机控制/delay.h D:\桌面\avr程序设计\电机控制/device_init.h D:\桌面\avr程序设计\电机控制/motor.h