Ability to read from IO expander

pull/2062/head
Pawel Spychalski (DzikuVx) 5 months ago
parent f931341ceb
commit 8f9864c999

@ -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 () {

Loading…
Cancel
Save