OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:ES08A
(Results
1 - 2
of
2
) sorted by null
/hardware/bsp/intel/peripheral/libupm/src/servo/
es08a.cxx
28
#include "
es08a
.h"
32
ES08A
::
ES08A
(int pin) : Servo(pin) {
33
m_name = "
ES08A
";
39
ES08A
::~
ES08A
() {
es08a.h
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
objec
[
all
...]
Completed in 406 milliseconds