OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:gain10val
(Results
1 - 4
of
4
) sorted by null
/hardware/bsp/intel/peripheral/libupm/examples/javascript/
grovevdiv.js
33
var val, gain3val,
gain10val
;
38
gain10val
= myVoltageDivider.computedValue(10, val);
40
+ "v Gain 10: " +
gain10val
+ "v");
/hardware/bsp/intel/peripheral/libupm/examples/c++/
grovevdiv.cxx
55
float
gain10val
= vDiv->computedValue(10, val);
local
57
<< "v Gain 10: " <<
gain10val
<< "v" << endl;
/hardware/bsp/intel/peripheral/libupm/examples/java/
GroveVDivSample.java
49
float
gain10val
= vDiv.computedValue(gain10, val);
local
52
+
gain10val
);
/hardware/bsp/intel/peripheral/libupm/examples/python/
grovevdiv.py
50
gain10val
= myVoltageDivider.computedValue(10, val)
52
val, gain3val,
gain10val
)
Completed in 188 milliseconds