ccrf 2.0.0.0
|
ccRF Click example More...
Macros | |
#define | DEMO_APP_TRANSMITTER |
#define | DEMO_TEXT_MESSAGE "MIKROE - ccRF click board\0" |
Functions | |
void | application_init (void) |
void | application_task (void) |
int | main (void) |
ccRF Click example
This example demonstrates the use of an ccRF click board by showing the communication between the two click boards configured as a receiver and transmitter.
The demo application is composed of two sections :
Initializes the driver and logger, performs the click default configuration and displays the selected application mode.
Depending on the selected mode, it reads all the received data or sends the desired message every 2 seconds.
#define DEMO_APP_TRANSMITTER |
#define DEMO_TEXT_MESSAGE "MIKROE - ccRF click board\0" |
void application_init | ( | void | ) |
Logger initialization. Default baud rate: 115200 Default log level: LOG_LEVEL_DEBUG
void application_task | ( | void | ) |
int main | ( | void | ) |