fome-fw/firmware/controllers/alternatorController.h

17 lines
342 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
2015-03-02 17:04:34 -08:00
* @author Andrey Belomutskiy, (c) 2012-2015
2014-08-29 07:52:33 -07:00
*
*/
#ifndef ALTERNATORCONTROLLER_H_
#define ALTERNATORCONTROLLER_H_
2015-03-02 20:05:27 -08:00
#include "main.h"
void initAlternatorCtrl(Logging *sharedLogger);
2014-08-29 07:52:33 -07:00
#endif /* ALTERNATORCONTROLLER_H_ */