20 lines
313 B
C
20 lines
313 B
C
/**
|
|
* @file obd2viaCAN.c
|
|
*
|
|
*
|
|
* http://en.wikipedia.org/wiki/OBD-II_PIDs#CAN_.2811-bit.29_Bus_format
|
|
* standards.sae.org/j2284/
|
|
*
|
|
* OBD-II
|
|
*
|
|
* @see obd2.cpp
|
|
* TODO: remove this dead file?
|
|
*
|
|
* @date Feb 14, 2014
|
|
* @author Andrey Belomutskiy, (c) 2012-2018
|
|
*/
|
|
|
|
#include "global.h"
|
|
#include "can_hw.h"
|
|
|