FSIO progress

This commit is contained in:
rusefi 2020-04-18 21:04:46 -04:00
parent 3fef977068
commit 9c3213f921
1 changed files with 15 additions and 0 deletions

15
FSIO.md
View File

@ -1,3 +1,18 @@
![img](overview/FSIO/FSIO_for_idle_target.png)
rusEfi console now has build-in decoder of RPN form, for example:
```decode_rpn "0 fsio_analog_input 20 > 0 10 if"```
Would return "Human form is "if((fsio_analog_input(0) > 20), 0, 10)"
"
and
```decode_rpn "0 fsio_input 20 > 0 10 if"```
Would show a filing to parse message with a list of some known functions.
See [legacy wiki](https://rusefi.com/wiki/index.php?title=Manual:Flexible_Logic)