8000 Cloud eidtor overview · mc-ireiser/arduino-docs-content@e3439b5 · GitHub
[go: up one dir, main page]

Skip to content

Commit e3439b5

Browse files
committed
Cloud eidtor overview
1 parent 04dabb5 commit e3439b5

File tree

2 files changed

+23
-4
lines changed

2 files changed

+23
-4
lines changed
Loading

content/arduino-cloud/01.guides/01.editor/editor.md

Lines changed: 23 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -31,10 +31,29 @@ In this guide, we will cover:
3131
- Arduino board (all Arduino boards are supported).
3232
- USB cable (different depending on the board you are using).
3333

34-
## Create an Account
34+
## Cloud Editor Overview
3535

36-
## Install the Plugin
36+
The Cloud Editor features all the necessary tools to develop and test your Arduino projects, including:
37+
- A compiler that checks that your code works on the specified board,
38+
- an upload tool that uploads a sketch to your board,
39+
- the Serial Monitor, a tool that reads the serial commands send from your board.
3740

38-
## Cloud Editor Overview
41+
In the image below, you can get a brief overview of the available functionalities.
42+
43+
![Cloud Editor overview.](assets/editor-overview.png)
44+
45+
1. **Arduino Cloud Menu** - quicklinks to the Arduino Cloud platform.
46+
2. **Built-in Examples** - a set of basic Arduino examples.
47+
3. **Libraries** - all libraries that are included in the Arduino library manager (5000+).
48+
4. **Reference** - the Arduino Reference provides an overview of the available methods in the Arduino programming API.
49+
5. **Editor** - the code editor area, where we write the program for our board.
50+
6. **Verify/Upload** - verify (compile) your code using the checkmark button, and upload it to your board using the right arrow.
51+
7. ****
52+
53+
## Setup
54+
55+
### Create an Account
56+
57+
### Install the Plugin
3958

40-
## Upload a Sketch
59+
### Upload a Sketch

0 commit comments

Comments
 (0)
0