Home
last modified time | relevance | path

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

/hardware/bsp/intel/peripheral/libupm/src/guvas12d/
Dguvas12d.cxx34 GUVAS12D::GUVAS12D(int pin) in GUVAS12D() function in GUVAS12D
44 GUVAS12D::~GUVAS12D() in ~GUVAS12D()
49 float GUVAS12D::value(float aref, unsigned int samples) in value()
Dguvas12d.h53 class GUVAS12D {
60 GUVAS12D(int pin);
64 ~GUVAS12D();
/hardware/bsp/intel/peripheral/libupm/examples/c++/
Dguvas12d.cxx54 upm::GUVAS12D *volts = new upm::GUVAS12D(0); in main()
/hardware/bsp/intel/peripheral/libupm/examples/java/
DGUVAS12DSample.java42 upm_guvas12d.GUVAS12D volts = new upm_guvas12d.GUVAS12D(3); in main()
/hardware/bsp/intel/peripheral/libupm/examples/python/
Dguvas12d.py28 myUVSensor = upmUV.GUVAS12D(0);
/hardware/bsp/intel/peripheral/libupm/examples/javascript/
Dguvas12d.js31 var myUVSensor = new UVSensor.GUVAS12D(0);