2015-07-10 06:01:56 -07:00
|
|
|
/*
|
|
|
|
* @file GY6_139QMB.h
|
|
|
|
*
|
2019-10-07 18:23:38 -07:00
|
|
|
* @date 13 Feb 2014
|
2015-07-10 06:01:56 -07:00
|
|
|
* @author rus084
|
2019-10-07 18:23:38 -07:00
|
|
|
* @author Andrey Belomutskiy, (c) 2012-2019
|
2015-07-10 06:01:56 -07:00
|
|
|
*/
|
|
|
|
|
|
|
|
#ifndef GY6_139QMB_H_
|
|
|
|
#define GY6_139QMB_H_
|
|
|
|
|
2019-05-03 15:41:43 -07:00
|
|
|
#include "engine_configuration.h"
|
2015-07-10 06:01:56 -07:00
|
|
|
|
2019-05-03 15:41:43 -07:00
|
|
|
void setGy6139qmbDefaultEngineConfiguration(DECLARE_CONFIG_PARAMETER_SIGNATURE);
|
2015-07-10 06:01:56 -07:00
|
|
|
|
|
|
|
#endif /* GY6_139QMB_H_ */
|