irda3 2.0.0.0
|
IrDA 3 Click Example. More...
Macros | |
#define | PROCESS_BUFFER_SIZE 200 |
#define | DEMO_APP_TRANSMITTER_1 |
Functions | |
void | application_init (void) |
void | application_task (void) |
int | main (void) |
IrDA 3 Click Example.
This example demonstrates the use of IrDA 3 click boards. The example can perform both roles, transmitter and receiver.
The demo application is composed of two sections :
Initializes UART driver and all used control pins. Also clears the response buffer.
Demonstrates the use of IrDA 3 clicks which can be used as transmitter or receiver. There are four different examples in this project. Uncomment one of the below macros to select which example will be executed. By default the DEMO_APP_TRANSMITTER_1 example is selected.
#define DEMO_APP_TRANSMITTER_1 |
#define PROCESS_BUFFER_SIZE 200 |
void application_init | ( | void | ) |
Logger initialization. Default baud rate: 115200 Default log level: LOG_LEVEL_DEBUG
void application_task | ( | void | ) |
int main | ( | void | ) |