rusefi-1/firmware/controllers/alternatorController.h

16 lines
306 B
C

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