rusefi-1/firmware/controllers/alternatorController.h

16 lines
306 B
C
Raw Normal View History

2014-08-29 07:52:33 -07:00
/**
* @file alternatorController.h
* @brief alternator controller
*
* @date Apr 6, 2014
* @author Dmitry Sidin
* @author Andrey Belomutskiy (c) 2012-2014
*
*/
#ifndef ALTERNATORCONTROLLER_H_
#define ALTERNATORCONTROLLER_H_
void initAlternatorCtrl(void);
#endif /* ALTERNATORCONTROLLER_H_ */