Skip to content

Commit 5c5fe87

Browse files
sebromerodpgeorge
authored andcommitted
nrf/boards: Add named pins for Arduino Nano 33 BLE.
Signed-off-by: Sebastian Romero <[email protected]>
1 parent 27c0992 commit 5c5fe87

File tree

1 file changed

+32
-0
lines changed
  • ports/nrf/boards/ARDUINO_NANO_33_BLE_SENSE

1 file changed

+32
-0
lines changed

ports/nrf/boards/ARDUINO_NANO_33_BLE_SENSE/pins.csv

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,5 +46,37 @@ P44,P44
4646
P45,P45
4747
P46,P46
4848
P47,P47
49+
50+
# Arduino Digital Pins
51+
D2,P43
52+
D3,P44
53+
D4,P47
54+
D5,P45
55+
D6,P46
56+
D7,P23
57+
D8,P21
58+
D9,P27
59+
D10,P34
60+
D11,P33
61+
D12,P40
62+
D13,P13
63+
64+
# Arduino Analog Pins
65+
A0,P4
66+
A1,P5
67+
A2,P30
68+
A3,P29
69+
A4,P31
70+
A5,P2
71+
A6,P28
72+
A7,P3
73+
74+
LEDR,P24
75+
LEDG,P16
76+
LEDB,P6
77+
LED_BUILTIN,P13
78+
LED_PWR,P41
79+
TX,P35
80+
RX,P42
4981
I2C_SCL,P2
5082
I2C_SDA,P31

0 commit comments

Comments
 (0)