fome-fw/firmware/hw_layer/trigger_input.h

18 lines
367 B
C
Raw Normal View History

2014-08-29 07:52:33 -07:00
/**
* @file trigger_input.h
* @brief Position sensor hardware layer
*
* @date Dec 30, 2012
2015-01-12 15:04:10 -08:00
* @author Andrey Belomutskiy, (c) 2012-2015
2014-08-29 07:52:33 -07:00
*/
#ifndef CRANK_INPUT_H_
#define CRANK_INPUT_H_
2015-04-07 21:04:53 -07:00
#include "engine.h"
void turnOnTriggerInputPins(Logging *sharedLogger);
void applyNewTriggerInputPins(engine_configuration_s *oldConfiguration);
2014-08-29 07:52:33 -07:00
#endif /* CRANK_INPUT_H_ */