Skip to content

Commit 3f698d8

Browse files
committed
Minor Change in Content
1 parent 4183d4d commit 3f698d8

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ The Arduino layer is extended within the M4 Core and is the layer to develop on
6666

6767
***To learn about how to exchange data using RPC between Arduino and Linux layer, please read ["Data Exchange Between Python on Linux and an Arduino Sketch"](https://docs.arduino.cc/tutorials/portenta-x8/python-arduino-data-exchange)***
6868

69-
We will go through how to use RPC to expose the data received at the Linux layer to the Arduino layer, if further development requires you to feed the data to devices interfaced communicating with the M4 core. We will leave the tasks running and open to be interfaced with for expanding the capability of the Portenta X8 and Max Carrier. It will let you develop a gateway system where:
69+
We will go through how to use RPC to expose the data received at the Arduino layer to the Linux layer, if further development requires you to feed the data to devices interfaced communicating with the M4 core. We will leave the tasks running and open to be interfaced with for expanding the capability of the Portenta X8 and Max Carrier. It will let you develop a gateway system where:
7070

7171
1. The Arduino layer will be the terminal to expose the received sensor data to control a local end-device.
7272
2. A local end-device transfers data to the Linux layer for further networking process.

0 commit comments

Comments
 (0)