annab412 2.1.0.0
|
ANNA-B412 Click Example. More...
Macros | |
#define | PROCESS_BUFFER_SIZE 200 |
#define | DEVICE_NAME "ANNA-B412 Click" |
#define | RSP_TIMEOUT 20000 |
#define | RSP_OK "OK" |
Functions | |
void | application_init (void) |
void | application_task (void) |
int | main (void) |
ANNA-B412 Click Example.
This example demonstrates the use of ANNA-B412 click board by processing the incoming data and displaying them on the USB UART.
The demo application is composed of two sections :
Initializes the driver and performs the click default configuration.
Reads and processes all incoming data and displays them on the USB UART.
#define DEVICE_NAME "ANNA-B412 Click" |
#define PROCESS_BUFFER_SIZE 200 |
#define RSP_OK "OK" |
#define RSP_TIMEOUT 20000 |
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 | ) |