You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/arduino-cloud/01.guides/01.editor/editor.md
+4-2Lines changed: 4 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -86,13 +86,15 @@ In the Serial Moitor window you can:
86
86
- Pause the stream, and search through the log,
87
87
- Clear the log.
88
88
89
+
***Note that the Serial Monitor opens as a new window.***
90
+
89
91
## Resources
90
92
91
93
The resources (examples, libraries & reference) are all available from the menu on the left hand side.
92
94
93
95
### Examples
94
96
95
-
The "built-in" examples are a set of basic examples focused at learning some key Arduino concepts. Classic examples such as `Blink` and `AnalogReadSerial` will help you get started, with links inside each example to more detailed documentation.
97
+
The "built-in examples" are a set of basic examples focused at teaching some key Arduino concepts. Classic examples such as `Blink` and `AnalogReadSerial` will help you get started, with links inside each example to more detailed documentation.
96
98
97
99

98
100
@@ -106,6 +108,6 @@ Most libraries provide examples, which can be accessed be clicking the three dot
106
108
107
109
### Reference
108
110
109
-
The reference is an embedded version of the [Arduino Language Reference](), which helps you understand the Arduino programming language & syntax.
111
+
The reference is an embedded version of the [Arduino Language Reference](https://www.arduino.cc/reference/en/), which helps you understand the Arduino programming language & syntax.
0 commit comments