iso9141
2.0.0.0
|
ISO 9141 Click Example. More...
Macros | |
#define | PROCESS_BUFFER_SIZE 200 |
#define | TRANSMIT |
Functions | |
void | application_init (void) |
void | application_task (void) |
void | main (void) |
ISO 9141 Click Example.
This is an example that demonstrates the use of ISO 9141 Click board that contains a monolithic bus driver with ISO 9141 interface.
The demo application is composed of two sections :
Initializes UART used for communication and another UART bus used for data logging.
In this example transmitter/Receiver task depend on uncommented code Receiver logging each received byte to the UART for data logging, while transmitted send messages every 2 seconds.
#define PROCESS_BUFFER_SIZE 200 |
#define TRANSMIT |
void application_init | ( | void | ) |
< Logger config object.
< Click config object.
void application_task | ( | void | ) |
void main | ( | void | ) |