◆ deinitAuxSpeedSensors()
void deinitAuxSpeedSensors |
( |
| ) |
|
Definition at line 51 of file init_aux_speed_sensor.cpp.
51 {
55}
static FrequencySensor auxSpeed2(SensorType::AuxSpeed2, MS2NT(500))
static WheelSlipBasedOnAuxSpeedSensor wheelSlipSensor
static FrequencySensor auxSpeed1(SensorType::AuxSpeed1, MS2NT(500))
Referenced by stopSensors().
◆ initAuxSpeedSensors()
void initAuxSpeedSensors |
( |
| ) |
|
Definition at line 41 of file init_aux_speed_sensor.cpp.
41 {
45
48 }
49}
void initIfValid(brain_pin_e pin, SensorConverter &converter, float filterParameter)
static constexpr engine_configuration_s * engineConfiguration
bool useAuxSpeedForSlipRatio
bool useBiQuadOnAuxSpeedSensors
brain_input_pin_e auxSpeedSensorInputPin[AUX_SPEED_SENSOR_COUNT]
Referenced by sensorStartUpOrReconfiguration().
◆ auxSpeed1
◆ auxSpeed2
◆ converter
◆ wheelSlipSensor
WheelSlipBasedOnAuxSpeedSensor wheelSlipSensor |
|
static |
Go to the source code of this file.