File tree Expand file tree Collapse file tree 1 file changed +14
-4
lines changed Expand file tree Collapse file tree 1 file changed +14
-4
lines changed Original file line number Diff line number Diff line change 1818``` ino
1919#define DEBUG <boolean >
2020```
21-
22- Enable or disable ` SerialMonitor `
21+ ** Description** Enable or disable ` SerialMonitor `
2322
2423``` ino
2524SerialMonitor 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
3032Serial.begin(9600 );
3133```
32- Setup the serial monitor
34+ ** Description ** Setup the serial monitor
3335
3436### Use
3537
3638``` ino
3739serial.initialize();
3840```
41+ ** Description** * No Description available*
42+
43+ ** Parameters**
44+ * ` serial ` Name of a declared class
3945
4046``` ino
4147if (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
You can’t perform that action at this time.
0 commit comments