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

13 lines
274 B
C
Raw Normal View History

2015-07-10 06:01:56 -07:00
/**
* @file rover_v8.h
*
* @date Jun 27, 2014
2020-01-13 18:57:43 -08:00
* @author Andrey Belomutskiy, (c) 2012-2020
2015-07-10 06:01:56 -07:00
*/
2020-04-01 16:00:56 -07:00
#pragma once
#include "engine_configuration.h"
2015-07-10 06:01:56 -07:00
void setFrankenstein_01_LCD(engine_configuration_s *engineConfiguration);
void setRoverv8(DECLARE_CONFIG_PARAMETER_SIGNATURE);