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 a45563c commit fd32bcfCopy full SHA for fd32bcf
UsingArduino/Arduino/IncludingFiles.md
@@ -9,3 +9,11 @@
9
> If you are using a library which does not exactly do what your looking for,\
10
> copy the source (*.h and .cpp) to your sketck folder and make your changes there.
11
> 💡
12
+> ⚠️ you need to modify
13
+> ```
14
+> #include <library_name>
15
16
+> to
17
18
+> #include "library_name"
19
0 commit comments