RGB count value data structure (APDS9950 and APDS9960 only) More...
RGB count value data structure (APDS9950 and APDS9960 only)
Definition at line 439 of file apds99xx.h.
#include <apds99xx.h>
Data Fields | ||
struct { | ||
uint16_t red | ||
R photodiode count value (red) More... | ||
uint16_t green | ||
G photodiode count value (green) More... | ||
uint16_t blue | ||
B photodiode count value (blue) More... | ||
}; | ||
uint16_t | val [3] | |
RGB count values as array. | ||
uint16_t apds99xx_rgb_t::blue |
B photodiode count value (blue)
Definition at line 444 of file apds99xx.h.
uint16_t apds99xx_rgb_t::green |
G photodiode count value (green)
Definition at line 443 of file apds99xx.h.
uint16_t apds99xx_rgb_t::red |
R photodiode count value (red)
Definition at line 442 of file apds99xx.h.
uint16_t apds99xx_rgb_t::val[3] |
RGB count values as array.
Definition at line 446 of file apds99xx.h.