Home
last modified time | relevance | path

Searched refs:APDS9002 (Results 1 – 5 of 5) sorted by relevance

/hardware/bsp/intel/peripheral/libupm/src/apds9002/
Dapds9002.cxx33 APDS9002::APDS9002(int pin) in APDS9002() function in APDS9002
43 APDS9002::~APDS9002() in ~APDS9002()
48 int APDS9002::value() in value()
Dapds9002.h54 class APDS9002 {
61 APDS9002(int pin);
65 ~APDS9002();
/hardware/bsp/intel/peripheral/libupm/examples/c++/
Dapds9002.cxx47 upm::APDS9002* luminance = new upm::APDS9002(0); in main()
/hardware/bsp/intel/peripheral/libupm/examples/javascript/
Dapds9002.js31 var myLuminanceSensor_obj = new luminanceSensor_lib.APDS9002(0);
/hardware/bsp/intel/peripheral/libupm/examples/python/
Dapds9002.py28 myLuminance = upmApds9002.APDS9002(0)