Skip to content

Commit

Permalink
Merge pull request #36 from matthewturner/add-troubleshooting-section2
Browse files Browse the repository at this point in the history
Add troubleshooting section
  • Loading branch information
FabioBatSilva authored Jan 1, 2023
2 parents 0fb5e91 + c261f79 commit 0da2687
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,5 +57,15 @@ void test_loop(void)
Checkout the [examples](./examples) for many more examples!
Or take a look at the [tests](./test)
## Troubleshooting
If you get a segfault while running your unit tests, eg:
```
Program errored with 3221225477 code
```
Check to make sure you have stubbed **all** the Arduino methods you are calling.
# Contributing
If you want to extend `ArduinoFake` library to add missing functions (for example `attachInterrupt`) see [contribution guidelines](CONTRIBUTING.md).

0 comments on commit 0da2687

Please sign in to comment.