代码搜索:Motor
找到约 7,992 项符合「Motor」的源代码
代码结果 7,992
www.eeworm.com/read/299143/7886145
bat buildit.bat
if EXIST 18motor.out del 18motor.out
..\..\bin\mcc18 -i..\..\h 18motor.c
..\..\bin\mplink 18motor.o ..\..\lkr\18c452.lkr -l..\..\lib -o 18motor.out
www.eeworm.com/read/198937/7903652
h 机器人.h
#include
#define uint unsigned int
#define uchar unsigned char
sbit LMP=P0^0; //左边电机使能 (LEFT MOTOR POWER)
sbit LMD=P0^1; //左边电机方向 (LEFT MOTOR DIRECTION)
sbit RMP=P0^
www.eeworm.com/read/398002/8011389
src main.src
[Files]
motor.h
motor.c
device_init.h
device_init.c
delay.h
delay.c
config.h
main.c
[Headers]
[Documents]
www.eeworm.com/read/333652/12666658
m 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
www.eeworm.com/read/145903/12692700
s wwork.s
.module wwork.c
.area text(rom, con, rel)
.dbfile E:\张军\AVR\光盘内容\实例源文件\第七章工程\wwork.c
.dbfunc e IO_Init _IO_Init fV
.even
_IO_Init::
.dbline -1
.dbline 54
; //**********************FileN
www.eeworm.com/read/145903/12692705
s work.s
.module work.c
.area text(rom, con, rel)
.dbfile C:\DOCUME~1\Administrator\桌面\张军\AVR\AVR单片机系统开发实例稿\第七章\第七章工程\work.c
.dbfunc e IO_Init _IO_Init fV
.even
_IO_Init::
.dbline -1
.dbline 54
www.eeworm.com/read/145903/12692711
mp work.mp
NOTE: AVR Code addresses are word addresses
All other addresses (including ones in FLASH) are byte addresses
Area Addr Size Decimal Bytes (Attributes)
----------
www.eeworm.com/read/246998/12693399
m 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
www.eeworm.com/read/246553/12720059
c processcmds.c
// Process laptop commands ProcessCmds.c // Rev 12/31/05
//Copyright (C) 2005 Alex Brown rbirac@cox.net
//This program is free software; See license at the end of this file for details.
/
www.eeworm.com/read/332833/12723810
c example_280xepwmstep.c
// TI File $Revision: /main/6 $
// Checkin $Date: April 8, 2005 15:53:32 $
//###########################################################################
//
// FILE: Example_280xEpwmDeadBand.c