canfd3 2.0.0.0
|
CanFd3 Click example. More...
Macros | |
#define | PROCESS_RX_BUFFER_SIZE 500 |
#define | TEXT_TO_SEND "MikroE\r\n" |
#define | DEMO_APP_TRANSMITTER |
Functions | |
void | application_init (void) |
void | application_task (void) |
int | main (void) |
CanFd3 Click example.
This example reads and processes data from CAN FD 3 clicks.
The demo application is composed of two sections :
Initializes the driver and enables the click board.
Depending on the selected mode, it reads all the received data or sends the desired message every 2 seconds.
#define DEMO_APP_TRANSMITTER |
#define PROCESS_RX_BUFFER_SIZE 500 |
#define TEXT_TO_SEND "MikroE\r\n" |
void application_init | ( | void | ) |
Logger initialization. Default baud rate: 115200 Default log level: LOG_LEVEL_DEBUG
void application_task | ( | void | ) |
int main | ( | void | ) |