joystick4
2.1.0.0
|
Joystick 4 Click example. More...
Functions | |
void | application_init (void) |
void | application_task (void) |
int | main (void) |
Joystick 4 Click example.
This example demonstrates the use of the Joystick 4 Click board by reading and displaying the joystick position.
The demo application is composed of two sections :
Initializes the driver and performs the Click default configuration.
Waits for the input change interrupt, reads the input pins mask, extracts the joystick position from those readings, and displays it on the USB UART.
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 | ) |