Skip to content

Commit a7174cc

Browse files
authored
Merge branch 'main' into patch-1
2 parents e08b7c9 + fa95681 commit a7174cc

File tree

36 files changed

+374
-15
lines changed

36 files changed

+374
-15
lines changed
Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
<EssentialsColumn title="First Steps">
2+
<EssentialElement title="Quickstart Guide" type="getting-started" link="/tutorials/mkr-485-shield/mkr-485-communication">
3+
All you need to know to get started with your new Arduino Shield.
4+
</EssentialElement>
5+
6+
</EssentialsColumn>
7+
8+
<EssentialsColumn title="Suggested Libraries">
9+
10+
<EssentialElement title="ArduinoRS485" type="library" link="https://www.arduino.cc/reference/en/libraries/arduinors485/">
11+
The ArduinoRS485 library enables sending and receiving data using the RS-485 standard with RS-485 shields, like the MKR 485 Shield.
12+
</EssentialElement>
13+
14+
</EssentialsColumn>
15+
16+
<EssentialsColumn title="Arduino Basics">
17+
<EssentialElement title="Built-in Examples" type="tutorial" link="/built-in-examples/">
18+
Built-in Examples are sketches included in the Arduino IDE and demonstrate all basic Arduino commands.
19+
</EssentialElement>
20+
<EssentialElement title="Learn" type="resource" link="/learn/">
21+
Discover interesting articles, principles and techniques related to the Arduino ecosystem.
22+
</EssentialElement>
23+
<EssentialElement title="Language References" type="resource" link="https://www.arduino.cc/reference/en/">
24+
Arduino programming language can be divided in three main parts: functions, values (variables and constants), and structure.
25+
</EssentialElement>
26+
</EssentialsColumn>
245 KB
Loading
Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
<EssentialsColumn title="First Steps">
2+
<EssentialElement title="Quickstart Guide" type="getting-started" link="/tutorials/mkr-can-shield/mkr-can-communication">
3+
All you need to know to get started with your new Arduino Shield.
4+
</EssentialElement>
5+
6+
</EssentialsColumn>
7+
8+
<EssentialsColumn title="Suggested Libraries">
9+
10+
<EssentialElement title="Arduino-CAN" type="library" link="https://github.com/sandeepmistry/arduino-CAN">
11+
The Arduino-CAN library enables sending and receiving data using a CAN bus.
12+
</EssentialElement>
13+
14+
</EssentialsColumn>
15+
16+
<EssentialsColumn title="Arduino Basics">
17+
<EssentialElement title="Built-in Examples" type="tutorial" link="/built-in-examples/">
18+
Built-in Examples are sketches included in the Arduino IDE and demonstrate all basic Arduino commands.
19+
</EssentialElement>
20+
<EssentialElement title="Learn" type="resource" link="/learn/">
21+
Discover interesting articles, principles and techniques related to the Arduino ecosystem.
22+
</EssentialElement>
23+
<EssentialElement title="Language References" type="resource" link="https://www.arduino.cc/reference/en/">
24+
Arduino programming language can be divided in three main parts: functions, values (variables and constants), and structure.
25+
</EssentialElement>
26+
</EssentialsColumn>
245 KB
Loading
Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
<EssentialsColumn title="First Steps">
2+
<EssentialElement title="Quickstart Guide" type="getting-started" link="/tutorials/mkr-env-shield/mkr-env-shield-basic">
3+
All you need to know to get started with your new Arduino Shield.
4+
</EssentialElement>
5+
6+
</EssentialsColumn>
7+
8+
<EssentialsColumn title="Suggested Libraries">
9+
10+
<EssentialElement title="Arduino-MKRENV" type="library" link="https://www.arduino.cc/reference/en/libraries/arduino_mkrenv/">
11+
The ArduinoMKRENV library lets you access the different sensors, such as temperature, humidity & pressure that you can find on the MKR ENV Shield.
12+
</EssentialElement>
13+
14+
</EssentialsColumn>
15+
16+
<EssentialsColumn title="Arduino Basics">
17+
<EssentialElement title="Built-in Examples" type="tutorial" link="/built-in-examples/">
18+
Built-in Examples are sketches included in the Arduino IDE and demonstrate all basic Arduino commands.
19+
</EssentialElement>
20+
<EssentialElement title="Learn" type="resource" link="/learn/">
21+
Discover interesting articles, principles and techniques related to the Arduino ecosystem.
22+
</EssentialElement>
23+
<EssentialElement title="Language References" type="resource" link="https://www.arduino.cc/reference/en/">
24+
Arduino programming language can be divided in three main parts: functions, values (variables and constants), and structure.
25+
</EssentialElement>
26+
</EssentialsColumn>
245 KB
Loading
Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
<EssentialsColumn title="First Steps">
2+
<EssentialElement title="Quickstart Guide" type="getting-started" link="/tutorials/mkr-eth-shield/mkr-eth-shield-webserver">
3+
All you need to know to get started with your new Arduino Shield.
4+
</EssentialElement>
5+
6+
</EssentialsColumn>
7+
8+
<EssentialsColumn title="Suggested Libraries">
9+
10+
<EssentialElement title="Ethernet library" type="library" link="https://www.arduino.cc/en/Reference/Ethernet">
11+
The Ethernet library works with the MKR ETH Shield to connect your board to the internet.
12+
</EssentialElement>
13+
14+
</EssentialsColumn>
15+
16+
<EssentialsColumn title="Arduino Basics">
17+
<EssentialElement title="Built-in Examples" type="tutorial" link="/built-in-examples/">
18+
Built-in Examples are sketches included in the Arduino IDE and demonstrate all basic Arduino commands.
19+
</EssentialElement>
20+
<EssentialElement title="Learn" type="resource" link="/learn/">
21+
Discover interesting articles, principles and techniques related to the Arduino ecosystem.
22+
</EssentialElement>
23+
<EssentialElement title="Language References" type="resource" link="https://www.arduino.cc/reference/en/">
24+
Arduino programming language can be divided in three main parts: functions, values (variables and constants), and structure.
25+
</EssentialElement>
26+
</EssentialsColumn>
245 KB
Loading
Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
<EssentialsColumn title="First Steps">
2+
<EssentialElement title="Quickstart Guide" type="getting-started" link="/tutorials/mkr-gps-shield/mkr-gps-basic">
3+
All you need to know to get started with your new Arduino Shield.
4+
</EssentialElement>
5+
6+
</EssentialsColumn>
7+
8+
<EssentialsColumn title="Suggested Libraries">
9+
10+
<EssentialElement title="Arduino_MKRGPS library" type="library" link="https://www.arduino.cc/reference/en/libraries/arduino_mkrgps/">
11+
The Arduino_MKRGPS library allows you to read the location from the GPS on your MKR GPS Shield.
12+
</EssentialElement>
13+
14+
</EssentialsColumn>
15+
16+
<EssentialsColumn title="Arduino Basics">
17+
<EssentialElement title="Built-in Examples" type="tutorial" link="/built-in-examples/">
18+
Built-in Examples are sketches included in the Arduino IDE and demonstrate all basic Arduino commands.
19+
</EssentialElement>
20+
<EssentialElement title="Learn" type="resource" link="/learn/">
21+
Discover interesting articles, principles and techniques related to the Arduino ecosystem.
22+
</EssentialElement>
23+
<EssentialElement title="Language References" type="resource" link="https://www.arduino.cc/reference/en/">
24+
Arduino programming language can be divided in three main parts: functions, values (variables and constants), and structure.
25+
</EssentialElement>
26+
</EssentialsColumn>
245 KB
Loading

0 commit comments

Comments
 (0)