From 9c3213f9217a7e38795054a80970c6121e66d3ce Mon Sep 17 00:00:00 2001 From: rusefi Date: Sat, 18 Apr 2020 21:04:46 -0400 Subject: [PATCH] FSIO progress --- FSIO.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/FSIO.md b/FSIO.md index ea6e5c52..67fc06e5 100644 --- a/FSIO.md +++ b/FSIO.md @@ -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) \ No newline at end of file