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
9f196769ad
rusefi
/
firmware
/
controllers
/
actuators
/
gppwm
/
gppwm.h
6 lines
53 B
C
Raw
Normal View
History
Unescape
Escape
General purpose PWM: implementation & tests (#1366) * config * significant digits * renumber enum, no need for a "none" * ui * impl base * error handle MAP * init & update * don't need arg * don't lie about sensor * fix test build * test stub * initialize * null check * fix clamping * test output * types & enums * don't need param * test getOutput * fix * output pin instead of brain pin * default config
2020-04-26 11:06:28 -07:00
#
pragma once
remove engine pointer passing (#3556) * some * more * more * the last?!
2021-11-16 01:15:29 -08:00
void
initGpPwm
(
)
;
General purpose PWM: implementation & tests (#1366) * config * significant digits * renumber enum, no need for a "none" * ui * impl base * error handle MAP * init & update * don't need arg * don't lie about sensor * fix test build * test stub * initialize * null check * fix clamping * test output * types & enums * don't need param * test getOutput * fix * output pin instead of brain pin * default config
2020-04-26 11:06:28 -07:00
void
updateGppwm
(
)
;