irgesture2 2.0.0.0
|
IRGesture2 Click example. More...
Functions | |
void | application_init (void) |
void | application_task (void) |
int | main (void) |
IRGesture2 Click example.
This example demonstrates the use of IR Gesture 2 click board by reading and displaying the raw ADC values of entire 60-pixel IR photodiode array.
The demo application is composed of two sections :
Initializes the driver and performs the click default configuration.
Waits for an end of conversion interrupt and then reads the raw ADC values of entire 60-pixel IR photodiode array and displays the results on the USB UART as a 10x6 matrix every 100ms approximately.
void application_init | ( | void | ) |
< Logger config object.
< Click config object.
Logger initialization. Default baud rate: 115200 Default log level: LOG_LEVEL_DEBUG
void application_task | ( | void | ) |
int main | ( | void | ) |