代码搜索结果

找到约 1,016 项符合 Servo 的代码

servo save

1 0 41 2 0 213 3 0 52 4 0 254 5 0 26 6 0 223 7 0 16 8 0 244 9 0 128 10 0 11 11 0 41 12 0 151

servo.c

/*************************************************************************** * * Servo * * */ #include "servo.h" void servo_init(void) { init_servo_ports(); set_servo_pos(0);

servo.h

/*************************************************************************** * * Servo * * */ #include void servo_init(void); void ports_init(void); void set_servo_pos

servo.bas

'---------------------------------------------------------------------- ' (c) 2000 MCS Electronics ' examples that shows how to use Servos '-----------------

servo.h

/* SCCSID @(#)servo.h 4.18 11/29/04 */ /* * $Log$ */ #ifndef __SERVO_H__ #define __SERVO_H__ /* * Summary of Servo related flags (compile options as of 06/19/03). * Philips- * Toshiba Sony

servo.c

/****************************************************************************** 标题:多路舵机控制电路C语言版 说明:AT8951改变脉冲宽度控制舵机位置(C语言版) 作者:kaka000 论坛:http://www.proteus.com.cn 日期:2007年11月11日 ***********

servo.h

#include "set.h" #ifdef SONY_SERVO #include "cxd3068.h" #endif #ifdef PANASONIC_SERVO #include "mn662790.h" #endif #ifdef SAMSUNG_SERVO #include "sa9226.h" #endif #ifdef PHILIPS_SERVO #in

servo.data

5,5,5,4,0.28125095 2,4,6,5,0.5062525 4,4,4,3,0.35625148 2,1,3,2,5.500033 4,2,6,5,0.35625148 5,3,4,3,0.8062546 3,1,3,2,5.100014 1,1,3,2,5.7000422 3,1,6,5,0.76875436 4,1,4,1,1.0312537 2,5,6,5,0.46875226

servo.h

/* SCCSID @(#)servo.h 1.3 11/24/97 */ /* * $Log$ */ #ifndef __SERVO_H__ #define __SERVO_H__ #ifdef SERVO #include "common.h" EXPORT void SERVO_init(void); EXPORT void SERVO_interrupt_service(void