代码搜索:Remote Control

找到约 10,000 项符合「Remote Control」的源代码

代码结果 10,000
www.eeworm.com/read/233271/14160447

inc control.inc

;;------------------ ASM30 API for Control routines --------------------- ; CtrlParm stucture: ; .equ Ctrl_qVelRef,0 ; Reference velocity .equ Ctrl_qVdRef ,2
www.eeworm.com/read/233271/14160614

h control.h

#ifndef Control_H #define Control_H //------------------ C API for Control routine --------------------- typedef struct { short qVelRef; // Reference velocity short qVdRef;
www.eeworm.com/read/233271/14160632

inc control.inc

;;------------------ ASM30 API for Control routines --------------------- ; CtrlParm stucture: ; .equ Ctrl_qVelRef,0 ; Reference velocity .equ Ctrl_qVdRef ,2
www.eeworm.com/read/130770/14174682

sch control.sch

www.eeworm.com/read/232704/14185220

m control.m

function y=control(n) a=20; if n==0 y=a+1; elseif n==1 y=a*(1+n); elseif n==2 y=a+n; else y=a; end
www.eeworm.com/read/232699/14185309

h control.h

//lcd控制命令 #define clear 0x01 //清屏 #define function 0x38 //功能设定 #define com_open 0x0f //开显示幕,开光标,开闪烁 #define part_open 0x0c
www.eeworm.com/read/232480/14194803

cpp control.cpp

/***************************************************************************** Copyright
www.eeworm.com/read/232480/14194806

h control.h

/***************************************************************************** Copyright
www.eeworm.com/read/130183/14204295

c control.c

#include #include #include #include sbit CS=P3^7; sbit ALE=P3^5; sbit RD=P3^0; sbit WR=P3^1; #define uchar unsigned char #define uint unsigned int
www.eeworm.com/read/130003/14212670

h control.h

struct PID_struct { float Kp; float Ti; float TD; float T; int speed; }; #define PORTin 0x200 #define PORTout 100 int finish; float A,B,C; int msg; int check=1; //int motor_write(int &m); #ifndef _CO