HomeSort by relevance Sort by last modified time
    Searched refs:gain3val (Results 1 - 4 of 4) sorted by null

  /hardware/bsp/intel/peripheral/libupm/examples/javascript/
grovevdiv.js 33 var val, gain3val, gain10val;
37 gain3val = myVoltageDivider.computedValue(3, val);
39 console.log("ADC value: " + val + " Gain 3: " + gain3val
  /hardware/bsp/intel/peripheral/libupm/examples/c++/
grovevdiv.cxx 54 float gain3val = vDiv->computedValue(3, val); local
56 cout << "ADC value: " << val << " Gain 3: " << gain3val
  /hardware/bsp/intel/peripheral/libupm/examples/java/
GroveVDivSample.java 48 float gain3val = vDiv.computedValue(gain3, val); local
51 System.out.println("ADC value: " + val + ", Gain 3: " + gain3val + "v, Gain 10: "
  /hardware/bsp/intel/peripheral/libupm/examples/python/
grovevdiv.py 49 gain3val = myVoltageDivider.computedValue(3, val)
52 val, gain3val, gain10val)

Completed in 2693 milliseconds