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

/hardware/bsp/intel/peripheral/libupm/src/guvas12d/
H A Dguvas12d.h53 class GUVAS12D { class in namespace:upm
60 GUVAS12D(int pin);
62 * GUVAS12D destructor
64 ~GUVAS12D();
H A Dguvas12d.cxx34 GUVAS12D::GUVAS12D(int pin) function in class:GUVAS12D
44 GUVAS12D::~GUVAS12D()
49 float GUVAS12D::value(float aref, unsigned int samples)
/hardware/bsp/intel/peripheral/libupm/examples/c++/
H A Dguvas12d.cxx53 // Instantiate a GUVAS12D on analog pin A0
54 upm::GUVAS12D *volts = new upm::GUVAS12D(0);
/hardware/bsp/intel/peripheral/libupm/examples/java/
H A DGUVAS12DSample.java41 // Instantiate a GUVAS12D on analog pin A3
42 upm_guvas12d.GUVAS12D volts = new upm_guvas12d.GUVAS12D(3);
/hardware/bsp/intel/peripheral/libupm/examples/javascript/
H A Dguvas12d.js31 var myUVSensor = new UVSensor.GUVAS12D(0);
/hardware/bsp/intel/peripheral/libupm/examples/python/
H A Dguvas12d.py28 myUVSensor = upmUV.GUVAS12D(0);

Completed in 76 milliseconds