2017-09-14 04:58:58 -07:00
|
|
|
/*
|
2017-09-14 18:00:28 -07:00
|
|
|
* @file test_pid_auto.h
|
2017-09-14 04:58:58 -07:00
|
|
|
*
|
|
|
|
* Created on: Sep 14, 2017
|
|
|
|
* @author Andrey Belomutskiy, (c) 2012-2017
|
|
|
|
*/
|
|
|
|
|
|
|
|
#ifndef TEST_PID_AUTO_H_
|
|
|
|
#define TEST_PID_AUTO_H_
|
|
|
|
|
2017-09-14 18:00:28 -07:00
|
|
|
void testPidAutoZigZag();
|
2017-09-14 04:58:58 -07:00
|
|
|
|
|
|
|
#endif /* TEST_PID_AUTO_H_ */
|