Skip to content

Commit 233cbc4

Browse files
committed
tables format
1 parent a8a49bd commit 233cbc4

File tree

1 file changed

+16
-16
lines changed
  • content/hardware/06.nicla/boards/nicla-vision/tutorials/user-manual

1 file changed

+16
-16
lines changed

content/hardware/06.nicla/boards/nicla-vision/tutorials/user-manual/content.md

+16-16
Original file line numberDiff line numberDiff line change
@@ -246,10 +246,10 @@ You should now repeatedly see the onboard LED turning red, green, and blue.
246246
The Nicla Vision has **three analog input pins**, mapped as follows:
247247

248248
| **Microcontroller Pin** | **Arduino Pin Mapping** |
249-
|:-----------------------:|:-----------------------:|
250-
| ADC1/PC_4 | A0 |
251-
| ADC2/PF_13 | A1 |
252-
| ADC3/PF_3 | A2 |
249+
| :---------------------: | :---------------------: |
250+
| ADC1/PC_4 | A0 |
251+
| ADC2/PF_13 | A1 |
252+
| ADC3/PF_3 | A2 |
253253

254254
All of them can be used through the built-in functions of the Arduino programming language.
255255

@@ -308,18 +308,18 @@ void loop() {
308308

309309
The Nicla Vision has **ten digital pins**, mapped as follows:
310310

311-
| **Microcontroller Pin** | **Arduino Pin Mapping** |
312-
|:-----------------------:|:------------------------:|
313-
| PG_12 | D0 |
314-
| PA_9 | D1 |
315-
| PA_10 | D2 |
316-
| PG_1 | D3 |
317-
| PE_12 | SCKL |
318-
| PE_13 | CIPO |
319-
| PE_14 | COPI |
320-
| PE_11 | CS |
321-
| PB_8 | SCL |
322-
| PB_9 | SDA |
311+
| **Microcontroller Pin** | **Arduino Pin Mapping** |
312+
| :---------------------: | :---------------------: |
313+
| PG_12 | D0 |
314+
| PA_9 | D1 |
315+
| PA_10 | D2 |
316+
| PG_1 | D3 |
317+
| PE_12 | SCKL |
318+
| PE_13 | CIPO |
319+
| PE_14 | COPI |
320+
| PE_11 | CS |
321+
| PB_8 | SCL |
322+
| PB_9 | SDA |
323323

324324

325325
Notice that I2C and SPI pins can also be used as digital pins. Please, refer to the [board pinout section](#pinout) of the user manual to find them on the board.

0 commit comments

Comments
 (0)