代码搜索结果
找到约 7,992 项符合
Motor 的代码
hplmotor1.nc
/* tab:4
*
*
* "Copyright (c) 2002 and The Regents of the University
* of California. All rights reserved.
*
* Permission to use, copy, modify, and distribute this software and its
*
in165.dat
M100 machine 500 69 34500
M101 machine 510 139 70890
M102 machine 520 209 108680
M103 machine 530 279 147870
M104 machine 540 349 188460
M105 machine 550
out165.dat
P219 power 1190 1400 1666000
P218 power 1180 1330 1569400
P217 power 1170 1260 1474200
P216 power 1160 1190 1380400
P215 power 1150 1120 1288000
P214
p.c
#include
sbit motor22=P3^4;
sbit motor21=P3^5;
sbit motor12=P1^5;
sbit motor11=P1^4;
sbit pwm1=P1^7;
sbit pwm2=P1^6;
void main()
{
while(1)
{
motor11=1;
motor
ram_bit.h
/***********************************************************************
* HEADER_START *
*
drivemotor.c
/******************************************************************************\
*
* File: DriveMotor.C
* Creation date: June 23, 2008 10:30
* Latest update: July 09, 2008 16:39
* Author
xsb_edr_step_test.c
/*
* EEliod
* step motor test.c
*
*
*/
#include
#include
#define MOTOR_Forward 0x1
#define MOTOR_Reverse 0x2
#define MOTOR_SetSpeed 0x3
adc.h
/****************************************************************
*
* Microchip 16-bit Embedded Control Design Contest
*
* Entry # MT2268
*
* Spa Pump Controller
*
*************************
main.c
/*富士通微电子杯MCU竞赛-----GPF_Source*/
#include "mb89201.h"
int h,g;
void Delay(int m,int n){
int i,j;
for(i=0;i
main.h
#ifndef _main_h
#define _main_h 1
#include
#include
#include "motor.h"
#endif