Skip to content

Commit 45853e1

Browse files
marqdevxsebromero
authored andcommitted
Essentials: Add compatible libries
1 parent 02e89ab commit 45853e1

File tree

1 file changed

+12
-9
lines changed
  • content/hardware/04.pro/carriers/portenta-max-carrier

1 file changed

+12
-9
lines changed

content/hardware/04.pro/carriers/portenta-max-carrier/essentials.md

Lines changed: 12 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -7,15 +7,18 @@
77
</EssentialsColumn>
88

99
<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-
10+
<EssentialElement link="https://www.arduino.cc/en/Reference/ArduinoBLE" title="Arduino BLE" type="library">
11+
Bluetooth 4.0 includes both traditional Bluetooth, now labeled "Bluetooth Classic", and the Bluetooth Low Energy (Bluetooth LE, or BLE)
12+
</EssentialElement>
13+
<EssentialElement link="https://github.com/arduino-libraries/Arduino_Pro_Tutorials" title="Arduino Pro Tutorials" type="library">
14+
The complete Arduino sketches from the Pro tutorials.
15+
</EssentialElement>
16+
<EssentialElement link="https://www.arduino.cc/en/reference/audio" title="Arduino Audio library" type="library">
17+
Read files and/or output sound.
18+
</EssentialElement>
19+
<EssentialElement link="https://www.arduino.cc/en/Reference/ArduinoRS485" title="Arduino RS485 library" type="library">
20+
Enables sending and receiving data using the RS485 standard.
21+
</EssentialElement>
1922
</EssentialsColumn>
2023

2124
<EssentialsColumn title="Arduino Basics">

0 commit comments

Comments
 (0)