Updated Lua Scripting (markdown)
This commit is contained in:
parent
952cfd4b0d
commit
4ca0574477
|
@ -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()
|
||||
|
|
Loading…
Reference in New Issue