Skip to content

Commit 306993c

Browse files
bors[bot]adamgreen
andcommitted
Merge #138
138: A few documentation changes r=thejpster a=adamgreen * I don't see the IOW acronym enough to know what it means without looking it up. I thought others might have the same issue so I expanded it. In the same sentence I changed what I think was an incorrect spelling of "whereas". * I changed the text describing the itmdump of accelerometer readings to indicate that the actual output seen by the user if they run the same code won't be exactly as seen here. Co-authored-by: Adam Green <[email protected]>
2 parents 54ae5e7 + 1fd6a2d commit 306993c

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

src/11-usart/README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,9 @@ and RX stands for receiver. Transmitter and receiver are relative terms though;
1212
transmitter and which line is the receiver depends from which side of the communication you are
1313
looking at the lines.
1414

15-
We'll be using the pin `PA9` as the microcontroller's TX line and `PA10` as its RX line. IOW, the
16-
pin `PA9` outputs data onto its wire wheres the pin `PA10` listens for data on its wire.
15+
We'll be using the pin `PA9` as the microcontroller's TX line and `PA10` as its RX line. In other
16+
words, the pin `PA9` outputs data onto its wire whereas the pin `PA10` listens for data on its
17+
wire.
1718

1819
We could have used a different pair of pins as the TX and RX pins. There's a table in page 44 of the
1920
[Data Sheet] that list all the other possible pins we could have used.

src/16-punch-o-meter/gravity-is-up.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ acceleration of the gravity, about `9.8` meters per second squared.
1212
{{#include src/main.rs}}
1313
```
1414

15-
The output of this program with the board sitting still is:
15+
The output of this program with the board sitting still will be something like:
1616

1717
``` console
1818
$ # itmdump console

0 commit comments

Comments
 (0)