2014-08-29 07:52:33 -07:00
|
|
|
/**
|
|
|
|
* @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
|
2015-01-12 15:04:10 -08:00
|
|
|
* @author Andrey Belomutskiy, (c) 2012-2015
|
2014-08-29 07:52:33 -07:00
|
|
|
*/
|
|
|
|
|
|
|
|
#include "main.h"
|
|
|
|
#include "can_hw.h"
|
|
|
|
|