bee 2.0.0.0
|
Bee Click example. More...
Macros | |
#define | DEMO_APP_TRANSMITTER |
Functions | |
void | application_init (void) |
void | application_task (void) |
int | main (void) |
Bee Click example.
This example demonstrates the use of an BEE click board by showing the communication between the two click boards.
The demo application is composed of two sections :
Initializes the driver and configures the click board.
Depending on the selected application mode, it reads all the received data or sends the desired message every 3 seconds.
#define DEMO_APP_TRANSMITTER |
void application_init | ( | void | ) |
Logger initialization. Default baud rate: 115200 Default log level: LOG_LEVEL_DEBUG
void application_task | ( | void | ) |
int main | ( | void | ) |