|
/**
|
|
* @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_ */
|