Skip to content

Commit 36b03b3

Browse files
committed
First release
0 parents  commit 36b03b3

File tree

5 files changed

+1409
-0
lines changed

5 files changed

+1409
-0
lines changed

.gitignore

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
# General temp files
2+
*.DS_Store
3+
*.swp
4+
*.lck
5+
*.autosave
6+
*.user
7+
8+
# GNU/Make
9+
*/*.hex
10+
/*.elf
11+
*/*.o
12+
*/*.d
13+
*/*.i
14+
*/*.ii
15+
*/*.s
16+
*/*.dfu
17+
18+
# Altium
19+
*/History
20+
*/__Previews
21+
*/Project\ Logs\ for\ *
22+
*/Project\ Outputs\ for\ *
23+
*/debug.log
24+
*/*.PrjPcbStructure
25+
*.WAS
26+
27+
# Project specific

pcb/PCB1.PcbDoc

3.61 MB
Binary file not shown.

pcb/Sheet1.SchDoc

279 KB
Binary file not shown.

pcb/ch55x_programmer.OutJob

Lines changed: 295 additions & 0 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)