Updated Lua Scripting (markdown)
This commit is contained in:
parent
783432ae98
commit
c5ee8e1d0c
|
@ -47,6 +47,10 @@ For example ``getOutput("clutchUpState")`` ``getOutput("brakePedalState")``
|
||||||
|
|
||||||
See https://github.com/rusefi/rusefi/blob/master/firmware/controllers/lua/generated/output_lookup_generated.cpp for output names.
|
See https://github.com/rusefi/rusefi/blob/master/firmware/controllers/lua/generated/output_lookup_generated.cpp for output names.
|
||||||
|
|
||||||
|
### `setClutchUpState(value)
|
||||||
|
|
||||||
|
### `setBrakePedalState(value)`
|
||||||
|
|
||||||
### `getCalibration(name)`
|
### `getCalibration(name)`
|
||||||
|
|
||||||
Gets current calibration value for specified scalar setting. For example ``getCalibration("cranking.rpm")``
|
Gets current calibration value for specified scalar setting. For example ``getCalibration("cranking.rpm")``
|
||||||
|
|
Loading…
Reference in New Issue