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 68e761c commit e22c60dCopy full SHA for e22c60d
README.md
@@ -43,6 +43,7 @@ Debug.setDebugLevel(DBG_VERBOSE);
43
```
44
### 2. Debug.setDebugOutputStream(Stream * stream) :
45
By default, Output Stream is Serial. In advanced cases other objects could be other serial ports (if available), or can be a Software Serial object.
46
+
47
Example:
48
49
SoftwareSerial mySerial(10, 11); // RX, TX
0 commit comments