15 lines
246 B
C
15 lines
246 B
C
|
/**
|
||
|
* @file obd2viaCAN.c
|
||
|
*
|
||
|
*
|
||
|
* http://en.wikipedia.org/wiki/OBD-II_PIDs#CAN_.2811-bit.29_Bus_format
|
||
|
* standards.sae.org/j2284/
|
||
|
*
|
||
|
* @date Feb 14, 2014
|
||
|
* @author Andrey Belomutskiy, (c) 2012-2015
|
||
|
*/
|
||
|
|
||
|
#include "main.h"
|
||
|
#include "can_hw.h"
|
||
|
|