rusEFI
The most advanced open source ECU
Loading...
Searching...
No Matches
shift_torque_reduction_controller.h
Go to the documentation of this file.
1//
2// Created by kifir on 9/27/24.
3//
4
5#pragma once
6
8
10public:
11 void update();
12
13 float getSparkSkipRatio() const;
14
16
17private:
19 void updateTriggerPinState(switch_input_pin_e pin, pin_input_mode_e mode, bool invalidPinState);
20
24
26};
pin_input_mode_e
brain_pin_e pin
Definition stm32_adc.cpp:15