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

  /hardware/bsp/intel/peripheral/libupm/src/guvas12d/
guvas12d.h 32 * @defgroup guvas12d libupm-guvas12d
37 * @library guvas12d
38 * @sensor guvas12d
50 * @image html guvas12d.jpg
51 * @snippet guvas12d.cxx Interesting
53 class GUVAS12D {
60 GUVAS12D(int pin);
62 * GUVAS12D destructor
64 ~GUVAS12D();
    [all...]
guvas12d.cxx 29 #include "guvas12d.h"
34 GUVAS12D::GUVAS12D(int pin)
44 GUVAS12D::~GUVAS12D()
49 float GUVAS12D::value(float aref, unsigned int samples)
  /hardware/bsp/intel/peripheral/libupm/examples/c++/
guvas12d.cxx 28 #include "guvas12d.h"
53 // Instantiate a GUVAS12D on analog pin A0
54 upm::GUVAS12D *volts = new upm::GUVAS12D(0);
  /hardware/bsp/intel/peripheral/libupm/examples/java/
GUVAS12DSample.java 41 // Instantiate a GUVAS12D on analog pin A3
42 upm_guvas12d.GUVAS12D volts = new upm_guvas12d.GUVAS12D(3);
  /hardware/bsp/intel/peripheral/libupm/examples/python/
guvas12d.py 28 myUVSensor = upmUV.GUVAS12D(0);
  /hardware/bsp/intel/peripheral/libupm/examples/javascript/
guvas12d.js 31 var myUVSensor = new UVSensor.GUVAS12D(0);

Completed in 506 milliseconds