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
|
|
|
|
2019-07-05 16:00:44 -07:00
|
|
|
#include "global.h"
|
2016-06-26 10:02:23 -07:00
|
|
|
|
|
|
|
void initAuxPid(Logging *sharedLogger);
|
2020-12-06 16:04:23 -08:00
|
|
|
void startAuxPins();
|
|
|
|
void stopAuxPins();
|
2016-06-26 10:02:23 -07:00
|
|
|
|