lyra24p
2.1.0.0
|
LYRA 24P Click Example. More...
Macros | |
#define | DEVICE_NAME "LYRA 24P Click" |
#define | APP_BUFFER_SIZE 200 |
#define | PROCESS_BUFFER_SIZE 200 |
#define | RESPONSE_TIMEOUT 100000 |
Functions | |
void | application_init (void) |
void | application_task (void) |
int | main (void) |
LYRA 24P Click Example.
This example demonstrates the use of LYRA 24P 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 a factory reset. In the next step, the demo app requests the LYRA module name, software version, and MAC address and sets the local device name, sets the module into VSP mode and start advertising.
Reads and processes all incoming data and displays them on the USB UART.
#define APP_BUFFER_SIZE 200 |
#define DEVICE_NAME "LYRA 24P Click" |
#define PROCESS_BUFFER_SIZE 200 |
#define RESPONSE_TIMEOUT 100000 |
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 | ) |