Skip to content

Commit 08aa9a0

Browse files
authored
Merge pull request #34 from arduino/marqdevx/MaxCarrier/product-page
Max Carrier Product page [PC-866][TC-221]
2 parents 06a4696 + 1861eaf commit 08aa9a0

File tree

6 files changed

+43
-0
lines changed

6 files changed

+43
-0
lines changed
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
software:
2+
- arduino-ide-v1
3+
- arduino-ide-v2
4+
- arduino-cli
5+
- iot-cloud
6+
- web-editor
7+
hardware:
8+
boards:
9+
- portenta-h7
10+
- portenta-h7-lite
11+
- portenta-h7-lite-connected
Binary file not shown.
Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
<EssentialsColumn title="First Steps">
2+
<EssentialElement link="/tutorials/portenta-max-carrier/getting-started" title="Quickstart Guide" type="getting-started">
3+
A quick guide to installing your board with the Arduino IDE.
4+
</EssentialElement>
5+
</EssentialsColumn>
6+
7+
<EssentialsColumn title="Suggested Libraries">
8+
<EssentialElement link="https://www.arduino.cc/en/Reference/ArduinoBLE" title="Arduino BLE" type="library">
9+
Bluetooth 4.0 includes both traditional Bluetooth, now labeled "Bluetooth Classic", and the Bluetooth Low Energy (Bluetooth LE, or BLE)
10+
</EssentialElement>
11+
<EssentialElement link="https://github.com/arduino-libraries/Arduino_Pro_Tutorials" title="Arduino Pro Tutorials" type="library">
12+
The complete Arduino sketches from the Pro tutorials.
13+
</EssentialElement>
14+
<EssentialElement link="https://www.arduino.cc/en/reference/audio" title="Arduino Audio library" type="library">
15+
Read files and/or output sound.
16+
</EssentialElement>
17+
<EssentialElement link="https://www.arduino.cc/en/Reference/ArduinoRS485" title="Arduino RS485 library" type="library">
18+
Enables sending and receiving data using the RS485 standard.
19+
</EssentialElement>
20+
</EssentialsColumn>
21+
22+
<EssentialsColumn title="Arduino Basics">
23+
<EssentialElement link="https://www.arduino.cc/en/Tutorial/BuiltInExamples" title="Built-in Examples" type="resource">
24+
Built-in Examples are sketches included in the Arduino IDE and demonstrate all basic Arduino commands.
25+
</EssentialElement>
26+
<EssentialElement link="/learn" title="Learn" type="resource">
27+
Discover interesting articles, principles and techniques related to the Arduino ecosystem.
28+
</EssentialElement>
29+
<EssentialElement link="https://www.arduino.cc/reference/en/" title="Language Reference" type="resource">
30+
Arduino programming language can be divided in three main parts: functions, values (variables and constants), and structure.
31+
</EssentialElement>
32+
</EssentialsColumn>
Loading

0 commit comments

Comments
 (0)