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);
|
|
|
|
|
|
|
|
#endif /* CONTROLLERS_ALGO_AUX_PID_H_ */
|