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

17 lines
443 B
C
Raw Normal View History

2015-07-10 06:01:56 -07:00
/**
* @file custom_engine.h
*
* @date Jan 18, 2015
2015-12-31 13:02:30 -08:00
* @author Andrey Belomutskiy, (c) 2012-2016
2015-07-10 06:01:56 -07:00
*/
#ifndef CONFIG_ENGINES_CUSTOM_ENGINE_H_
#define CONFIG_ENGINES_CUSTOM_ENGINE_H_
#include "engine.h"
void setCustomEngineConfiguration(DECLARE_ENGINE_PARAMETER_F);
2016-04-03 16:01:59 -07:00
void setFrankenso_01_LCD(board_configuration_s *boardConfiguration);
void disableLCD(board_configuration_s *boardConfiguration);
2015-07-10 06:01:56 -07:00
#endif /* CONFIG_ENGINES_CUSTOM_ENGINE_H_ */