Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit89539b1

Browse files
authored
Merge pull request#11833 from slavicd/patch-1
Corrects grammar in ArduinoSerialProtocol.md
2 parents43b0818 +92bbac4 commit89539b1

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

‎build/shared/ArduinoSerialPlotterProtocol.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#SerialPlotter protocol
22

3-
One message can consist ofmultiply parts.
3+
One message can consist ofmultiple parts.
44
One part can consist of one label, one label and a value or only a value.
55

66
|||
@@ -31,11 +31,11 @@ There is a special case, the CSV header style.
3131
|-------|----|---------|-----|---------|----|
3232
|Label 1| \t| Label 2| ...| Label n| \n|
3333

34-
But in this format, labels consisting of only numbers are not recognised as labels.
34+
Note that in this format, labels consisting of only numbers are not recognised as labels.
3535
It is safer to just use the normal label only message.
3636

3737
##Value only messages Value
38-
This is not recommended if youusing a board with USB to UART converter.
38+
This is not recommended if youuse a board with USB to UART converter.
3939
Because when the label is sent, before you had the SerialPlotter opened, then the label/labels get/gets never set.
4040

4141
|||||||
@@ -73,7 +73,7 @@ The output looks like this
7373
```
7474
##Single Trace with label
7575

76-
This example sends the label once in the setup routine. Afterwards only the value issend.
76+
This example sends the label once in the setup routine. Afterwards only the value issent.
7777

7878
```ino
7979
voidsetup() {
@@ -100,7 +100,7 @@ Label 1:\n
100100
14\n
101101
```
102102

103-
##Single Trace with labelsend every time
103+
##Single Trace with labelsent every time
104104

105105
This example sends the label every time together with the value.
106106

@@ -126,7 +126,7 @@ Label 1:12\n
126126
Label 1:13\n
127127
Label 1:14\n
128128
```
129-
##Two Traces with labelsend every time
129+
##Two Traces with labelsent every time
130130

131131
This example sends two values together with the labels.
132132

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp