OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GUVAS12D_AREF
(Results
1 - 3
of
3
) sorted by null
/hardware/bsp/intel/peripheral/libupm/examples/c++/
guvas12d.cxx
35
#define
GUVAS12D_AREF
5.0
60
cout << "AREF: " <<
GUVAS12D_AREF
62
<< volts->value(
GUVAS12D_AREF
, SAMPLES_PER_QUERY) << endl;
/hardware/bsp/intel/peripheral/libupm/examples/java/
GUVAS12DSample.java
27
private static final float
GUVAS12D_AREF
= 5;
45
float value = volts.value(
GUVAS12D_AREF
, SAMPLES_PER_QUERY);
47
System.out.println("AREF: " +
GUVAS12D_AREF
/hardware/bsp/intel/peripheral/libupm/examples/python/
guvas12d.py
31
GUVAS12D_AREF
= 5.0;
53
"{1}".format(
GUVAS12D_AREF
,
54
myUVSensor.value(
GUVAS12D_AREF
, SAMPLES_PER_QUERY)))
Completed in 72 milliseconds