Updated Lua Scripting (markdown)

This commit is contained in:
rusefillc 2022-10-28 18:01:11 -04:00
parent 952cfd4b0d
commit 4ca0574477
1 changed files with 1 additions and 0 deletions

View File

@ -414,6 +414,7 @@ end
```
# set sensor value
[A list of sensor names can be found here.](https://github.com/rusefi/rusefi/blob/master/firmware/controllers/sensors/sensor_type.h)
```lua
vssSensor = Sensor.new("VehicleSpeed")
function onTick()