serializer 2.0.0.0
|
Serializer Click example. More...
Functions | |
void | application_init (void) |
void | application_task (void) |
int | main (void) |
Serializer Click example.
This example demonstrates the use of a Serializer click board by reading the state of all inputs and displaying the results on the USB UART.
The demo application is composed of two sections :
Initializes the driver and logger.
Reads the state of all inputs and displays the results on the USB UART approximately once per second. Also, if there's any fault indication detected, it will be displayed accordingly.
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 | ) |