Updated Lua Scripting (markdown)

This commit is contained in:
rusefillc 2021-07-16 17:13:19 -04:00
parent 9267840788
commit a4bf2d35bb
1 changed files with 4 additions and 0 deletions

View File

@ -1,5 +1,9 @@
# Basics
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))
## Conventions
- The Lua interpreter will trigger an error if there is a mistake in the program, check the rusEFI console to see errors and script output.