OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:mycolorsensor
(Results
1 - 2
of
2
) sorted by null
/hardware/bsp/intel/peripheral/libupm/examples/python/
tcs3414cs.py
28
myColorSensor
= upmTcs3414cs.TCS3414CS()
37
# including functions from
myColorSensor
51
myColorSensor
.readRGB(myrgb)
/hardware/bsp/intel/peripheral/libupm/examples/javascript/
tcs3414cs.js
31
var
mycolorSensor
= new colorSensor.TCS3414CS();
38
mycolorSensor
.readRGB(rgb);
Completed in 91 milliseconds