iqrf2 2.0.0.0
|
iqrf2 Click example More...
Macros | |
#define | PROCESS_RX_BUFFER_SIZE 500 |
#define | TEXT_TO_SEND "MikroE - iqRF 2 click board\r\n" |
#define | DEMO_APP_RECEIVER |
Functions | |
void | application_init (void) |
void | application_task (void) |
int | main (void) |
iqrf2 Click example
This example reads and processes data from iqRF 2 clicks.
The demo application is composed of two sections :
Initializes the driver and makes an initial log.
Depending on the selected mode, it reads all the received data or sends the desired message every 2 seconds.
#define DEMO_APP_RECEIVER |
#define PROCESS_RX_BUFFER_SIZE 500 |
#define TEXT_TO_SEND "MikroE - iqRF 2 click board\r\n" |
void application_init | ( | void | ) |
Logger initialization. Default baud rate: 115200 Default log level: LOG_LEVEL_DEBUG
void application_task | ( | void | ) |
int main | ( | void | ) |