|
| 1 | +<EssentialsColumn title="First Steps"> |
| 2 | + <EssentialElement link="/tutorials/portenta-max-carrier/getting-started" title="Quickstart Guide" type="getting-started"> |
| 3 | + A quick guide to installing your board with the Arduino IDE. |
| 4 | + </EssentialElement> |
| 5 | +</EssentialsColumn> |
| 6 | + |
| 7 | +<EssentialsColumn title="Suggested Libraries"> |
| 8 | + <EssentialElement link="https://www.arduino.cc/en/Reference/ArduinoBLE" title="Arduino BLE" type="library"> |
| 9 | + Bluetooth 4.0 includes both traditional Bluetooth, now labeled "Bluetooth Classic", and the Bluetooth Low Energy (Bluetooth LE, or BLE) |
| 10 | + </EssentialElement> |
| 11 | + <EssentialElement link="https://github.com/arduino-libraries/Arduino_Pro_Tutorials" title="Arduino Pro Tutorials" type="library"> |
| 12 | + The complete Arduino sketches from the Pro tutorials. |
| 13 | + </EssentialElement> |
| 14 | + <EssentialElement link="https://www.arduino.cc/en/reference/audio" title="Arduino Audio library" type="library"> |
| 15 | + Read files and/or output sound. |
| 16 | + </EssentialElement> |
| 17 | + <EssentialElement link="https://www.arduino.cc/en/Reference/ArduinoRS485" title="Arduino RS485 library" type="library"> |
| 18 | + Enables sending and receiving data using the RS485 standard. |
| 19 | + </EssentialElement> |
| 20 | +</EssentialsColumn> |
| 21 | + |
| 22 | +<EssentialsColumn title="Arduino Basics"> |
| 23 | + <EssentialElement link="https://www.arduino.cc/en/Tutorial/BuiltInExamples" title="Built-in Examples" type="resource"> |
| 24 | + Built-in Examples are sketches included in the Arduino IDE and demonstrate all basic Arduino commands. |
| 25 | + </EssentialElement> |
| 26 | + <EssentialElement link="/learn" title="Learn" type="resource"> |
| 27 | + Discover interesting articles, principles and techniques related to the Arduino ecosystem. |
| 28 | + </EssentialElement> |
| 29 | + <EssentialElement link="https://www.arduino.cc/reference/en/" title="Language Reference" type="resource"> |
| 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