2015-07-10 06:01:56 -07:00
|
|
|
/**
|
|
|
|
* @file trigger_gm.h
|
|
|
|
*
|
|
|
|
* @date Mar 28, 2014
|
2020-01-13 18:57:43 -08:00
|
|
|
* @author Andrey Belomutskiy, (c) 2012-2020
|
2015-07-10 06:01:56 -07:00
|
|
|
*/
|
|
|
|
|
2020-01-12 23:30:49 -08:00
|
|
|
#pragma once
|
2015-07-10 06:01:56 -07:00
|
|
|
|
2022-04-25 17:38:16 -07:00
|
|
|
class TriggerWaveform;
|
2015-07-10 06:01:56 -07:00
|
|
|
|
2021-02-01 20:44:14 -08:00
|
|
|
void configureGm60_2_2_2(TriggerWaveform *s);
|
2019-12-07 22:09:39 -08:00
|
|
|
void configureGmTriggerWaveform(TriggerWaveform *s);
|
|
|
|
void initGmLS24(TriggerWaveform *s);
|