mcp251863 2.0.0.0
|
MCP251863 Click example. More...
Macros | |
#define | DEMO_TEXT_MESSAGE "MikroE" |
Functions | |
void | application_init (void) |
void | application_task (void) |
int | main (void) |
MCP251863 Click example.
This example demonstrates the use of an MCP251863 click board by showing the communication between the two click boards configured as a receiver and transmitter.
The demo application is composed of two sections :
Initializes the driver and logger, performs the click default configuration and displays the selected application mode.
Depending on the selected mode, it sends a desired message using CAN protocol or reads all the received data and displays them on the USB UART.
#define DEMO_TEXT_MESSAGE "MikroE" |
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 | ) |