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
|
2020-01-13 18:57:43 -08:00
|
|
|
* @author Andrey Belomutskiy, (c) 2012-2020
|
2015-12-27 12:02:51 -08:00
|
|
|
*/
|
|
|
|
|
2020-04-01 16:00:56 -07:00
|
|
|
#pragma once
|
2015-12-27 12:02:51 -08:00
|
|
|
|
2019-01-01 11:05:11 -08:00
|
|
|
#include "trigger_structure.h"
|
2015-12-27 12:02:51 -08:00
|
|
|
|
2019-12-07 22:09:39 -08:00
|
|
|
void initializeRoverK(TriggerWaveform *s);
|