2018-10-16 18:27:05 -07:00
|
|
|
/*
|
2019-12-03 21:22:34 -08:00
|
|
|
* @file yaw_rate_sensor.h
|
2018-10-16 18:27:05 -07:00
|
|
|
*
|
2019-12-03 21:22:34 -08:00
|
|
|
* @date Oct 16, 2018
|
2020-01-07 21:02:40 -08:00
|
|
|
* @author Andrey Belomutskiy, (c) 2012-2020
|
2018-10-16 18:27:05 -07:00
|
|
|
*/
|
|
|
|
|
2019-12-03 21:22:34 -08:00
|
|
|
#pragma once
|
2018-10-16 18:27:05 -07:00
|
|
|
|
|
|
|
#include "global.h"
|
|
|
|
|
|
|
|
void initBoschYawRateSensor();
|