Home
last modified time | relevance | path

Searched refs:YString (Results 1 – 2 of 2) sorted by relevance

/hardware/bsp/intel/peripheral/libupm/examples/python/
Djoystick12.py49 YString = ": and Y:" + str(myJoystick.getYInput()) variable
50 print XString + YString
/hardware/bsp/intel/peripheral/libupm/examples/javascript/
Djoystick12.js37 var YString = ": and Y:" + roundNum(myJoystick.getYInput(), 6);
38 console.log(XString + YString);