commit | b0d509bc0dd2104cd69250b5798b833e9104f919 | [log] [tgz] |
---|---|---|
author | Peter Bigot <peter.bigot@nordicsemi.no> | Thu May 21 11:55:14 2020 -0500 |
committer | Carles CufĂ <carles.cufi@nordicsemi.no> | Thu May 21 22:30:25 2020 +0200 |
tree | df2adeb643d3255d768be8fd6cf48fa6bf5c8302 | |
parent | 2887fbcccf1f09977417a115c3efc2c0fc8b553c [diff] |
boards: arm: nrf5340pdk: fix pin assignments I2C1 used LED pins rather than the ones in the Arduino header position. SPI2 used Arduino D0 for both SCK and MOSI; replace all pins with D11-D13 which are the standard location for SPI on the Arduino header. Signed-off-by: Peter Bigot <peter.bigot@nordicsemi.no>