rusefi-1/firmware/hw_layer/sensors/yaw_rate_sensor.h

17 lines
317 B
C
Raw Normal View History

2018-10-16 18:27:05 -07:00
/*
* yaw_rate_sensor.h
*
* Created on: Oct 16, 2018
* @author Andrey Belomutskiy, (c) 2012-2018
*/
#ifndef HW_LAYER_SENSORS_YAW_RATE_SENSOR_H_
#define HW_LAYER_SENSORS_YAW_RATE_SENSOR_H_
#include "global.h"
#include "engine.h"
void initBoschYawRateSensor();
#endif /* HW_LAYER_SENSORS_YAW_RATE_SENSOR_H_ */