Home
last modified time | relevance | path

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

/hardware/bsp/intel/peripheral/libupm/src/ldt0028/
Dldt0028.cxx32 LDT0028::LDT0028(unsigned int pin) { in LDT0028() function in LDT0028
43 LDT0028::~LDT0028() { in ~LDT0028()
48 std::string LDT0028::name() { in name()
52 int LDT0028::getSample() { in getSample()
Dldt0028.h54 class LDT0028 {
61 LDT0028(unsigned int pin);
66 ~LDT0028();
/hardware/bsp/intel/peripheral/libupm/examples/java/
DLDT0028Sample.java41 upm_ldt0028.LDT0028 sensor = new upm_ldt0028.LDT0028(0); in main()
/hardware/bsp/intel/peripheral/libupm/examples/c++/
Dldt0028.cxx41 upm::LDT0028* sensor = new upm::LDT0028(0); in main()
/hardware/bsp/intel/peripheral/libupm/examples/python/
Dldt0028.py32 sensor = ldt0028.LDT0028(0)
/hardware/bsp/intel/peripheral/libupm/examples/javascript/
Dldt0028.js34 var sensor = new sensorModule.LDT0028(0);