Home
last modified time | relevance | path

Searched refs:computedValue (Results 1 – 6 of 6) sorted by relevance

/hardware/bsp/intel/peripheral/libupm/examples/c++/
Dgrovevdiv.cxx54 float gain3val = vDiv->computedValue(3, val); in main()
55 float gain10val = vDiv->computedValue(10, val); in main()
/hardware/bsp/intel/peripheral/libupm/examples/javascript/
Dgrovevdiv.js37 gain3val = myVoltageDivider.computedValue(3, val);
38 gain10val = myVoltageDivider.computedValue(10, val);
/hardware/bsp/intel/peripheral/libupm/examples/python/
Dgrovevdiv.py49 gain3val = myVoltageDivider.computedValue(3, val)
50 gain10val = myVoltageDivider.computedValue(10, val)
/hardware/bsp/intel/peripheral/libupm/examples/java/
DGroveVDivSample.java48 float gain3val = vDiv.computedValue(gain3, val); in main()
49 float gain10val = vDiv.computedValue(gain10, val); in main()
/hardware/bsp/intel/peripheral/libupm/src/grovevdiv/
Dgrovevdiv.h92 float computedValue(uint8_t gain, unsigned int val, int vref=GROVEVDIV_VREF,
Dgrovevdiv.cxx62 float GroveVDiv::computedValue(uint8_t gain, unsigned int val, int vref, int res) in computedValue() function in GroveVDiv