Skip to content

Commit 02c6b49

Browse files
committed
Adjusted pin assignment for the BLE Nano board.
1 parent dde65d8 commit 02c6b49

File tree

1 file changed

+8
-9
lines changed
  • libraries/mbed/targets/hal/TARGET_NORDIC/TARGET_MCU_NRF51822/TARGET_RBLAB_BLENANO

1 file changed

+8
-9
lines changed

libraries/mbed/targets/hal/TARGET_NORDIC/TARGET_MCU_NRF51822/TARGET_RBLAB_BLENANO/PinNames.h

Lines changed: 8 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -139,17 +139,16 @@ typedef enum {
139139
I2C_SCL1 = p15,
140140
*/
141141

142-
D0 = p9,
143-
D1 = p11,
144-
D2 = p8,
145-
D3 = p10,
146-
// D4 = p,
147-
D5 = p7,
142+
D0 = p11,
143+
D1 = p9,
144+
D2 = p10,
145+
D3 = p8,
146+
D4 = p28,
147+
D5 = p29,
148148
D6 = p15,
149-
D7 = p29,
150-
149+
D7 = p7,
150+
/*
151151
D8 = p28,
152-
/*
153152
D9 = p18,
154153
D10 = p14,
155154
D11 = p12,

0 commit comments

Comments
 (0)