OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:myJoystick
(Results
1 - 2
of
2
) sorted by null
/hardware/bsp/intel/peripheral/libupm/examples/python/
joystick12.py
28
myJoystick
= upmJoystick12.Joystick12(0, 1)
36
# This function lets you run code on exit, including functions from
myJoystick
48
XString = "Driving X:" + str(
myJoystick
.getXInput())
49
YString = ": and Y:" + str(
myJoystick
.getYInput())
/hardware/bsp/intel/peripheral/libupm/examples/javascript/
joystick12.js
31
var
myJoystick
= new joystick.Joystick12(0, 1);
36
var XString = "Driving X:" + roundNum(
myJoystick
.getXInput(), 6);
37
var YString = ": and Y:" + roundNum(
myJoystick
.getYInput(), 6);
Completed in 93 milliseconds