Skip to content

Commit 1223eb2

Browse files
authored
Update readme.md
Signed-off-by: Adrian <[email protected]>
1 parent 6c90bae commit 1223eb2

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

readme.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,11 @@ SerialMonitor serial;
2626
```
2727
Create a new `SerialMonitor` Object
2828

29+
```ino
30+
Serial.begin(9600);
31+
```
32+
Setup the serial monitor
33+
2934
### Use
3035

3136
```ino

0 commit comments

Comments
 (0)