bt 2.0.0.0
|
BT Click Example. More...
Functions | |
void | application_init (void) |
void | application_task (void) |
int | main (void) |
BT Click Example.
This example demonstrates the use of BT click board.
The demo application is composed of two sections :
Initializes the driver and configures the click board.
Handles most of the events required for this example, the packages of events not supported in this example will be just displayed on the USB UART. The event handler will display all messages sent from the remote device on the USB UART and send back the predefined response message "DONE". There are two specific commands which can be sent from the remote device: "led blink" - calls bt_led_blink function for a 5 seconds time period. "check buttons" - calls bt_check_buttons function.
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 | ) |