2018-08-25 17:05:17 -07:00
|
|
|
/*
|
|
|
|
* @file trigger_vw.h
|
|
|
|
*
|
|
|
|
* @date Aug 25, 2018
|
2020-01-13 18:57:43 -08:00
|
|
|
* @author Andrey Belomutskiy, (c) 2012-2020
|
2018-08-25 17:05:17 -07:00
|
|
|
*/
|
|
|
|
|
2020-01-12 23:30:49 -08:00
|
|
|
#pragma once
|
2018-08-25 17:05:17 -07:00
|
|
|
|
2019-01-01 11:05:11 -08:00
|
|
|
#include "trigger_structure.h"
|
2018-08-25 17:05:17 -07:00
|
|
|
|
2019-12-07 22:09:39 -08:00
|
|
|
void setVwConfiguration(TriggerWaveform *s);
|
2021-02-06 17:12:58 -08:00
|
|
|
/**
|
|
|
|
* I know Skoda was not owned by VAG back than but that's OK
|
|
|
|
*/
|
|
|
|
void setSkodaFavorit(TriggerWaveform *s);
|