Skip to content

Commit 259708d

Browse files
committed
Fix spell checker issue
1 parent 91959f2 commit 259708d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/learn/07.built-in-libraries/04.software-serial/software-serial.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ tags: [Serial]
77

88
The SoftwareSerial library allows serial communication on other digital pins of an Arduino board, using software to replicate the functionality (hence the name "SoftwareSerial"). It is possible to have multiple software serial ports with speeds up to 115200 bps. A parameter enables inverted signaling for devices which require that protocol.
99

10-
The version of SoftwareSerial included in 1.0 and later is based on the [NewSoftSerial library](http://arduiniana.org/libraries/newsoftserial/) by Mikal Hart.
10+
The version of SoftwareSerial included in 1.0 and later is based on the [NewSoftSerial library](http://arduiniana.org/libraries/newsoftserial/) by 'Mikal Hart'.
1111

1212
To use this library:
1313

0 commit comments

Comments
 (0)