16 lines
321 B
C
16 lines
321 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_ */
|