b102c
2.1.0.0
|
B102C Click Example. More...
Macros | |
#define | APP_BUFFER_SIZE 500 |
#define | PROCESS_BUFFER_SIZE 200 |
#define | DEVICE_NAME "B102C Click" |
#define | AUTO_BROADCAST "1" |
Functions | |
void | application_init (void) |
void | application_task (void) |
int | main (void) |
B102C Click Example.
This example demonstrates the use of B102C 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, then performs a factory reset and sets the local device name.
Reads and processes all incoming data and displays them on the USB UART.
#define APP_BUFFER_SIZE 500 |
#define AUTO_BROADCAST "1" |
#define DEVICE_NAME "B102C Click" |
#define PROCESS_BUFFER_SIZE 200 |
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 | ) |