2017-11-25 22:17:37 -08:00
|
|
|
/*
|
2019-11-23 19:55:21 -08:00
|
|
|
* @file aux_valves.h
|
2017-11-25 22:17:37 -08:00
|
|
|
*
|
|
|
|
* @date Nov 25, 2017
|
2020-01-07 21:02:40 -08:00
|
|
|
* @author Andrey Belomutskiy, (c) 2012-2020
|
2017-11-25 22:17:37 -08:00
|
|
|
*/
|
|
|
|
|
2019-11-23 19:55:21 -08:00
|
|
|
#pragma once
|
2017-11-25 22:17:37 -08:00
|
|
|
|
2021-04-21 11:28:48 -07:00
|
|
|
void initAuxValves(DECLARE_ENGINE_PARAMETER_SIGNATURE);
|
2020-10-17 15:45:08 -07:00
|
|
|
void recalculateAuxValveTiming(DECLARE_ENGINE_PARAMETER_SIGNATURE);
|
2020-11-05 15:10:44 -08:00
|
|
|
void auxPlainPinTurnOn(AuxActor *current);
|