Servo Library
v0.91
Servo motor control library for educational and hobby applications
Main Page
Files
File List
Globals
servo.h
Go to the documentation of this file.
1
50
#ifndef servo_H
51
#define servo_H
52
53
#if defined(__cplusplus)
54
extern
"C"
{
55
#endif
56
57
#include "simpletools.h"
58
59
83
int
servo_angle(
int
pin,
int
degreeTenths);
84
85
109
int
servo_speed(
int
pin,
int
speed);
110
111
130
int
servo_setramp(
int
pin,
int
stepSize);
131
132
172
int
servo_set(
int
pin,
int
time);
173
174
185
int
servo_get(
int
pin);
186
187
207
int
servo_disable(
int
pin);
208
209
213
void
servo_stop(
void
);
214
215
216
#if defined(__cplusplus)
217
}
218
#endif
219
/* __cplusplus */
220
#endif
221
222
/* servo_H */
223
Generated on Fri Sep 5 2014 12:30:51 for Servo Library by
1.8.1.2