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