17 lines
309 B
C
17 lines
309 B
C
/*
|
|
* @file GY6_139QMB.h
|
|
*
|
|
* @date 13 feb 2014 y.
|
|
* @author rus084
|
|
* @author Andrey Belomutskiy, (c) 2012-2017
|
|
*/
|
|
|
|
#ifndef GY6_139QMB_H_
|
|
#define GY6_139QMB_H_
|
|
|
|
#include "engine_configuration.h"
|
|
|
|
void setGy6139qmbDefaultEngineConfiguration(DECLARE_CONFIG_PARAMETER_SIGNATURE);
|
|
|
|
#endif /* GY6_139QMB_H_ */
|