代码搜索结果
找到约 5,524 项符合
Motor 的代码
main.lk
motor.o device_init.o delay.o main.o
motor.lis
.module motor.c
.area text(rom, con, rel)
0000 .dbfile D:\桌面\avr程序设计\电机控制\motor.c
0000 .dbfunc e for_ward _for_
motor.s
.module motor.c
.area text(rom, con, rel)
.dbfile D:\桌面\avr程序设计\电机控制\motor.c
.dbfunc e for_ward _for_ward fV
; speed -> R16
.even
_for_ward::
.dbline -1
.dbline 9
; /*********
dcmotor.h
#ifndef __DCMOTOR_h__
#define __DCMOTOR_h__
// write your header here
void DCMotor_Init(void);
void DCMotor_SetSpeed(unsigned Motor,unsigned Speed);
void DCMotor_Forward(unsigned Motor);
void
makefile
#******************************************************************************
#
# Makefile - Rules for building the brushless DC motor application.
#
# Copyright (c) 2005,2006 Luminary Micro, In
readme.txt
Brushless DC Motor Control Application
This application is designed to drive a Pittman N2341S001 brushless DC motor.
The commutation sequence and PID controller tuning may need to be modified when
us
bldc.c
//*****************************************************************************
//
// bldc.c - Motor control application for a brushless DC motor.
//
// Copyright (c) 2005,2006 Luminary Micro, Inc. A
chap9_5i.m
%Three Loop of Flight Simulator Servo System with Direct Current Motor
clear all;
close all;
%(1)Current loop
L=0.001; %L
chap9_6i.m
%Three Loop of Flight Simulator Servo System with two-mass of Direct Current Motor
clear all;
close all;
%(1)Current loop
L=0.001; %L
step motor.opt
### uVision2 Project, (C) Keil Software
### Do not modify !
cExt (*.c)
aExt (*.s*; *.src; *.a*)
oExt (*.obj)
lExt (*.lib)
tExt (*.txt; *.h; *.inc)
pExt (*.plm)
CppX (*.cpp)
DaveTm {