Searched refs:computedValue (Results 1 – 6 of 6) sorted by relevance
/hardware/bsp/intel/peripheral/libupm/examples/c++/ |
D | grovevdiv.cxx | 54 float gain3val = vDiv->computedValue(3, val); in main() 55 float gain10val = vDiv->computedValue(10, val); in main()
|
/hardware/bsp/intel/peripheral/libupm/examples/javascript/ |
D | grovevdiv.js | 37 gain3val = myVoltageDivider.computedValue(3, val); 38 gain10val = myVoltageDivider.computedValue(10, val);
|
/hardware/bsp/intel/peripheral/libupm/examples/python/ |
D | grovevdiv.py | 49 gain3val = myVoltageDivider.computedValue(3, val) 50 gain10val = myVoltageDivider.computedValue(10, val)
|
/hardware/bsp/intel/peripheral/libupm/examples/java/ |
D | GroveVDivSample.java | 48 float gain3val = vDiv.computedValue(gain3, val); in main() 49 float gain10val = vDiv.computedValue(gain10, val); in main()
|
/hardware/bsp/intel/peripheral/libupm/src/grovevdiv/ |
D | grovevdiv.h | 92 float computedValue(uint8_t gain, unsigned int val, int vref=GROVEVDIV_VREF,
|
D | grovevdiv.cxx | 62 float GroveVDiv::computedValue(uint8_t gain, unsigned int val, int vref, int res) in computedValue() function in GroveVDiv
|