rusefi-1/firmware/hw_layer/trigger_input.h

18 lines
331 B
C
Raw Normal View History

2015-07-10 06:01:56 -07:00
/**
* @file trigger_input.h
* @brief Position sensor hardware layer
*
* @date Dec 30, 2012
2017-01-03 03:05:22 -08:00
* @author Andrey Belomutskiy, (c) 2012-2017
2015-07-10 06:01:56 -07:00
*/
#ifndef CRANK_INPUT_H_
#define CRANK_INPUT_H_
#include "engine.h"
void turnOnTriggerInputPins(Logging *sharedLogger);
void applyNewTriggerInputPins(void);
#endif /* CRANK_INPUT_H_ */