Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

NCD-709: Reword IO expander card, change to slide switch #40

Merged
merged 2 commits into from
Feb 8, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions Changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,10 @@ EXPERIMENTAL RELEASE

- Support reading configuration from board controller

### Changed

- Improved texts

## 0.1.3 - 2024-01-31

EXPERIMENTAL RELEASE
Expand Down
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