File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
content/hardware/04.pro/carriers/portenta-hat-carrier/tutorials/user-manual Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -43,7 +43,7 @@ To use the [Portenta Hat Carrier](https://store.arduino.cc/products/portenta-hat
4343
4444Additionally, 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
30213021sudo 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```
30253027services:
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 >
You can’t perform that action at this time.
0 commit comments