@@ -248,28 +248,28 @@ All Arduino® boards have a built-in bootloader which allows flashing the board
248
248
249
249
| Pin | **Function** | **Type** | **Description** |
250
250
|-----|--------------|----------|------------------------------------|
251
- | 1 | LPIO0_EXT | Digital | Low Power IO Pin 0 |
252
- | 2 | NC | N/A | N/A |
253
- | 3 | CS | Digital | SPI Cable Select |
251
+ | 1 | D0/LPIO0 | Digital | Digital IO 0 / Low Power IO Pin 0 |
252
+ | 2 | A2/D18 | Analog | Analog Input 2 / Digital IO 18 |
253
+ | 3 | SS | Digital | SPI Slave Select |
254
254
| 4 | COPI | Digital | SPI Controller Out / Peripheral In |
255
255
| 5 | CIPO | Digital | SPI Controller In / Peripheral Out |
256
- | 6 | SCLK | Digital | SPI Clock |
257
- | 7 | ADC2 | Analog | Analog Input 2 |
258
- | 8 | ADC1 | Analog | Analog Input 1 |
256
+ | 6 | SCK | Digital | SPI Clock |
257
+ | 7 | A1/D17 | Analog | Analog Input 1 / Digital IO 17 |
258
+ | 8 | A0/D16 | Analog | Analog Input 0 / Digital IO 16 |
259
259
260
260
# ## J2 Pin Header
261
261
262
- | Pin | **Function** | **Type** | **Description** |
263
- |-----|--------------|----------|-----------------------|
264
- | 1 | SDA | Digital | I2C Data Line |
265
- | 2 | SCL | Digital | I2C Clock |
266
- | 3 | LPIO1_EXT | Digital | Low Power IO Pin 1 |
267
- | 4 | LPIO2_EXT | Digital | Low Power IO Pin 2 |
268
- | 5 | LPIO3_EXT | Digital | Low Power IO Pin 3 |
269
- | 6 | GND | Power | Ground |
270
- | 7 | VDDIO_EXT | Digital | Logic Level Reference |
271
- | 8 | N/C | N/A | N/A |
272
- | 9 | VIN | Digital | Input Voltage |
262
+ | Pin | **Function** | **Type** | **Description** |
263
+ |-----|--------------------- |----------|--------------------------------------- -----------------------|
264
+ | 1 | SDA | Digital | I2C Data Line |
265
+ | 2 | SCL | Digital | I2C Clock |
266
+ | 3 | D1/LPIO1/UART_TX | Digital | Digital IO 1 / Low Power IO Pin 1 / Serial Transmission Pin |
267
+ | 4 | D2/LPIO2/UART_RX | Digital | Digital IO 2 / Low Power IO Pin 2 / Serial Reception Pin |
268
+ | 5 | D3/LPIO3 | Digital | Digital IO 3 / Low Power IO Pin 3 |
269
+ | 6 | GND | Power | Ground |
270
+ | 7 | VDDIO_EXT | Digital | Logic Level Reference |
271
+ | 8 | N/C | N/A | N/A |
272
+ | 9 | VIN | Digital | Input Voltage |
273
273
274
274
**Note:** For further information on how Low Power I/Os work, check [Nicla Family Form Factor](https://docs.arduino.cc/learn/hardware/nicla-form-factor) documentation.
275
275
0 commit comments