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: libraries/SoftwareSerial/README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,7 @@
1
1
# Software Serial for the HC32F460
2
2
3
3
The Software Serial library allows serial (UART) communication on any digital pin of the board, bit-banging the protocol.
4
-
It it possible to have multiple software serial ports.
4
+
It is possible to have multiple software serial ports.
5
5
6
6
The implementation of this library is based on the [SoftwareSerial library of the STM32duino project](https://github.com/stm32duino/Arduino_Core_STM32/blob/main/libraries/SoftwareSerial/).
0 commit comments