diff --git a/Lua-Scripting.md b/Lua-Scripting.md index 2c97fc00..6b1b737b 100644 --- a/Lua-Scripting.md +++ b/Lua-Scripting.md @@ -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)