This website requires JavaScript.
Explore
Help
Sign In
rusefi
/
custom-board-bundle-sample-fork-of-rusefi
mirror of
https://github.com/rusefi/custom-board-bundle-sample-fork-of-rusefi.git
Watch
1
Star
0
Fork
You've already forked custom-board-bundle-sample-fork-of-rusefi
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
50bb3aff97
custom-board-bundle-sample-...
/
firmware
/
controllers
/
sensors
/
vr_pwm.h
6 lines
83 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
remove engine pointer passing (#3556) * some * more * more * the last?!
2021-11-16 01:15:29 -08:00
void
initVrPwm
(
)
;
void
updateVrPwm
(
)
;
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
(
)
;