:orphan: .. title:: BOARD_NRF9160DK_INTERFACE0_ARDUINO .. option:: CONFIG_BOARD_NRF9160DK_INTERFACE0_ARDUINO *Route to Arduino pins* Type: ``bool`` Help ==== Pin 0: nRF9160 P0.17 connects to A3 Pin 1: nRF9160 P0.18 connects to A4 Pin 2: nRF9160 P0.19 connects to A5 Direct dependencies =================== \ :ref:` ` *(Includes any dependencies from ifs and menus.)* Kconfig definition ================== .. highlight:: kconfig At ``boards/arm/nrf9160dk_nrf52840/Kconfig:137`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:27`` → ``boards/Kconfig:57`` Menu path: (Top) → Board Options → Interface pins 0-2 .. parsed-literal:: config BOARD_NRF9160DK_INTERFACE0_ARDUINO bool "Route to Arduino pins" depends on \ :ref:` ` help Pin 0: nRF9160 P0.17 connects to A3 Pin 1: nRF9160 P0.18 connects to A4 Pin 2: nRF9160 P0.19 connects to A5 *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*