proteus adapters

This commit is contained in:
rusefillc 2021-10-02 13:25:40 -04:00
parent 0511d02c45
commit a8058a6ea4
4 changed files with 49 additions and 0 deletions

View File

@ -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) {
}

View File

@ -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);

View File

@ -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) {
}

View File

@ -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);