HomeSort by relevance Sort by last modified time
    Searched refs:ES08A (Results 1 - 6 of 6) sorted by null

  /hardware/bsp/intel/peripheral/libupm/src/servo/
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...]
es08a.cxx 28 #include "es08a.h"
32 ES08A::ES08A (int pin) : Servo(pin) {
33 m_name = "ES08A";
39 ES08A::~ES08A() {
  /hardware/bsp/intel/peripheral/libupm/examples/c++/
es08a.cxx 27 #include "es08a.h"
35 upm::ES08A *servo = new upm::ES08A(5);
  /hardware/bsp/intel/peripheral/libupm/examples/java/
ES08ASample.java 37 upm_servo.ES08A servo = new upm_servo.ES08A(6);
  /hardware/bsp/intel/peripheral/libupm/examples/python/
es08a.py 27 gServo = servo.ES08A(5)
  /hardware/bsp/intel/peripheral/libupm/examples/javascript/
es08a.js 31 //Instantiate ES08A Servo module on GPIO 5
32 var servo = new servoModule.ES08A(5);

Completed in 151 milliseconds