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 0fb5e91 commit c261f79Copy full SHA for c261f79
README.md
@@ -57,5 +57,15 @@ void test_loop(void)
57
Checkout the [examples](./examples) for many more examples!
58
Or take a look at the [tests](./test)
59
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
70
# Contributing
71
If you want to extend `ArduinoFake` library to add missing functions (for example `attachInterrupt`) see [contribution guidelines](CONTRIBUTING.md).
0 commit comments