2015-07-10 06:01:56 -07:00
|
|
|
/**
|
|
|
|
* @file honda_accord.h
|
|
|
|
*
|
|
|
|
* @date Jan 12, 2014
|
2020-01-13 18:57:43 -08:00
|
|
|
* @author Andrey Belomutskiy, (c) 2012-2020
|
2015-07-10 06:01:56 -07:00
|
|
|
*/
|
|
|
|
|
2020-03-05 22:26:33 -08:00
|
|
|
#pragma once
|
2019-05-03 15:41:43 -07:00
|
|
|
#include "engine_configuration.h"
|
2015-07-10 06:01:56 -07:00
|
|
|
|
2021-11-16 01:15:29 -08:00
|
|
|
void setHondaAccordConfigurationTwoWires();
|
2015-07-10 06:01:56 -07:00
|
|
|
|
2021-10-20 09:57:07 -07:00
|
|
|
/**
|
|
|
|
* https://technet.ff-squad.com/wiring.obd1.htm
|
|
|
|
*
|
|
|
|
* as you move inward from the outside of the connector, tooth count decreases
|
|
|
|
* outermost CKP = 12/24
|
|
|
|
* middle = 4 total, 1/cyl
|
|
|
|
* inner CID cylinder ID = 1 total, 1/cam
|
|
|
|
*/
|
2021-11-16 01:15:29 -08:00
|
|
|
void setHondaAccordConfiguration1_24();
|