fome-fw/firmware/config/engines/rover_v8.h

17 lines
379 B
C
Raw Normal View History

2014-08-29 07:52:33 -07:00
/**
* @file rover_v8.h
*
* @date Jun 27, 2014
* @author Andrey Belomutskiy, (c) 2012-2014
*/
#ifndef ROVER_V8_H_
#define ROVER_V8_H_
#include "engine_configuration.h"
2014-12-06 08:03:50 -08:00
void setFrankenstein_01_LCD(board_configuration_s *boardConfiguration);
2014-08-29 07:52:33 -07:00
void setRoverv8(engine_configuration_s *engineConfiguration,
board_configuration_s *boardConfiguration);
#endif /* ROVER_V8_H_ */