OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:Joystick12
(Results
1 - 2
of
2
) 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
();
Completed in 67 milliseconds