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 2be78fc commit 10cabcaCopy full SHA for 10cabca
README.md
@@ -68,3 +68,10 @@ Adjust the cmake parameters dependent on your requirements.
68
69
The generated [Class documentation](https://pschatzmann.github.io/Arduino-Emulator/html/annotated.html).
70
71
+## Usage notes
72
+
73
+### Case-insensitive file systems (Windows, OSX, WSL)
74
75
+To avoid conflicts between system `string.h` and Arduino’s string library `String.h`,
76
+just do not put `(include)/api` to include path. Put `(include)` and `(include)/api/deprecated` instead.
77
+This usual way to resolve this conflict in all Arduino cores.
0 commit comments