color 2.0.0.0
|
Color Click example. More...
Functions | |
void | application_init (void) |
void | application_task (void) |
int | main (void) |
Color Click example.
This demo shows color detection/recognition functionality of the click.
The demo application is composed of two sections :
Initializes device and driver.
Checks which color is detected by the sensor. The name of the detected color is logged on the USBUART.
void application_init | ( | void | ) |
Logger initialization. Default baud rate: 115200 Default log level: LOG_LEVEL_DEBUG
void application_task | ( | void | ) |
int main | ( | void | ) |