Skip to content

Commit 0da2687

Browse files
Merge pull request FabioBatSilva#36 from matthewturner/add-troubleshooting-section2
Add troubleshooting section
2 parents 0fb5e91 + c261f79 commit 0da2687

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

README.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,5 +57,15 @@ void test_loop(void)
5757
Checkout the [examples](./examples) for many more examples!
5858
Or take a look at the [tests](./test)
5959
60+
## Troubleshooting
61+
62+
If you get a segfault while running your unit tests, eg:
63+
64+
```
65+
Program errored with 3221225477 code
66+
```
67+
68+
Check to make sure you have stubbed **all** the Arduino methods you are calling.
69+
6070
# Contributing
6171
If you want to extend `ArduinoFake` library to add missing functions (for example `attachInterrupt`) see [contribution guidelines](CONTRIBUTING.md).

0 commit comments

Comments
 (0)