/** * @file custom_engine.h * * @date Jan 18, 2015 * @author Andrey Belomutskiy, (c) 2012-2017 */ #ifndef CONFIG_ENGINES_CUSTOM_ENGINE_H_ #define CONFIG_ENGINES_CUSTOM_ENGINE_H_ #include "engine.h" void setCustomEngineConfiguration(DECLARE_ENGINE_PARAMETER_SIGNATURE); void setFrankenso_01_LCD(board_configuration_s *boardConfiguration); void disableLCD(board_configuration_s *boardConfiguration); void runSchedulingPrecisionTestIfNeeded(void); void setMinimalPinsEngineConfiguration(DECLARE_ENGINE_PARAMETER_SIGNATURE); void setFrankensoBoardTestConfiguration(DECLARE_ENGINE_PARAMETER_SIGNATURE); void setEtbTestConfiguration(DECLARE_ENGINE_PARAMETER_SIGNATURE); void setTle8888TestConfiguration(DECLARE_ENGINE_PARAMETER_SIGNATURE); #endif /* CONFIG_ENGINES_CUSTOM_ENGINE_H_ */