13 lines
190 B
C
13 lines
190 B
C
|
/*
|
||
|
* trigger_suzuki.h
|
||
|
*
|
||
|
* @date Oct 4, 2021
|
||
|
* @author Andrey Belomutskiy, (c) 2012-2021
|
||
|
*/
|
||
|
|
||
|
#pragma once
|
||
|
|
||
|
#include "trigger_structure.h"
|
||
|
|
||
|
void initializeSuzukiG13B(TriggerWaveform *s);
|