14 lines
216 B
C
14 lines
216 B
C
|
/*
|
||
|
* @file trigger_renix.h
|
||
|
*
|
||
|
* @date Apr 18, 2020
|
||
|
* @author Andrey Belomutskiy, (c) 2012-2020
|
||
|
*/
|
||
|
|
||
|
#pragma once
|
||
|
|
||
|
#include "trigger_structure.h"
|
||
|
|
||
|
// TT_RENIX_44_2_2
|
||
|
void initializeRenix44_4_4(TriggerWaveform *s);
|