rusefi-1/firmware/hw_layer/trigger_input.h

25 lines
524 B
C

/**
* @file trigger_input.h
* @brief Position sensor hardware layer
*
* @date Dec 30, 2012
* @author Andrey Belomutskiy, (c) 2012-2020
*/
#ifndef CRANK_INPUT_H_
#define CRANK_INPUT_H_
#include "engine.h"
#include "pin_repository.h"
#include "trigger_structure.h"
#include "trigger_central.h"
#define TRIGGER_SUPPORTED_CHANNELS 2
void turnOnTriggerInputPins(Logging *sharedLogger);
void applyNewTriggerInputPins(void);
void startTriggerInputPins(void);
void stopTriggerInputPins(void);
#endif /* CRANK_INPUT_H_ */