OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:TCS3414CS
(Results
1 - 2
of
2
) sorted by null
/hardware/bsp/intel/peripheral/libupm/src/tcs3414cs/
tcs3414cs.cxx
34
#include "
tcs3414cs
.h"
38
TCS3414CS
::
TCS3414CS
() : m_i2Ctx(0) {
39
m_name = "
TCS3414CS
";
69
TCS3414CS
::readRGB (tcs3414sc_rgb_t * rgb) {
82
TCS3414CS
::clearInterrupt () {
100
TCS3414CS
::i2cReadReg_N (int reg, unsigned int len, uint8_t * buffer) {
112
TCS3414CS
::i2cWriteReg_N (uint8_t reg, unsigned int len, uint8_t * buffer) {
123
TCS3414CS
::i2cWriteReg (uint8_t reg, uint8_t data) {
tcs3414cs.h
108
* @brief
TCS3414CS
Color Sensor library
109
* @defgroup
tcs3414cs
libupm-
tcs3414cs
113
* @library
tcs3414cs
114
* @sensor
tcs3414cs
115
* @comname
TCS3414CS
Color Sensor
122
* @brief API for the
TCS3414CS
Color Sensor
124
* This module defines the
TCS3414CS
interface for the color sensor
126
* @image html
tcs3414cs
.jpg
127
* @snippet
tcs3414cs
.cxx Interestin
[
all
...]
Completed in 43 milliseconds