proteus adapters
This commit is contained in:
parent
0f1a640258
commit
8778c1467b
|
@ -0,0 +1,13 @@
|
||||||
|
/*
|
||||||
|
* bmw_n73.cpp
|
||||||
|
*
|
||||||
|
* @date Oct 2, 2021
|
||||||
|
* @author Andrey Belomutskiy, (c) 2012-2021
|
||||||
|
*/
|
||||||
|
|
||||||
|
#include "bmw_n73.h"
|
||||||
|
|
||||||
|
void setEngineProteusBMW_N73_GDI(DECLARE_CONFIG_PARAMETER_SIGNATURE) {
|
||||||
|
|
||||||
|
}
|
||||||
|
|
|
@ -0,0 +1,12 @@
|
||||||
|
/*
|
||||||
|
* bmw_n73.h
|
||||||
|
*
|
||||||
|
* @date Oct 2, 2021
|
||||||
|
* @author Andrey Belomutskiy, (c) 2012-2021
|
||||||
|
*/
|
||||||
|
|
||||||
|
#pragma once
|
||||||
|
|
||||||
|
#include "engine_configuration.h"
|
||||||
|
|
||||||
|
void setEngineProteusBMW_N73_GDI(DECLARE_CONFIG_PARAMETER_SIGNATURE);
|
|
@ -0,0 +1,12 @@
|
||||||
|
/*
|
||||||
|
* honda_k_dbc.cpp
|
||||||
|
*
|
||||||
|
* @date Oct 2, 2021
|
||||||
|
* @author Andrey Belomutskiy, (c) 2012-2021
|
||||||
|
*/
|
||||||
|
|
||||||
|
#include "honda_k_dbc.h"
|
||||||
|
|
||||||
|
void setProteusHondaElement2003(DECLARE_CONFIG_PARAMETER_SIGNATURE) {
|
||||||
|
|
||||||
|
}
|
|
@ -0,0 +1,12 @@
|
||||||
|
/*
|
||||||
|
* honda_k_dbc.h
|
||||||
|
*
|
||||||
|
* @date Oct 2, 2021
|
||||||
|
* @author Andrey Belomutskiy, (c) 2012-2021
|
||||||
|
*/
|
||||||
|
|
||||||
|
#pragma once
|
||||||
|
|
||||||
|
#include "engine_configuration.h"
|
||||||
|
|
||||||
|
void setProteusHondaElement2003(DECLARE_CONFIG_PARAMETER_SIGNATURE);
|
Loading…
Reference in New Issue