obdii 2.1.0.0
|
OBDII Click Example. More...
Macros | |
#define | PROCESS_BUFFER_SIZE 200 |
Functions | |
void | application_init (void) |
void | application_task (void) |
int | main (void) |
OBDII Click Example.
This example demonstrates the use of OBDII click board by reading the engine RPM and vehicle speed and displaying results on the USB UART.
The demo application is composed of two sections :
Initializes the driver and performs the click default configuration.
Reads and processes the engine RPM and vehicle speed and displays the results on the USB UART once per second.
#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 | ) |