bm78 2.1.0.0
|
BM78 Click Example. More...
Macros | |
#define | APP_BUFFER_SIZE 500 |
#define | PROCESS_BUFFER_SIZE 200 |
Functions | |
void | application_init (void) |
void | application_task (void) |
int | main (void) |
BM78 Click Example.
This example demonstrates the use of BM78 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 by writing it into the EEPROM.
Reads and processes all incoming data from the Serial Bluetooth Terminal smartphone application and displays them on the USB UART.
#define APP_BUFFER_SIZE 500 |
#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 | ) |