This website requires JavaScript.
Explore
Help
Sign In
andreika-git
/
rusefi
mirror of
https://github.com/andreika-git/rusefi.git
Watch
1
Star
0
Fork
You've already forked rusefi
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
e34d38bcc2
rusefi
/
firmware
/
controllers
/
sensors
/
vr_pwm.h
6 lines
101 B
C
Raw
Normal View
History
Unescape
Escape
discrete VR threshold control (#3061) * vr pwm * rename * scaling and ui * hellen pin * s * math * ooh, pch * happy test * not magic
2021-07-28 04:44:44 -07:00
#
pragma once
Fan not be able to be set because in use at VR PWM fix #5565 only:reducing confusion
2023-09-16 08:03:14 -07:00
void
initVrThresholdPwm
(
)
;
void
updateVrThresholdPwm
(
)
;
default VR curve is needed not just by hellen, we have Proteus adapters with it now!
2022-05-17 14:54:11 -07:00
void
setDefaultVrThresholds
(
)
;