|
/*
|
|
* @mems mems.h
|
|
*
|
|
* @date Aug 17, 2017
|
|
* @author Andrey Belomutskiy, (c) 2012-2017
|
|
*/
|
|
|
|
#ifndef HW_LAYER_MEMS_H_
|
|
#define HW_LAYER_MEMS_H_
|
|
|
|
#include "main.h"
|
|
#include "engine_configuration.h"
|
|
|
|
void initMemsPins(DECLARE_ENGINE_PARAMETER_SIGNATURE);
|
|
|
|
#endif /* HW_LAYER_MEMS_H_ */
|