OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:myRotaryEncoder
(Results
1 - 2
of
2
) sorted by null
/hardware/bsp/intel/peripheral/libupm/examples/javascript/
rotaryencoder.js
30
var
myRotaryEncoder
= new rotaryEncoder.RotaryEncoder(2, 3);
34
console.log("Position: " +
myRotaryEncoder
.position());
/hardware/bsp/intel/peripheral/libupm/examples/python/
rotaryencoder.py
28
myRotaryEncoder
= upmRotaryEncoder.RotaryEncoder(2, 3);
36
# This function lets you run code on exit, including functions from
myRotaryEncoder
48
print "Position: {0}".format(
myRotaryEncoder
.position())
Completed in 707 milliseconds