File tree Expand file tree Collapse file tree 2 files changed +23
-4
lines changed
content/arduino-cloud/01.guides/01.editor Expand file tree Collapse file tree 2 files changed +23
-4
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments