Skip to content

Commit 2d50141

Browse files
authored
Create WritingLibraries.md
1 parent fd32bcf commit 2d50141

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)