Skip to content

Commit

Permalink
https://github.com/rusefi/rusefi/issues/5795
Browse files Browse the repository at this point in the history
  • Loading branch information
rusefillc committed Dec 14, 2023
1 parent 23746a2 commit eaebd77
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions Lua-Scripting.md
Original file line number Diff line number Diff line change
Expand Up @@ -438,6 +438,16 @@ Set the duty cycle of the specified PWM channel.
- Returns
- none

#### `setLuaGauge(index, value)`

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.
- `value`: Desired gauge value.
- Returns
- none

## Misc console commands

``luamemory``
Expand Down

0 comments on commit eaebd77

Please sign in to comment.