rusefi-1/firmware/hw_layer/trigger_input.h

15 lines
277 B
C

/**
* @file trigger_input.h
* @brief Position sensor hardware layer
*
* @date Dec 30, 2012
* @author Andrey Belomutskiy, (c) 2012-2014
*/
#ifndef CRANK_INPUT_H_
#define CRANK_INPUT_H_
void initShaftPositionInputCapture(void);
#endif /* CRANK_INPUT_H_ */