Skip to content

Commit ca3f84d

Browse files
committed
Spell check update
1 parent 6a13b2d commit ca3f84d

File tree

1 file changed

+2
-2
lines changed
  • content/hardware/04.pro/boards/portenta-x8/tutorials/multi-protocol-gateway

1 file changed

+2
-2
lines changed

content/hardware/04.pro/boards/portenta-x8/tutorials/multi-protocol-gateway/content.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -178,7 +178,7 @@ m4_proxy_address = 'm4-proxy'
178178
m4_proxy_port = 5001
179179
```
180180

181-
This function is dedicated to retrieve data from M4 (Arduino layer). It will help you set the variables, such as sensor datas, to be pulled and be exposed at Linux layer. With this, you will have the information available to be used within the Python script.
181+
This function is dedicated to retrieve data from M4 (Arduino layer). It will help you set the variables, such as sensor data, to be pulled and be exposed at Linux layer. With this, you will have the information available to be used within the Python script.
182182

183183
```
184184
def get_data_from_m4():
@@ -225,7 +225,7 @@ You will need to have the files ready in a folder inside the `adb` directory wit
225225
C:\Users\#USERNAME#\AppData\Local\Arduino15\packages\arduino\tools\adb\32.0.0
226226
```
227227

228-
Having the files ready at that diretory, we will use the following commands to push the files the `fio` directory inside the Portenta X8. The second command will let us navigate inside Portenta X8.
228+
Having the files ready at that directory, we will use the following commands to push the files the `fio` directory inside the Portenta X8. The second command will let us navigate inside Portenta X8.
229229

230230
```
231231
adb push multi-protocol-gateway /home/fio

0 commit comments

Comments
 (0)