Updated Lua Scripting (markdown)
This commit is contained in:
parent
f4aab7f804
commit
e3b9cc610d
|
@ -289,6 +289,18 @@ function onTick()
|
|||
end
|
||||
```
|
||||
|
||||
# table
|
||||
|
||||
```
|
||||
tableIndex = findTableIndex("duty")
|
||||
|
||||
TurbochargerSpeed = getSensor("TurbochargerSpeed")
|
||||
tps = getSenor("Tps1")
|
||||
|
||||
dutyCycle = table3d(tableIndex, TurbochargerSpeed, tps)
|
||||
|
||||
```
|
||||
|
||||
|
||||
## See also
|
||||
|
||||
|
|
Loading…
Reference in New Issue