Skip to content

Commit fd32bcf

Browse files
authored
Update IncludingFiles.md
1 parent a45563c commit fd32bcf

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

UsingArduino/Arduino/IncludingFiles.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,3 +9,11 @@
99
> If you are using a library which does not exactly do what your looking for,\
1010
> copy the source (*.h and .cpp) to your sketck folder and make your changes there.
1111
> 💡
12+
> ⚠️ you need to modify
13+
> ```
14+
> #include <library_name>
15+
> ```
16+
> to
17+
> ```
18+
> #include "library_name"
19+
> ```

0 commit comments

Comments
 (0)