Home
last modified time | relevance | path

Searched defs:volts (Results 1 – 9 of 9) sorted by relevance

/hardware/bsp/intel/peripheral/libupm/examples/c++/
Dgroveslide.cxx42 float volts = slide->voltage_value(); // Read voltage, board reference set at 5.0V in main() local
Dguvas12d.cxx54 upm::GUVAS12D *volts = new upm::GUVAS12D(0); in main() local
Dgp2y0a.cxx54 upm::GP2Y0A *volts = new upm::GP2Y0A(1); in main() local
/hardware/bsp/intel/peripheral/libupm/examples/python/
Dgroveslide.py34 volts = slider.voltage_value() variable
/hardware/bsp/intel/peripheral/libupm/examples/java/
DGUVAS12DSample.java42 upm_guvas12d.GUVAS12D volts = new upm_guvas12d.GUVAS12D(3); in main() local
/hardware/bsp/intel/peripheral/libupm/src/maxsonarez/
Dmaxsonarez.cxx58 float volts = float(val) * (m_aref / m_aRes); in inches() local
/hardware/bsp/intel/peripheral/libupm/src/guvas12d/
Dguvas12d.cxx62 float volts = (float)sum * aref / 1024.0; in value() local
/hardware/bsp/intel/peripheral/libupm/src/gp2y0a/
Dgp2y0a.cxx64 float volts = float(val) * aref / float(m_aRes); in value() local
/hardware/bsp/intel/peripheral/libupm/src/mg811/
Dmg811.cxx59 float MG811::volts() in volts() function in MG811