Updated Lua Scripting (markdown)

This commit is contained in:
rusefillc 2021-10-21 15:16:40 -04:00
parent da9634631c
commit bcf91c9057
1 changed files with 1 additions and 0 deletions

View File

@ -3,6 +3,7 @@
A proper ECU has to offer users as much flexibility as possible, meaning a completely user-defined control strategy for both primary and auxiliary actuators. For many years rusEFI had FSIO to do just that.
As of 2021, rusEFI is replacing FSIO with a popular open source [Lua scripting engine](https://en.wikipedia.org/wiki/Lua_(programming_language))
We use Lua https://www.lua.org/ version 5.4.3
## Conventions