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 7df27e3 commit a45563cCopy full SHA for a45563c
UsingArduino/Arduino/IncludingFiles.md
@@ -4,3 +4,8 @@
4
> You can structure your Arduino Code by adding headers, C-sources and C++-sources.\
5
> Just add them to your sketch folder and ' _#include ""_ ' them in your *.ino
6
>
7
+
8
+>[!TIP]
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
+> 💡
0 commit comments