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-11-16 01:15:29 -08:00
|
|
|
void initAuxValves();
|
|
|
|
void recalculateAuxValveTiming();
|
2020-11-05 15:10:44 -08:00
|
|
|
void auxPlainPinTurnOn(AuxActor *current);
|