Skip to content

Commit 7570670

Browse files
marqdevxsebromero
authored andcommitted
Add essentials
1 parent d552e96 commit 7570670

File tree

1 file changed

+31
-0
lines changed
  • content/hardware/04.pro/carriers/portenta-max-carrier

1 file changed

+31
-0
lines changed
Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
<EssentialsColumn title="First Steps">
2+
<!---
3+
<EssentialElement link="/tutorials/edge-control/ec-ard-gs" title="Quickstart Guide" type="getting-started">
4+
A quick guide to installing your board with the Arduino IDE.
5+
</EssentialElement>
6+
-->
7+
</EssentialsColumn>
8+
9+
<EssentialsColumn title="Suggested Libraries">
10+
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 the Bluetooth Low Energy (Bluetooth LE, or BLE)
13+
</EssentialElement>
14+
15+
<EssentialElement link="https://github.com/arduino-libraries/Arduino_Pro_Tutorials" title="Arduino Pro Tutorials" type="library">
16+
The complete Arduino sketches from the Pro tutorials.
17+
</EssentialElement>
18+
19+
</EssentialsColumn>
20+
21+
<EssentialsColumn title="Arduino Basics">
22+
<EssentialElement link="https://www.arduino.cc/en/Tutorial/BuiltInExamples" title="Built-in Examples" type="resource">
23+
Built-in Examples are sketches included in the Arduino IDE and demonstrate all basic Arduino commands.
24+
</EssentialElement>
25+
<EssentialElement link="/learn" title="Learn" type="resource">
26+
Discover interesting articles, principles and techniques related to the Arduino ecosystem.
27+
</EssentialElement>
28+
<EssentialElement link="https://www.arduino.cc/reference/en/" title="Language Reference" type="resource">
29+
Arduino programming language can be divided in three main parts: functions, values (variables and constants), and structure.
30+
</EssentialElement>
31+
</EssentialsColumn>

0 commit comments

Comments
 (0)