OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getUVIndex
(Results
1 - 4
of
4
) sorted by null
/hardware/bsp/intel/peripheral/libupm/examples/python/
si114x.py
64
print "UV Index:", myUVSensor.
getUVIndex
()
/hardware/bsp/intel/peripheral/libupm/examples/c++/
si114x.cxx
68
cout << "UV Index: " << uvi->
getUVIndex
() << endl;
/hardware/bsp/intel/peripheral/libupm/examples/javascript/
si114x.js
53
console.log("UV Index: " + myUVSensor.
getUVIndex
());
/hardware/bsp/intel/peripheral/libupm/src/si114x/
si114x.h
302
*
getUVIndex
()
311
float
getUVIndex
() { return m_uvIndex; };
Completed in 75 milliseconds