Skip to content

Commit 7ad64f1

Browse files
committed
2.0.20
1 parent 9a2ad75 commit 7ad64f1

File tree

3 files changed

+14
-20
lines changed

3 files changed

+14
-20
lines changed

content/hardware/01.mkr/01.boards/mkr-wifi-1010/essentials.md

+9-15
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
---
2+
productsLibrariesMap:
3+
- wifinina
4+
- WiFiNINA
5+
- arduinomqttclient
6+
- arduinoble
7+
---
8+
19
<EssentialsColumn title="First Steps">
210
<EssentialElement title="Quickstart Guide" link="/software/ide-v2/tutorials/ide-v2-board-manager" type="getting-started">
311
All you need to know to get started with your new Arduino board.
@@ -7,23 +15,9 @@
715
</EssentialElement>
816
</EssentialsColumn>
917

10-
<EssentialsColumn title="Suggested Libraries">
11-
<EssentialElement title="WiFiNINA" type="library" link="https://www.arduino.cc/en/Reference/WiFiNINA">
12-
The WiFiNINA library is designed to use the NINA-W102 module, which allows your Arduino to connect to the Internet, either as a server accepting incoming connections or a client making outgoing ones.
13-
</EssentialElement>
14-
15-
<EssentialElement title="ArduinoMqttClient" type="library" link="https://www.arduino.cc/reference/en/libraries/arduinomqttclient/">
16-
The ArduinoMqttClient library allows you to send and receive MQTT messages using Arduino. Connect to brokers, publish and subscribe to topics. A great library for devices to communicate over the Internet.
17-
</EssentialElement>
18-
19-
<EssentialElement title="ArduinoBLE" type="library" link="https://www.arduino.cc/en/Reference/ArduinoBLE">
20-
The ArduinoBLE library is designed for Arduino boards that have hardware enabled for Bluetooth® Low Energy and Bluetooth® 4.0 and above.
21-
</EssentialElement>
22-
</EssentialsColumn>
23-
2418
<EssentialsColumn title="Arduino Basics">
2519
<EssentialElement title="Built-in Examples" type="tutorial" link="/built-in-examples/">
26-
Built-in Examples are sketches included in the Arduino IDE and demonstrate all basic Arduino commands.
20+
Built-in Examples are sketches included in the Arduino IDE and demonstrate all basic Arduino commands.
2721
</EssentialElement>
2822
<EssentialElement title="Learn" type="resource" link="/learn">
2923
Discover interesting articles, principles and techniques related to the Arduino ecosystem.

package-lock.json

+4-4
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
},
1919
"homepage": "https://github.com/arduino/docs-content#readme",
2020
"dependencies": {
21-
"@arduino/docs-arduino-cc": "^2.0.19",
21+
"@arduino/docs-arduino-cc": "^2.0.20",
2222
"gatsby": "^5.11.0",
2323
"gatsby-background-image": "^1.6.0",
2424
"gatsby-image": "^3.11.0",

0 commit comments

Comments
 (0)