merge rusEFI wiki

This commit is contained in:
GitHub Action 2022-10-28 23:52:18 +00:00
commit 9bb63e4cdb
1 changed files with 4 additions and 0 deletions

View File

@ -313,6 +313,10 @@ Reads physical value of arbitrary MCU pin
## Output ## Output
### `selfStimulateRPM(rpm)`
Positive value would start clicking injectors at specified RPM, zero value would stop self-stimulation.
### `startPwm(index, frequency, duty)` ### `startPwm(index, frequency, duty)`
Initializes PWM on the specified index, starting at the specified frequency and duty cycle. The index selects which config field pin to use, see "Lua PWM Outputs" page in TunerStudio. Initializes PWM on the specified index, starting at the specified frequency and duty cycle. The index selects which config field pin to use, see "Lua PWM Outputs" page in TunerStudio.