11 lines
175 B
C
11 lines
175 B
C
|
/**
|
||
|
* @file trigger_ford.h
|
||
|
*
|
||
|
* @author Andrey Belomutskiy, (c) rusEFI LLC 2012-2023
|
||
|
*/
|
||
|
|
||
|
#pragma once
|
||
|
|
||
|
class TriggerWaveform;
|
||
|
|
||
|
void configureFordCoyote(TriggerWaveform *s);
|