|
upm
0.2.0
Sensor/Actuator repository for libmraa (v0.6.1)
|
C++ API for TCS3414CS chip (Color sensor) More...
This file defines the TCS3414CS C++ interface for the color sensor
Public Member Functions | |
| TCS3414CS () | |
| ~TCS3414CS () | |
| void | readRGB (tcs3414sc_rgb_t *rgb) |
| void | clearInterrupt () |
| std::string | name () |
| void readRGB | ( | tcs3414sc_rgb_t * | rgb | ) |
Get the RGB value from sensor.
| rgb | color values |
| void clearInterrupt | ( | ) |
Clear interrupts.
|
inline |
Return name of the component
1.8.9.1