From 8f9864c999840a4d3cca292e6599575366366ef4 Mon Sep 17 00:00:00 2001 From: "Pawel Spychalski (DzikuVx)" Date: Sun, 5 May 2024 19:30:42 +0200 Subject: [PATCH] Ability to read from IO expander --- js/fc.js | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/js/fc.js b/js/fc.js index 8c3215a9c..0c996a40d 100644 --- a/js/fc.js +++ b/js/fc.js @@ -1088,7 +1088,7 @@ var FC = { }, 21: { name: "Set IO Port", - operandType: "Set Flight Parameter", + operandType: "IO Expander", hasOperand: [true, true], output: "none" }, @@ -1279,6 +1279,12 @@ var FC = { hasOperand: [false, false], output: "boolean" }, + 55: { + name: "Read IO Port", + operandType: "IO Expander", + hasOperand: [true, false], + output: "boolean" + } } }, getOperandTypes: function () {