Home | History | Annotate | Download | only in servo

Lines Matching defs:ES08A

33  * @sensor es08a
34 * @comname ES08A Servo
42 * @brief API for the ES08A Servo
44 * This module defines the ES08A interface for ES08A servos.
45 * Like other servos, the ES08A servo has a shaft that can be controlled
50 * @image html es08a.jpg
51 * @snippet es08a.cxx Interesting
53 class ES08A : public Servo {
56 * Instantiates an ES08A object
60 ES08A (int pin);
63 * ES08A object destructor
65 ~ES08A ();