Commit 197b1b8
committed
Add ThreadDebug serial port string
To use, add this snippet on the top of your project
```
#include <ThreadDebug.h>
USBSerial SerialUSB1(false, "DebugPort");
UsbDebugCommInterface debugComm(&SerialUSB1);
ThreadDebug threadDebug(&debugComm, DEBUG_BREAK_IN_SETUP);
```1 parent 862e861 commit 197b1b8
1 file changed
+7
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
47 | 47 | | |
48 | 48 | | |
49 | 49 | | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
50 | 57 | | |
51 | 58 | | |
52 | 59 | | |
| |||
0 commit comments