diff options
| author | Michal Hanus <hanus.michal@divelit.cz> | 2024-04-01 13:48:59 +0200 |
|---|---|---|
| committer | Michal Hanus <hanus.michal@divelit.cz> | 2024-04-01 13:48:59 +0200 |
| commit | 1173bd81904c534b4b6d62e3f7e8e1b195b4cc4c (patch) | |
| tree | cfbd42de94e5a187be8520802c0530d110a49edb /nrf9160dk_nrf9160_ns.overlay | |
| parent | b6307ca8180f1090e2c69e081963689a4abd869a (diff) | |
backup
Diffstat (limited to 'nrf9160dk_nrf9160_ns.overlay')
| -rw-r--r-- | nrf9160dk_nrf9160_ns.overlay | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/nrf9160dk_nrf9160_ns.overlay b/nrf9160dk_nrf9160_ns.overlay new file mode 100644 index 0000000..8f6d2f9 --- /dev/null +++ b/nrf9160dk_nrf9160_ns.overlay @@ -0,0 +1,16 @@ +// To get started, press Ctrl+Space to bring up the completion menu and view the available nodes. + +// You can also use the buttons in the sidebar to perform actions on nodes. +// Actions currently available include: + +// * Enabling / disabling the node +// * Adding the bus to a bus +// * Removing the node +// * Connecting ADC channels + +// For more help, browse the DeviceTree documentation at https://docs.zephyrproject.org/latest/guides/dts/index.html +// You can also visit the nRF DeviceTree extension documentation at https://nrfconnect.github.io/vscode-nrf-connect/devicetree/nrfdevicetree.html + +&adc { + status = "ok"; +};
\ No newline at end of file |
