2015-12-27 12:02:51 -08:00
|
|
|
/*
|
|
|
|
* @file trigger_rover.h
|
|
|
|
*
|
|
|
|
* @date Dec 27, 2015
|
2015-12-31 13:02:30 -08:00
|
|
|
* @author PhilTheGeek
|
2017-01-03 03:05:22 -08:00
|
|
|
* @author Andrey Belomutskiy, (c) 2012-2017
|
2015-12-27 12:02:51 -08:00
|
|
|
*/
|
|
|
|
|
|
|
|
#ifndef CONTROLLERS_TRIGGER_TRIGGER_ROVER_H_
|
|
|
|
#define CONTROLLERS_TRIGGER_TRIGGER_ROVER_H_
|
|
|
|
|
|
|
|
#include "trigger_structure.h"
|
|
|
|
|
2017-05-15 20:33:22 -07:00
|
|
|
void initializeRoverK(TriggerShape *s DECLARE_ENGINE_PARAMETER_SUFFIX);
|
2015-12-27 12:02:51 -08:00
|
|
|
|
|
|
|
#endif /* CONTROLLERS_TRIGGER_TRIGGER_ROVER_H_ */
|