Home
last modified time | relevance | path

Searched refs:getLux (Results 1 – 6 of 6) sorted by relevance

/hardware/bsp/intel/peripheral/libupm/examples/javascript/
Dtsl2561.js36 console.log("Light value is " + myDigitalLightSensor.getLux());
/hardware/bsp/intel/peripheral/libupm/examples/java/
DTSL2561Sample.java42 System.out.println("Lux = " + sensor.getLux()); in main()
/hardware/bsp/intel/peripheral/libupm/examples/c++/
Dtsl2561.cxx46 fprintf(stdout, "Lux = %d\n", sensor->getLux()); in main()
/hardware/bsp/intel/peripheral/libupm/examples/python/
Dtsl2561.py47 print "Light value is " + str(myDigitalLightSensor.getLux())
/hardware/bsp/intel/peripheral/libupm/src/tsl2561/
Dtsl2561.h140 int getLux();
Dtsl2561.cxx89 TSL2561::getLux() in getLux() function in TSL2561