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

18 lines
419 B
C
Raw Normal View History

2021-07-02 11:56:12 -07:00
/*
* @file nissan_vq.h
*
* Created on: Jul 2, 2021
* @author Andrey Belomutskiy, (c) 2012-2021
*/
#pragma once
#include "engine_configuration.h"
#define NISSAN_VQ_VVT_OFFSET -610
#define NISSAN_VQ_CAM_OFFSET -360
void setHellen121nissanVQ(DECLARE_CONFIG_PARAMETER_SIGNATURE);
void setHellen121nissanQR(DECLARE_CONFIG_PARAMETER_SIGNATURE);
2021-08-16 07:56:31 -07:00
void setHellen121nissanAltimaN16(DECLARE_CONFIG_PARAMETER_SIGNATURE);