Skip to content

Commit e1f0566

Browse files
committed
Further documentation clarification.
1 parent 8be082e commit e1f0566

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -80,10 +80,10 @@ Where:
8080
8181
Alternatively, to use a software serial port or other pre-configured network stream you can use an alternate `begin` method, this time with only a `Stream*` as argument, e.g.:
8282
```c++
83-
void begin(Stream* serial)
83+
void begin(Stream* serial)
8484
```
8585

86-
Usage:
86+
To set this up, you might do the following:
8787
```c++
8888
PacketSerial myPacketSerial;
8989
SoftwareSerial mySoftwareSerial(10, 11);

0 commit comments

Comments
 (0)