Skip to content

Commit 5511d71

Browse files
committed
Fix esssentials
1 parent 91e72cc commit 5511d71

File tree

1 file changed

+14
-17
lines changed

1 file changed

+14
-17
lines changed
Lines changed: 14 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,29 +1,26 @@
11
<EssentialsColumn title="First Steps">
2-
<EssentialElement title="Quickstart Guide" type="getting-started">
2+
<EssentialElement title="Quickstart Guide" type="getting-started" link="http://docs.arduino.cc/tutorials/portenta-x8/out-of-the-box">
33
A quick guide to installing your board with the Arduino IDE.
44
</EssentialElement>
5+
<EssentialElement link="https://docs.arduino.cc/tutorials/portenta-x8/x8-fundamentals" title="Fundamentals of Portenta X8" type="tutorial">
6+
This article contains information about the fundamental concepts of the Portenta X8.
7+
</EssentialElement>
58
</EssentialsColumn>
69

7-
<EssentialsColumn title="Suggested Libraries">
8-
<EssentialElement link="https://www.arduino.cc/en/Reference/WiFi" title="WiFi" type="library">
9-
The WiFi library is designed to use the Murata 1DX module, which allows your Arduino to connect to the Internet.
10-
</EssentialElement>
11-
<EssentialElement link="https://www.arduino.cc/en/Reference/ArduinoBLE" title="Arduino BLE" type="library">
12-
Bluetooth 4.0 includes both traditional Bluetooth, now labeled "Bluetooth Classic", and Bluetooth Low Energy (Bluetooth LE, or BLE)
13-
</EssentialElement>
14-
<EssentialElement link="https://github.com/arduino-libraries/Arduino_Pro_Tutorials" title="Arduino Pro Tutorials" type="library">
15-
The complete Arduino sketches from the Pro tutorials.
10+
<EssentialsColumn title="Suggested Docs">
11+
<EssentialElement link="https://docs.arduino.cc/tutorials/portenta-x8/docker-container" title="Containers management" type="tutorial">
12+
Containers are isolated solutions and thus they don't have to depend on your environment. Making them portable and consistent throughout development, testing and production.
1613
</EssentialElement>
1714
</EssentialsColumn>
1815

19-
<EssentialsColumn title="Arduino Basics">
20-
<EssentialElement link="https://www.arduino.cc/en/Tutorial/BuiltInExamples" title="Built-in Examples" type="resource">
21-
Built-in Examples are sketches included in the Arduino IDE and demonstrate all basic Arduino commands.
16+
<EssentialsColumn title="Suggested libraries">
17+
<EssentialElement link="https://www.arduino.cc/en/Reference/Wire" title="Arduino Wire" type="library">
18+
The M4 processor exposes the I<sup>2</sup>C protocol, this is the "Wire" library documentation.
2219
</EssentialElement>
23-
<EssentialElement link="/learn" title="Learn" type="resource">
24-
Discover interesting articles, principles and techniques related to the Arduino ecosystem.
20+
<EssentialElement link="https://www.arduino.cc/reference/en/language/functions/communication/spi/" title="Arduino SPI" type="library">
21+
The M4 processor exposes the SPI protocol. This library allows you to communicate with SPI devices, with the Arduino as the controller device.
2522
</EssentialElement>
26-
<EssentialElement link="https://www.arduino.cc/reference/en/" title="Language Reference" type="resource">
27-
Arduino programming language can be divided in three main parts: functions, values (variables and constants), and structure.
23+
<EssentialElement link="https://github.com/arduino/ArduinoCore-mbed/releases/latest" title="Arduino RPC" type="library">
24+
Both M7 and M4 can communicate through remote procedure call (RPC), these are some examples using the RPC library of the Arduino Mbed Core.
2825
</EssentialElement>
2926
</EssentialsColumn>

0 commit comments

Comments
 (0)