Home
last modified time | relevance | path

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

/hardware/bsp/intel/peripheral/libupm/src/tcs3414cs/
Dtcs3414cs.cxx38 TCS3414CS::TCS3414CS () : m_i2Ctx(0) { in TCS3414CS() function in TCS3414CS
69 TCS3414CS::readRGB (tcs3414sc_rgb_t * rgb) { in readRGB()
82 TCS3414CS::clearInterrupt () { in clearInterrupt()
100 TCS3414CS::i2cReadReg_N (int reg, unsigned int len, uint8_t * buffer) { in i2cReadReg_N()
112 TCS3414CS::i2cWriteReg_N (uint8_t reg, unsigned int len, uint8_t * buffer) { in i2cWriteReg_N()
123 TCS3414CS::i2cWriteReg (uint8_t reg, uint8_t data) { in i2cWriteReg()
Dtcs3414cs.h129 class TCS3414CS {
136 TCS3414CS ();
/hardware/bsp/intel/peripheral/libupm/examples/c++/
Dtcs3414cs.cxx31 upm::TCS3414CS *sensor = NULL;
50 sensor = new upm::TCS3414CS (); in main()
/hardware/bsp/intel/peripheral/libupm/examples/javascript/
Dtcs3414cs.js31 var mycolorSensor = new colorSensor.TCS3414CS();
/hardware/bsp/intel/peripheral/libupm/examples/python/
Dtcs3414cs.py28 myColorSensor = upmTcs3414cs.TCS3414CS()