Skip to content

Commit e787329

Browse files
committed
Added link for troubleshooting guide
1 parent 029c70a commit e787329

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@ The library has 2 data streams going in and out. It is the responsability of the
66

77
For the integration guide, see : https://scrutinydebugger.com/guide-instrumentation.html
88

9+
## Troubleshooting
10+
11+
Refer to the [troubleshooting guide online.](https://scrutinydebugger.com/guide-instrumentation.html#troubleshooting)
12+
913
## Example of integration
1014
The following example is taken from the Arduino example and show how to initialize the library and how the glue code between Scrutiny Embedded Lib and a serial port can be written.
1115

@@ -82,3 +86,4 @@ void main()
8286
}
8387

8488
```
89+

0 commit comments

Comments
 (0)