|
1 |
| -<EssentialsColumn title="First Steps"> |
2 |
| - <EssentialElement title="Quickstart Guide" type="getting-started" link="/tutorials/mkr-relay-proto-shield/mkr-relay-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 |
| -<EssentialElement> |
10 |
| -The MKR Relay Shield requires no external libraries. |
11 |
| -</EssentialElement> |
12 |
| -</EssentialsColumn> |
13 |
| - |
14 |
| -<EssentialsColumn title="Arduino Basics"> |
15 |
| - <EssentialElement title="Built-in Examples" type="tutorial" link="/built-in-examples/"> |
16 |
| - Built-in Examples are sketches included in the Arduino IDE and demonstrate all basic Arduino commands. |
17 |
| - </EssentialElement> |
18 |
| - <EssentialElement title="Learn" type="resource" link="/learn/"> |
19 |
| - Discover interesting articles, principles and techniques related to the Arduino ecosystem. |
20 |
| - </EssentialElement> |
21 |
| - <EssentialElement title="Language References" type="resource" link="https://www.arduino.cc/reference/en/"> |
22 |
| - Arduino programming language can be divided in three main parts: functions, values (variables and constants), and structure. |
23 |
| - </EssentialElement> |
| 1 | +<EssentialsColumn title="First Steps"> |
| 2 | + <EssentialElement title="Quickstart Guide" type="getting-started" link="/tutorials/mkr-relay-proto-shield/mkr-relay-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 | +<EssentialElement> |
| 10 | +The MKR Relay Shield requires no external libraries. |
| 11 | +</EssentialElement> |
| 12 | +</EssentialsColumn> |
| 13 | + |
| 14 | +<EssentialsColumn title="Arduino Basics"> |
| 15 | + <EssentialElement title="Built-in Examples" type="tutorial" link="/built-in-examples/"> |
| 16 | + Built-in Examples are sketches included in the Arduino IDE and demonstrate all basic Arduino commands. |
| 17 | + </EssentialElement> |
| 18 | + <EssentialElement title="Learn" type="resource" link="/learn/"> |
| 19 | + Discover interesting articles, principles and techniques related to the Arduino ecosystem. |
| 20 | + </EssentialElement> |
| 21 | + <EssentialElement title="Language References" type="resource" link="https://www.arduino.cc/reference/en/"> |
| 22 | + Arduino programming language can be divided in three main parts: functions, values (variables and constants), and structure. |
| 23 | + </EssentialElement> |
24 | 24 | </EssentialsColumn>
|
0 commit comments