crusty dead things

This commit is contained in:
Matthew Kennedy 2023-02-28 02:29:46 -08:00
parent b6e3f105df
commit 4de3c86749
5 changed files with 0 additions and 50 deletions

View File

@ -510,10 +510,6 @@ void initHardware() {
initAccelerometer();
#endif
#if EFI_BOSCH_YAW
initBoschYawRateSensor();
#endif /* EFI_BOSCH_YAW */
#if EFI_AUX_SERIAL
initAuxSerial();
#endif /* EFI_AUX_SERIAL */

View File

@ -3,7 +3,6 @@ HW_SENSORS_DIR=$(PROJECT_DIR)/hw_layer/sensors
HW_SENSORS_INC=$(HW_SENSORS_DIR)
HW_SENSORS_CPP = \
$(HW_SENSORS_DIR)/yaw_rate_sensor.cpp \
$(HW_SENSORS_DIR)/accelerometer.cpp \
$(HW_SENSORS_DIR)/lps25.cpp \
$(HW_SENSORS_DIR)/max31855.cpp \

View File

@ -1,31 +0,0 @@
/*
* yaw_rate_sensor.cpp
*
* bosch Yaw Rate Sensor YRS 3
*
* https://github.com/rusefi/rusefi/files/2476705/Yaw_Rate_Sensor_YRS_3_Datasheet_51_en_2778925323.pdf
* http://www.bosch-motorsport.de/media/msd/downloads/archiv/sensoren/Yaw_Rate_Sensor_YRS_3_Datasheet_51_en_2778925323.pdf
*
* 0 265 005 693 2007-2013 INFINITI G37
* BLACK or GREY GND
* GREEN +12
* LT BLU BUS-H
* YEL BUS-L
*
*
* @date Oct 16, 2018
* @author Andrey Belomutskiy, (c) 2012-2020
*/
#include "yaw_rate_sensor.h"
#if EFI_BOSCH_YAW
void initBoschYawRateSensor() {
}
#endif /* EFI_BOSCH_YAW */

View File

@ -1,12 +0,0 @@
/*
* @file yaw_rate_sensor.h
*
* @date Oct 16, 2018
* @author Andrey Belomutskiy, (c) 2012-2020
*/
#pragma once
#include "global.h"
void initBoschYawRateSensor();

View File

@ -32,8 +32,6 @@
#define EFI_CANBUS_SLAVE FALSE
#define EFI_BOSCH_YAW FALSE
#define EFI_AUX_SERIAL FALSE
#define EFI_CLOCK_LOCKS FALSE