Skip to content

Commit

Permalink
NCD-709: Reword IO expander card, change to slide switch
Browse files Browse the repository at this point in the history
  • Loading branch information
cybic committed Feb 8, 2024
1 parent cb65d6a commit 81cbc1c
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions src/common/boards/nrf_PCA10153_0.9.1_9161.json
Original file line number Diff line number Diff line change
Expand Up @@ -80,13 +80,14 @@
}
},
{
"type": "switch",
"type": "slide",
"id": "io-expander",
"title": "IO Expander",
"label": "Enable or disable the I²C IO expander module that can control the LEDs and buttons on the DK using other interface than GPIOs if the pins are needed for other use cases.",
"title": "LED and button connection",
"label": "Connect directly using GPIO pins or through I²C using the IO Expander module. Using IO Expander frees up LED and button GPIO pins on nRF9161.",
"enable": {
"pin": 45
}
},
"alternatives": ["GPIO", "IO Expander"]
},
{
"type": "switch",
Expand Down

0 comments on commit 81cbc1c

Please sign in to comment.