fome-fw/firmware/controllers/algo/aux_pid.h

18 lines
322 B
C
Raw Normal View History

2016-06-26 10:02:23 -07:00
/*
* @file aux_pid.h
*
* @date Jun 26, 2016
2017-01-03 03:05:22 -08:00
* @author Andrey Belomutskiy, (c) 2012-2017
2016-06-26 10:02:23 -07:00
*/
#ifndef CONTROLLERS_ALGO_AUX_PID_H_
#define CONTROLLERS_ALGO_AUX_PID_H_
#include "engine.h"
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
#endif /* CONTROLLERS_ALGO_AUX_PID_H_ */