Home
last modified time | relevance | path

Searched refs:gain3val (Results 1 – 4 of 4) sorted by relevance

/hardware/bsp/intel/peripheral/libupm/examples/javascript/
Dgrovevdiv.js33 var val, gain3val, gain10val; variable
37 gain3val = myVoltageDivider.computedValue(3, val);
39 console.log("ADC value: " + val + " Gain 3: " + gain3val
/hardware/bsp/intel/peripheral/libupm/examples/c++/
Dgrovevdiv.cxx54 float gain3val = vDiv->computedValue(3, val); in main() local
56 cout << "ADC value: " << val << " Gain 3: " << gain3val in main()
/hardware/bsp/intel/peripheral/libupm/examples/python/
Dgrovevdiv.py49 gain3val = myVoltageDivider.computedValue(3, val) variable
52 val, gain3val, gain10val)
/hardware/bsp/intel/peripheral/libupm/examples/java/
DGroveVDivSample.java48 float gain3val = vDiv.computedValue(gain3, val); in main() local
51 System.out.println("ADC value: " + val + ", Gain 3: " + gain3val + "v, Gain 10: " in main()