代码搜索结果

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

hall_ctrl.h

//***************************************************************************** // // hall_ctrl.h - Prototypes for the routines to determine the speed of the // motor using Hall Senso

driver_time_domain.txt

# {0} (31) [10] driver_time_domain.Label Servo Motor Time Domain

bldc.c

#include #if SPEED_DET == HALL_QEI //use hall effect sensor to count speed static uint32 Hall_Count; #endif #define MOTOR_STOPPED 0 #define MOTOR_PID_RUNNIN

bldc.c

#include #if SPEED_DET == HALL_QEI //use hall effect sensor to count speed static uint32 Hall_Count; #endif #define MOTOR_STOPPED 0 #define MOTOR_PID_RUNNIN

car_wheel_constraint.inl

void hk_Car_Wheel_Constraint::set_wheel_motor( hk_real angular_velocity, hk_real max_force) { m_wheel_limit.set_motor( angular_velocity, max_force ); }

debug.lkf

-z -q -c -m"./Debug/Motor.map" -o"./Debug/Motor.out" -x -i"C:/ti2000/c2000/bios/lib" -i"C:/ti2000/c2000/cgtools/lib" "D:\Debug\CODE-QQ2812\EX15_Motor\Debug\DSP28_DefaultIsr.obj" "D:\Debug\CODE-QQ281

debug.lkv

-z -q -c -m"./Debug/Motor.map" -o"./Debug/Motor.out" -x -i"C:/ti2000/c2000/bios/lib" -i"C:/ti2000/c2000/cgtools/lib" "D:\Debug\CODE-QQ2812\EX15_Motor\Debug\DSP28_DefaultIsr.obj" "D:\Debug\CODE-QQ281

pilottester.java

import lejos.nxt.*; import lejos.navigation.*; public class PilotTester { static Pilot robot = new Pilot(2.1f,4.4f,Motor.A, Motor.C,true); public static void main(String[] args ) { try {

imeval.m

%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% % % imeval.m - Calculates induction motor performance % given winding & dimensional data % Calls imdesig

frcerror.h

/******************************************************************************** * Project : FIRST Motor Controller * File Name : FrcError.h * Contributors : JDG, ELF * Cr