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
43
43
44
44
Additionally, the following accessories are needed:
45
45
46
- - USB-C® cable (USB-C® to USB-A) (x1)
46
+ - USB-C® cable (USB-C® to USB-A cable ) (x1)
47
47
- Wi-Fi® Access Point or Ethernet with Internet access (x1)
48
48
49
49
### Software Requirements
@@ -3021,15 +3021,15 @@ echo "spidev" | sudo tee > /etc/modules-load.d/spidev.conf
3021
3021
sudo systemctl reboot
3022
3022
```
3023
3023
3024
+ Following section configures a service named ` my_spi_service ` to use the SPI device available at ` /dev/spidev0.0 ` .
3025
+
3024
3026
```
3025
3027
services:
3026
3028
my_spi_service:
3027
3029
devices:
3028
3030
- '/dev/spidev0.0'
3029
3031
```
3030
3032
3031
- Following section configures a service named ` my_spi_service ` to use the SPI device available at ` /dev/spi-1 ` .
3032
-
3033
3033
#### Using Arduino IDE
3034
3034
3035
3035
<br ></br >
You can’t perform that action at this time.
0 commit comments