Skip to content

Commit 678d07c

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

File tree

1 file changed

+14
-4
lines changed

1 file changed

+14
-4
lines changed

readme.md

Lines changed: 14 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,27 +18,37 @@
1818
```ino
1919
#define DEBUG <boolean>
2020
```
21-
22-
Enable or disable `SerialMonitor`
21+
**Description** Enable or disable `SerialMonitor`
2322

2423
```ino
2524
SerialMonitor serial;
2625
```
27-
Create a new `SerialMonitor` Object
26+
**Description** Create a new `SerialMonitor` Object
27+
28+
**Parameters**
29+
* `serial` Name of the class without spaces
2830

2931
```ino
3032
Serial.begin(9600);
3133
```
32-
Setup the serial monitor
34+
**Description** Setup the serial monitor
3335

3436
### Use
3537

3638
```ino
3739
serial.initialize();
3840
```
41+
**Description** *No Description available*
42+
43+
**Parameters**
44+
* `serial` Name of a declared class
3945

4046
```ino
4147
if(serial.initialize() == true) {
4248
// Your code goes here
4349
}
4450
```
51+
**Description** *No Description available**
52+
53+
**Parameters**
54+
* `serial` Name of a declared class

0 commit comments

Comments
 (0)