only:docs

This commit is contained in:
rusefillc 2023-10-09 13:13:59 -04:00
parent 610572ce35
commit c9f166826a
2 changed files with 3 additions and 0 deletions

View File

@ -23,6 +23,7 @@ void setGmLs4() {
engineConfiguration->tChargeAirIncrLimit = 5;
engineConfiguration->tChargeAirDecrLimit = 15;
// see https://github.com/rusefi/rusefi_documentation/tree/master/OEM-Docs/GM/Tahoe-2011
strncpy(config->luaScript, R"(
function getBitRange(data, bitIndex, bitWidth)

View File

@ -1,3 +1,5 @@
https://github.com/rusefi/rusefi/wiki/Lua-Scripting
VAG CAN producer see https://github.com/rusefi/rusefi/blob/master/firmware/config/engines/vw_b6.lua
GM CAN producer see https://github.com/rusefi/rusefi/blob/master/firmware/config/engines/gm_ls_4.cpp