ft 2.0.0.0
|
FT Click example. More...
Macros | |
#define | DEMO_APP_TRANSMITTER |
#define | DEMO_TEXT_MESSAGE "MIKROE - FT click board\r\n\0" |
Functions | |
void | application_init (void) |
void | application_task (void) |
int | main (void) |
FT Click example.
This example demonstrates the use of an FT click board by showing the communication between the two click boards.
The demo application is composed of two sections :
Initalizes device and makes an initial log.
Depending on the selected application mode, it reads all the received data or sends the desired text message once per second.
#define DEMO_APP_TRANSMITTER |
#define DEMO_TEXT_MESSAGE "MIKROE - FT click board\r\n\0" |
void application_init | ( | void | ) |
Logger initialization. Default baud rate: 115200 Default log level: LOG_LEVEL_DEBUG
void application_task | ( | void | ) |
int main | ( | void | ) |