|
1 | | ---- |
2 | | -productsLibrariesMap: |
3 | | - - arduino:renesas_uno |
4 | | ---- |
5 | | - |
6 | | -<EssentialsColumn title="First Steps"> |
7 | | - <EssentialElement title="Quickstart Guide" type="getting-started" link="/tutorials/nano-r4/getting-started-nano-r4"> |
8 | | - All you need to know to get started with your new Arduino Nano R4 board. |
9 | | - </EssentialElement> |
10 | | - |
11 | | - <EssentialElement title="Hardware Design Guide" type="tutorial" link="/learn/hardware/nano-pcb-guide"> |
12 | | - Learn how to create your own custom hardware that is compatible with the Arduino Nano Family. |
13 | | - </EssentialElement> |
14 | | - |
15 | | - <EssentialElement title="Arduino Cloud" type="tutorial" link="/arduino-cloud/getting-started-with-the-arduino-iot-cloud"> |
16 | | - Get started with the Arduino Cloud and connect your Nano R4 to the web. |
17 | | - </EssentialElement> |
18 | | -</EssentialsColumn> |
19 | | - |
20 | | -<EssentialsColumn title="Arduino Basics"> |
21 | | - <EssentialElement title="Built-in Examples" type="tutorial" link="/built-in-examples/"> |
22 | | - Built-in Examples are sketches included in the Arduino IDE and demonstrate all basic Arduino commands. |
23 | | - </EssentialElement> |
24 | | - <EssentialElement title="Learn" type="resource" link="/learn/"> |
25 | | - Discover interesting articles, principles and techniques related to the Arduino ecosystem. |
26 | | - </EssentialElement> |
27 | | - <EssentialElement title="Language References" type="resource" link="https://www.arduino.cc/reference/en/"> |
28 | | - Arduino programming language can be divided in three main parts: functions, values (variables and constants), and structure. |
29 | | - </EssentialElement> |
30 | | -</EssentialsColumn> |
| 1 | +--- |
| 2 | +productsLibrariesMap: |
| 3 | + - Mouse |
| 4 | + - Keyboard |
| 5 | + - Modulino |
| 6 | +--- |
| 7 | + |
| 8 | +<EssentialsColumn title="First Steps"> |
| 9 | + <EssentialElement title="Quickstart Guide" type="getting-started" link="/tutorials/nano-r4/getting-started-nano-r4"> |
| 10 | + All you need to know to get started with your new Arduino Nano R4 board. |
| 11 | + </EssentialElement> |
| 12 | + |
| 13 | + <EssentialElement title="Hardware Design Guide" type="tutorial" link="/learn/hardware/nano-pcb-guide"> |
| 14 | + Learn how to create your own custom hardware that is compatible with the Arduino Nano Family. |
| 15 | + </EssentialElement> |
| 16 | + |
| 17 | + <EssentialElement title="Arduino Cloud" type="tutorial" link="/arduino-cloud/getting-started-with-the-arduino-iot-cloud"> |
| 18 | + Get started with the Arduino Cloud and connect your Nano R4 to the web. |
| 19 | + </EssentialElement> |
| 20 | +</EssentialsColumn> |
| 21 | + |
| 22 | +<EssentialsColumn title="Arduino Basics"> |
| 23 | + <EssentialElement title="Built-in Examples" type="tutorial" link="/built-in-examples/"> |
| 24 | + Built-in Examples are sketches included in the Arduino IDE and demonstrate all basic Arduino commands. |
| 25 | + </EssentialElement> |
| 26 | + <EssentialElement title="Learn" type="resource" link="/learn/"> |
| 27 | + Discover interesting articles, principles and techniques related to the Arduino ecosystem. |
| 28 | + </EssentialElement> |
| 29 | + <EssentialElement title="Language References" type="resource" link="https://www.arduino.cc/reference/en/"> |
| 30 | + Arduino programming language can be divided in three main parts: functions, values (variables and constants), and structure. |
| 31 | + </EssentialElement> |
| 32 | +</EssentialsColumn> |
0 commit comments