ooktx 2.1.0.0
|
OOK TX Click Example. More...
Macros | |
#define | OOKTX_PREAMBLE 0x5AA5 |
#define | OOKTX_MESSAGE "MIKROE" |
Functions | |
void | application_init (void) |
void | application_task (void) |
int | main (void) |
OOK TX Click Example.
This example demonstrates the use of OOK 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 OOKTX_MESSAGE "MIKROE" |
Text message to send.
#define OOKTX_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 | ) |