代码搜索结果
找到约 769 项符合
Servo 的代码
servo_8h.html
Procyon AVRlib: servo.h File Reference
servoconf.h
/*! \file servoconf.h \brief Interrupt-driven RC Servo configuration. */
//*****************************************************************************
//
// File Name : 'servoconf.h'
// Title :
chap9_7i.m
%Flight Simulator Servo System
clear all;
close all;
J=2;
b=0.5;
kv=2;
kp=15;
kd=6;
f1=(b+kd*kv);
f2=J;
F=1;
A=1;
t=[0:0.001:10]'; %Simulation time
r=A*sin(2*pi*F*t);
dr=2*pi
servomov.asm
; ServoMov - Put Servo's to Specified Positions.
;
; This Third Servo Program, Sets the "Servo0" and "Servo1" according
; to the two byte value passed to it. Servo0 is controlled by an "A"
;
servcent.asm
; ServCent - Centre an R/C Servo
;
; This is the first program for the Model Airplane Application
; Demonstration. This Program outputs a 1.5 msec Pulse once every
; 20 msecs to Centre th
rangechk.asm
; RangeChk - Check the Operating Range of an R/C Servo on the Model
;
; This Second Program, Moves "Servo1" to First one Extreme, Delays for
; A Second or So and then Moves to the Other Extrem
servoconf.h
/*! \file servoconf.h \brief Interrupt-driven RC Servo configuration. */
//*****************************************************************************
//
// File Name : 'servoconf.h'
// Title :
servotest.c
//*****************************************************************************
// File Name : servotest.c
//
// Title : example usage of RC servo library functions
// Revision : 1.0
// Notes
group__servo.html
Procyon AVRlib: Interrupt-driven RC Servo Fun
servo_8c-source.html
Procyon AVRlib: servo.c Source File