OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:abs_rad
(Results
1 - 3
of
3
) sorted by null
/hardware/bsp/intel/peripheral/libupm/examples/c++/
groverotary.cxx
44
float
abs_rad
= knob->
abs_rad
(); // Absolute radians
local
50
(int16_t)abs_value, abs_deg,
abs_rad
, (int16_t)rel_value, rel_deg, rel_rad);
/hardware/bsp/intel/peripheral/libupm/examples/java/
GroveRotarySample.java
43
float
abs_rad
= knob.
abs_rad
(); // Absolute radians
local
48
System.out.println("Absolute: " + abs_value + " raw, " + abs_deg + " deg, " +
abs_rad
/hardware/bsp/intel/peripheral/libupm/src/grove/
grove.cxx
197
float GroveRotary::
abs_rad
()
function in class:GroveRotary
Completed in 859 milliseconds