代码搜索结果
找到约 1,016 项符合
Servo 的代码
servo.h
void init_servo(int,int);
void command_servo(int,int,float);
servo.c
/*****************************************************************************/
/* */
/* File: servo.c - Functions for R
servo.h
/* SCCSID @(#)servo.h 1.17 11/30/98 */
/*
* $Log$
*/
#ifndef __SERVO_H__
#define __SERVO_H__
#if (SERVO || TCSERVO)
#ifndef _COMMON_H_
#include "common.h"
#endif
#ifndef _CONFIG_H_
#include "co