mirror of
https://github.com/iNavFlight/inav-configurator.git
synced 2025-07-24 00:35:20 +03:00
Support for I2C IO Expander board
This commit is contained in:
parent
a711632fd2
commit
edb7648eee
2 changed files with 9 additions and 4 deletions
5
js/fc.js
5
js/fc.js
|
@ -1125,6 +1125,11 @@ var FC = {
|
|||
name: "GVAR DEC",
|
||||
hasOperand: [true, true],
|
||||
output: "none"
|
||||
},
|
||||
128: {
|
||||
name: "IO SET",
|
||||
hasOperand: [true, true],
|
||||
output: "none"
|
||||
}
|
||||
}
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue