16 lines
303 B
C
16 lines
303 B
C
|
/**
|
||
|
* @file rover_v8.h
|
||
|
*
|
||
|
* @date Jun 27, 2014
|
||
|
* @author Andrey Belomutskiy, (c) 2012-2015
|
||
|
*/
|
||
|
#ifndef ROVER_V8_H_
|
||
|
#define ROVER_V8_H_
|
||
|
|
||
|
#include "engine.h"
|
||
|
|
||
|
void setFrankenstein_01_LCD(board_configuration_s *boardConfiguration);
|
||
|
void setRoverv8(DECLARE_ENGINE_PARAMETER_F);
|
||
|
|
||
|
#endif /* ROVER_V8_H_ */
|