We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 003064e commit 9e9bc8aCopy full SHA for 9e9bc8a
README.md
@@ -69,7 +69,7 @@ Where:
69
| `Serial2` | 2 |
70
| `Serial3` | 3 |
71
72
-To use a software serial port you can also use the `begin`method, this time with only a Stream* as argument, i.e.
+To use a software serial port you can also use the `begin` method, this time with only a Stream* as argument, i.e.
73
```c++
74
void begin(Stream* serial)
75
```
0 commit comments