fome-fw/firmware/config/engines/honda_accord.h

22 lines
469 B
C
Raw Normal View History

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
#include "engine_configuration.h"
2015-07-10 06:01:56 -07: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
*/
void setHondaAccordConfiguration1_24();