rusefi-1/firmware/controllers/actuators/aux_pid.h

16 lines
222 B
C
Raw Normal View History

2016-06-26 10:02:23 -07:00
/*
* @file aux_pid.h
*
* @date Jun 26, 2016
2020-01-07 21:02:40 -08:00
* @author Andrey Belomutskiy, (c) 2012-2020
2016-06-26 10:02:23 -07:00
*/
2020-03-23 19:31:24 -07:00
#pragma once
2016-06-26 10:02:23 -07:00
#include "global.h"
2016-06-26 10:02:23 -07:00
void initAuxPid(Logging *sharedLogger);
2017-05-02 15:05:29 -07:00
void startAuxPins(void);
void stopAuxPins(void);
2016-06-26 10:02:23 -07:00