ccrf3 2.0.0.0
|
ccRF3 Click example More...
Macros | |
#define | TEXT_TO_SEND "MikroE\r\n" |
#define | DEMO_APP_TRANSMITTER |
Functions | |
void | application_init (void) |
void | application_task (void) |
int | main (void) |
ccRF3 Click example
This example demonstrates the use of ccRF 3 click board.
The demo application is composed of two sections :
Initializes the driver, performs the default configuration and enables the selected mode.
Depending on the selected mode, it reads the received data or sends the desired message every 2 seconds. All data is being logged on the USB UART where you can track their changes.
#define DEMO_APP_TRANSMITTER |
#define TEXT_TO_SEND "MikroE\r\n" |
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 | ) |