2015-07-10 06:01:56 -07:00
|
|
|
/**
|
|
|
|
* @file custom_engine.h
|
|
|
|
*
|
|
|
|
* @date Jan 18, 2015
|
2017-01-03 03:05:22 -08:00
|
|
|
* @author Andrey Belomutskiy, (c) 2012-2017
|
2015-07-10 06:01:56 -07:00
|
|
|
*/
|
|
|
|
#ifndef CONFIG_ENGINES_CUSTOM_ENGINE_H_
|
|
|
|
#define CONFIG_ENGINES_CUSTOM_ENGINE_H_
|
|
|
|
|
|
|
|
#include "engine.h"
|
|
|
|
|
2017-05-15 20:33:22 -07:00
|
|
|
void setCustomEngineConfiguration(DECLARE_ENGINE_PARAMETER_SIGNATURE);
|
2019-01-09 20:38:59 -08:00
|
|
|
void setFrankenso_01_LCD(DECLARE_ENGINE_PARAMETER_SIGNATURE);
|
|
|
|
void disableLCD(DECLARE_ENGINE_PARAMETER_SIGNATURE);
|
2018-01-28 11:03:58 -08:00
|
|
|
void test557init(void);
|
2015-07-10 06:01:56 -07:00
|
|
|
|
2017-05-15 20:33:22 -07:00
|
|
|
void setFrankensoBoardTestConfiguration(DECLARE_ENGINE_PARAMETER_SIGNATURE);
|
2017-02-24 15:55:53 -08:00
|
|
|
|
2015-07-10 06:01:56 -07:00
|
|
|
#endif /* CONFIG_ENGINES_CUSTOM_ENGINE_H_ */
|