|
ata6501 2.2.0
|
ATA6501 Click Example. More...
Macros | |
| #define | DEMO_APP_TRANSMITTER |
| #define | DEMO_TEXT_MESSAGE "MIKROE - ATA6501 Click board\r\n" |
| #define | APP_BUFFER_SIZE 500 |
| #define | PROCESS_BUFFER_SIZE 200 |
Functions | |
| void | application_init (void) |
| void | application_task (void) |
| int | main (void) |
ATA6501 Click Example.
This example demonstrates the use of an ATA6501 Click board by showing the communication between the two Click boards.
The demo application is composed of two sections :
Initializes the driver and logger.
Depending on the selected application mode, it reads all the received data or sends the desired message every 3 seconds.
| #define APP_BUFFER_SIZE 500 |
| #define DEMO_APP_TRANSMITTER |
| #define DEMO_TEXT_MESSAGE "MIKROE - ATA6501 Click board\r\n" |
| #define PROCESS_BUFFER_SIZE 200 |
| 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 | ) |