micrftx
2.1.0.0
|
MICRF TX Click Example. More...
Macros | |
#define | MICRFTX_PREAMBLE 0x5AA5 |
#define | MICRFTX_MESSAGE "MIKROE" |
Functions | |
void | application_init (void) |
void | application_task (void) |
int | main (void) |
MICRF TX Click Example.
This example demonstrates the use of MICRF TX Click board by sending a predefined message to the receiver.
The demo application is composed of two sections :
Initializes the driver and logger.
Sends a predefined message every 3 seconds and displays it on the USB UART.
#define MICRFTX_MESSAGE "MIKROE" |
Text message to send.
#define MICRFTX_PREAMBLE 0x5AA5 |
Packet preamble word.
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 | ) |