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 fd32bcf commit 2d50141Copy full SHA for 2d50141
UsingArduino/Arduino/WritingLibraries.md
@@ -0,0 +1,12 @@
1
+# Create Your Own Libraries
2
+
3
+>[!NOTE]
4
+> Basically a library consits of the following files:
5
+> - <libraryname>.h
6
+> - <libraryname>.cpp
7
+> - library.properties
8
+> - -> description with link to repo if available
9
+> - keywords.txt
10
+> - -> Syntax Coloring
11
+> - README.md
12
+> - -> instructions
0 commit comments