Updated Lua Scripting (markdown)

This commit is contained in:
rusefillc 2024-02-18 20:48:22 -05:00
parent a03fd96ae8
commit 1e1c1f6470
1 changed files with 1 additions and 1 deletions

View File

@ -471,7 +471,7 @@ Set the duty cycle of the specified PWM channel.
In an ideal world one would be using Sensor.new("LuaGauge1") but looks like that's not the way at the moment :(
- Parameters
- `index`: The index of the Lua gauge to set.
- `index`: The index of the Lua gauge to set. Valid indices are '1' and '2'.
- `value`: Desired gauge value.
- Returns
- none