rusEFI
The most advanced open source ECU
Loading...
Searching...
No Matches
yaw_rate_sensor.cpp
Go to the documentation of this file.
1/*
2 * yaw_rate_sensor.cpp
3 *
4 * bosch Yaw Rate Sensor YRS 3
5 *
6 * https://github.com/rusefi/rusefi/files/2476705/Yaw_Rate_Sensor_YRS_3_Datasheet_51_en_2778925323.pdf
7 * http://www.bosch-motorsport.de/media/msd/downloads/archiv/sensoren/Yaw_Rate_Sensor_YRS_3_Datasheet_51_en_2778925323.pdf
8 *
9 * 0 265 005 693 2007-2013 INFINITI G37
10 * BLACK or GREY GND
11 * GREEN +12
12 * LT BLU BUS-H
13 * YEL BUS-L
14 *
15 *
16 * @date Oct 16, 2018
17 * @author Andrey Belomutskiy, (c) 2012-2020
18 */
19
20#include "yaw_rate_sensor.h"
21
22#if EFI_BOSCH_YAW
23
25
26}
27
28#endif /* EFI_BOSCH_YAW */
29
30
31
void initBoschYawRateSensor()