merge rusEFI wiki

This commit is contained in:
GitHub Action 2024-02-12 22:10:26 +00:00
commit 1cf62810a1
1 changed files with 2 additions and 0 deletions

View File

@ -241,6 +241,8 @@ TODO: document parameters, response
### PID
deltaTime is measured automatically between current and previous "pid:get" invocation.
```language=lua
-- p, i, d, min, max
pid = Pid.new(2, 0, 0, -100, 100)