Skip to content

Commit a9e7aff

Browse files
committed
Initial commit
0 parents  commit a9e7aff

22 files changed

+173465
-0
lines changed

.gitattributes

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
# Auto detect text files and perform LF normalization
2+
* text=auto

.gitignore

Lines changed: 54 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,54 @@
1+
# Windows image file caches
2+
Thumbs.db
3+
ehthumbs.db
4+
5+
#KiCad Backup files
6+
*.kicad_prl
7+
fp-info-cache
8+
~*.lck
9+
*-bak
10+
*-backups
11+
*-cache*
12+
*-bak*
13+
_autosave*
14+
\#auto_saved_files\#
15+
16+
#Eagle Backup files
17+
*.s#?
18+
*.b#?
19+
*.l#?
20+
*.lck
21+
22+
# Folder config file
23+
Desktop.ini
24+
25+
# Recycle Bin used on file shares
26+
$RECYCLE.BIN/
27+
28+
# Windows Installer files
29+
*.cab
30+
*.msi
31+
*.msm
32+
*.msp
33+
34+
# =========================
35+
# Operating System Files
36+
# =========================
37+
38+
# OSX
39+
# =========================
40+
41+
.DS_Store
42+
.AppleDouble
43+
.LSOverride
44+
45+
# Icon must ends with two \r.
46+
Icon
47+
48+
49+
# Thumbnails
50+
._*
51+
52+
# Files that might appear on external disk
53+
.Spotlight-V100
54+
.Trashes

Documents/CH342 Datasheet.pdf

197 KB
Binary file not shown.
411 KB
Binary file not shown.
215 KB
Binary file not shown.
1.38 MB
Binary file not shown.
665 KB
Binary file not shown.
466 KB
Binary file not shown.

0 commit comments

Comments
 (0)