You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/hardware/06.nicla/boards/nicla-vision/tutorials/user-manual/content.md
+33-26Lines changed: 33 additions & 26 deletions
Original file line number
Diff line number
Diff line change
@@ -314,12 +314,12 @@ The Nicla Vision has **ten digital pins**, mapped as follows:
314
314
| PA_9 | D1 |
315
315
| PA_10 | D2 |
316
316
| PG_1 | D3 |
317
-
| PE_12 |SCK|
318
-
| PE_13 |MISO|
319
-
| PE_14 |MOSI|
320
-
| PE_11 |SS|
321
-
| PB_8 |I2C_SCL|
322
-
| PB_9 |I2C_SDA|
317
+
| PE_12 |SCKL|
318
+
| PE_13 |CIPO|
319
+
| PE_14 |COPI|
320
+
| PE_11 |CS|
321
+
| PB_8 |SCL|
322
+
| PB_9 |SDA|
323
323
324
324
325
325
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.
@@ -457,16 +457,16 @@ First, we need to identify the `Timer` and `Channel` used by the `PWM` output to
457
457
458
458
Here is a table with the details of the exposed pins on the Nicla Vision:
To use the PWM functions, you need to import the `time`, `Pin`, and `Timer` modules.
@@ -1229,11 +1229,11 @@ This section of the user manual covers the different communication protocols tha
1229
1229
The Nicla Vision supports SPI communication, which allows data transmission between the board and other SPI-compatible devices. The pins used in the Nicla Vision for the SPI communication protocol are the following:
Please, refer to the [board pinout section](#pinout) of the user manual to localize them on the board. The I2C pins are also available through the onboard ESLOV connector of the Nicla Vision.
1378
1378
@@ -1509,9 +1509,9 @@ while (Wire.available()) {
1509
1509
The pins used in the Nicla Vision for the UART (external) communication protocol are the following:
0 commit comments