proteuse
2.1.0.0
|
Proteus-e Click Example. More...
Macros | |
#define | DEVICE_NAME "Proteus-e click" |
Functions | |
void | application_init (void) |
void | application_task (void) |
int | main (void) |
Proteus-e Click Example.
This example demonstrates the use of Proteus-e click board by processing data from a connected BT device.
The demo application is composed of two sections :
Initializes the driver, resets and configures the click board, and reads the device info.
Reads and parses all the received event packets and displays them the USB UART. All incoming data messages received from the connected device will be echoed back.
#define DEVICE_NAME "Proteus-e click" |
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 | ) |