代码搜索:drive 开发教程
找到约 10,000 项符合「drive 开发教程」的源代码
代码结果 10,000
www.eeworm.com/read/175147/9557728
h drive.h
//-----mcx314寄存器地址定义
#define BASE_ADR 0x300 //基本地址
#define WR0 0x0 //命令寄存器
#define WR1 0x2 //模式寄存器1
#define WR2 0x4 //模式寄存器2
#define WR3 0x6
www.eeworm.com/read/175147/9557743
cpp drive.cpp
#include "stdafx.h"
#include "conio.h"
#include "drive.h"
//wreg1(轴指定,数据) ----------写入寄存器1设定
void wreg1(int axis,int wdata)
{
_outpw(BASE_ADR+WR0,(axis
www.eeworm.com/read/175147/9557812
h drive.h
//-----mcx314寄存器地址定义
#define BASE_ADR 0x300 //基本地址
#define WR0 0x0 //命令寄存器
#define WR1 0x2 //模式寄存器1
#define WR2 0x4 //模式寄存器2
#define WR3 0x6
www.eeworm.com/read/175147/9557828
cpp drive.cpp
#include "stdafx.h"
#include "conio.h"
#include "drive.h"
//wreg1(轴指定,数据) ----------写入寄存器1设定
void wreg1(int axis,int wdata)
{
_outpw(BASE_ADR+WR0,(axis
www.eeworm.com/read/170503/9802570
zip drive.zip
www.eeworm.com/read/170503/9802579
hex drive.hex
:02000000804A34
:050003007872116D325E
:050013007874116D324C
:0700230010991C10981E3219
:10002B00C0D0C0E0C000C001C2CF7878116DD00144
:10003B00D000D0E0D0D0327877116D327876116D58
:10004B003275696A75817D900
www.eeworm.com/read/170503/9802587
doc drive.doc
8051-Based Stepper Motor Driver
(0) Introduction
This software is part of a larger real-life test system that was designed
to test gear ratios on registers. The stepper moto
www.eeworm.com/read/170503/9802600
asm drive.asm
include "kc.lib" ;;; Multiprocessing support: this MUST be first.
include "rx9.lib"
include "timer.lib"
include "math.lib"
;;; Set the outputs prior to assembly.
PULSE bit P1.0 ;;; The pulse outp
www.eeworm.com/read/169261/9871348
ico drive.ico
www.eeworm.com/read/169261/9871650