Skip to content

Commit 3ab1327

Browse files
authored
Update readme.md
Signed-off-by: Adrian <[email protected]>
1 parent 678d07c commit 3ab1327

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

readme.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,8 @@
2020
```
2121
**Description** Enable or disable `SerialMonitor`
2222

23+
---
24+
2325
```ino
2426
SerialMonitor serial;
2527
```
@@ -28,6 +30,8 @@ SerialMonitor serial;
2830
**Parameters**
2931
* `serial` Name of the class without spaces
3032

33+
---
34+
3135
```ino
3236
Serial.begin(9600);
3337
```
@@ -43,6 +47,8 @@ serial.initialize();
4347
**Parameters**
4448
* `serial` Name of a declared class
4549

50+
---
51+
4652
```ino
4753
if(serial.initialize() == true) {
4854
// Your code goes here

0 commit comments

Comments
 (0)