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

  /hardware/bsp/intel/peripheral/libupm/src/joystick12/
joystick12.cxx 32 #include "joystick12.h"
37 const int Joystick12::X_left = 100;
38 const int Joystick12::X_center = 1610;
39 const int Joystick12::X_right= 4070;
41 const int Joystick12::Y_left = 2;
42 const int Joystick12::Y_center = 1610;
43 const int Joystick12::Y_right= 4070;
46 Joystick12::Joystick12(int pinX, int pinY) {
63 Joystick12::~Joystick12()
    [all...]
joystick12.h 34 * @defgroup joystick12 libupm-joystick12
39 * @library joystick12
40 * @sensor joystick12
54 * @image html joystick12.jpg
55 * @snippet joystick12-example.cxx Interesting
57 class Joystick12 {
65 Joystick12(int pinX, int pinY);
70 ~Joystick12();
  /hardware/bsp/intel/peripheral/libupm/examples/java/
Joystick12_exampleSample.java 39 upm_joystick12.Joystick12 joystick = new upm_joystick12.Joystick12(0,1);
  /hardware/bsp/intel/peripheral/libupm/examples/c++/
joystick12-example.cxx 28 #include "joystick12.h"
33 upm::Joystick12 *sensor = NULL;
49 sensor = new upm::Joystick12(0,1);
  /hardware/bsp/intel/peripheral/libupm/examples/python/
joystick12.py 28 myJoystick = upmJoystick12.Joystick12(0, 1)
  /hardware/bsp/intel/peripheral/libupm/examples/javascript/
joystick12.js 31 var myJoystick = new joystick.Joystick12(0, 1);

Completed in 256 milliseconds