Updated Lua Scripting (markdown)

This commit is contained in:
rusefillc 2022-06-29 22:12:04 -04:00
parent ae8e2f48da
commit c984dd6db9
1 changed files with 4 additions and 0 deletions

View File

@ -290,6 +290,10 @@ Set the duty cycle of the specified PWM channel.
## Examples
# BMW iDrive
See https://github.com/rusefi/rusefi/blob/master/firmware/controllers/lua/examples/bmw-idrive.txt
# timer
```
t = Timer.new();