Skip to content

Commit c6431ed

Browse files
committed
HW rev 1.1
0 parents  commit c6431ed

44 files changed

Lines changed: 224435 additions & 0 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.gitattributes

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
.gitattributes eol=lf
2+
.gitignore eol=lf
3+
*.vrml eol=lf
4+
*.wrl eol=lf
5+
*.kicad_* eol=lf
6+
*.stpZ binary
7+
*.7z binary
8+
*.zip binary
9+
*.pdf binary
10+
*.png binary
11+
*.jpg binary

.github/FUNDING.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
ko_fi: michpro
2+
custom: [https://www.paypal.me/michpro, https://commerce.coinbase.com/checkout/ec299320-cbed-475d-976e-fdf37c1ac3d0]

.gitignore

Lines changed: 70 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,70 @@
1+
# For PCBs designed using KiCad: http://www.kicad-pcb.org/
2+
# Format documentation: http://kicad-pcb.org/help/file-formats/
3+
4+
# Temporary files
5+
**.000
6+
*.bak
7+
*.bck
8+
*.kicad_pcb-bak
9+
*.kicad_sch-bak
10+
*-backups
11+
backups
12+
*.kicad_prl
13+
*.sch-bak
14+
*~
15+
_autosave-*
16+
*.tmp
17+
*-save.pro
18+
*-save.kicad_pcb
19+
fp-info-cache
20+
21+
# Netlist files (exported from Eeschema)
22+
*.net
23+
*.ipc
24+
25+
# Autorouter files (exported from Pcbnew)
26+
*.dsn
27+
*.ses
28+
29+
# Exported BOM files
30+
designators.csv
31+
*.xml
32+
#*.csv
33+
34+
35+
# -----------------------------------------
36+
# C, C++ Section
37+
# -----------------------------------------
38+
39+
# Prerequisites
40+
*.d
41+
42+
# Compiled Object files
43+
*.slo
44+
*.lo
45+
*.o
46+
*.obj
47+
48+
# Precompiled Headers
49+
*.gch
50+
*.pch
51+
52+
# Compiled Dynamic libraries
53+
*.so
54+
*.dylib
55+
*.dll
56+
57+
# Fortran module files
58+
*.mod
59+
*.smod
60+
61+
# Compiled Static libraries
62+
*.lai
63+
*.la
64+
*.a
65+
# *.lib
66+
67+
# Executables
68+
*.exe
69+
*.out
70+
*.app

0 commit comments

Comments
 (0)