Skip to content

Commit 47e12a9

Browse files
committed
User manual content patch
1 parent bbc58e1 commit 47e12a9

File tree

1 file changed

+3
-3
lines changed
  • content/hardware/04.pro/carriers/portenta-hat-carrier/tutorials/user-manual

1 file changed

+3
-3
lines changed

content/hardware/04.pro/carriers/portenta-hat-carrier/tutorials/user-manual/content.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ To use the [Portenta Hat Carrier](https://store.arduino.cc/products/portenta-hat
4343

4444
Additionally, the following accessories are needed:
4545

46-
- USB-C® cable (USB-C® to USB-A) (x1)
46+
- USB-C® cable (USB-C® to USB-A cable) (x1)
4747
- Wi-Fi® Access Point or Ethernet with Internet access (x1)
4848

4949
### Software Requirements
@@ -3021,15 +3021,15 @@ echo "spidev" | sudo tee > /etc/modules-load.d/spidev.conf
30213021
sudo systemctl reboot
30223022
```
30233023

3024+
Following section configures a service named `my_spi_service` to use the SPI device available at `/dev/spidev0.0`.
3025+
30243026
```
30253027
services:
30263028
my_spi_service:
30273029
devices:
30283030
- '/dev/spidev0.0'
30293031
```
30303032

3031-
Following section configures a service named `my_spi_service` to use the SPI device available at `/dev/spi-1`.
3032-
30333033
#### Using Arduino IDE
30343034

30353035
<br></br>

0 commit comments

Comments
 (0)