OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:myUVSensor
(Results
1 - 4
of
4
) sorted by null
/hardware/bsp/intel/peripheral/libupm/examples/javascript/
si114x.js
31
var
myUVSensor
= new UV_lib.SI114X(0);
33
for (var x in
myUVSensor
)
36
myUVSensor
.initialize();
50
myUVSensor
.update();
53
console.log("UV Index: " +
myUVSensor
.getUVIndex());
61
myUVSensor
= null
guvas12d.js
31
var
myUVSensor
= new UVSensor.GUVAS12D(0);
41
+ roundNum(
myUVSensor
.value(g_GUVAS12D_AREF, g_SAMPLES_PER_QUERY), 6);
/hardware/bsp/intel/peripheral/libupm/examples/python/
si114x.py
28
myUVSensor
= upmSi114x.SI114X(0)
37
# including functions from
myUVSensor
48
myUVSensor
.initialize()
61
myUVSensor
.update()
64
print "UV Index:",
myUVSensor
.getUVIndex()
guvas12d.py
28
myUVSensor
= upmUV.GUVAS12D(0);
40
# This function lets you run code on exit, including functions from
myUVSensor
54
myUVSensor
.value(GUVAS12D_AREF, SAMPLES_PER_QUERY)))
Completed in 68 milliseconds