代码搜索结果

找到约 7,992 项符合 Motor 的代码

dcmotor.c

/*Program for the stepper MOtor*/ /***************************************************************/ #include #pragma config OSC = HS /* Configure oscillator for High speed operation*/ #

ui_common.h

//***************************************************************************** // // ui_common.h - Common definitions for the motor control API. // // Copyright (c) 2007-2008 Luminary Micro, Inc.

bldc_metrowerks.prm

/**************** (c) 2004 STMicroelectronics ******************************** # PROJECT : BLDC motor drive Software Library # COMPILER : ST7 METROWERKS C (HIWARE) / COSMIC # # VERSION : 1.0.0

bldc_metrowerks.mak

#**************** (c) 2004 STMicroelectronics ******************************** # PROJECT : Brushless BLDC Sensorless motor drive Software Library # COMPILER : ST7 METROWERKS C (HIWARE) / COSMIC #

main.asm

;================================================================================== ; Project Name : SPMC65P2404A for BLDC motor demo board ; Applied Body : SPMC65P2404A ; Fir

lpc177x_8x_mcpwm.c

/***********************************************************************//** * @file lpc177x_8x_mcpwm.c * @brief Contains all functions support for Motor Control PWM firmware * library on

judge_dir.c

if(1==motor3_exe_step)//如果是启动阶段 { switch(DirStep) { case 0: /* 第0步 */ if ( !GP

ecs_main.h

/* ============================================================================== System Name: Micro stepping bipolar drive for two-phase stepping motor File Name: ecs_main.h Description: Prima

ecs_main.c

/* ============================================================================== System Name: Micro stepping bipolar drive for two-phase stepping motor File Name: ecs_main.c Description: Prima

rcxmotor.java

package lejos.nxt; /** * * Abstraction for an RCX motor. * */ public class RCXMotor extends BasicMotor { public RCXMotor(BasicMotorPort port) { _port = port; } }