Skip to content

Commit b207104

Browse files
committed
Added readme and gitignore
1 parent 4fe415e commit b207104

File tree

2 files changed

+55
-0
lines changed

2 files changed

+55
-0
lines changed

.gitignore

Lines changed: 43 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,43 @@
1+
# Ignore list for Eagle, a PCB layout tool
2+
3+
# Backup files
4+
*.s#?
5+
*.b#?
6+
*.l#?
7+
8+
# Eagle project file
9+
# It contains a serial number and references to the file structure
10+
# on your computer.
11+
# comment the following line if you want to have your project file included.
12+
eagle.epf
13+
14+
# Autorouter files
15+
*.pro
16+
*.job
17+
18+
# CAM files
19+
*.$$$
20+
*.cmp
21+
*.ly2
22+
*.l15
23+
*.sol
24+
*.plc
25+
*.stc
26+
*.sts
27+
*.crc
28+
*.crs
29+
30+
*.dri
31+
*.drl
32+
*.gpi
33+
*.pls
34+
35+
*.drd
36+
*.drd.*
37+
38+
*.info
39+
40+
*.eps
41+
42+
# file locks introduced since 7.x
43+
*.lck

Readme.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
2+
# Breakout Board Collection
3+
4+
This repository includes a collection of breakout boards that I have wanted at various points. These have been grouped together for cheaper ordering from fixed size board-houses.
5+
6+
## Breakout Set 1 (5cm*5cm)
7+
8+
* USB Type-C recepticial (wurth 632723300011) with TUSB320 configuration controller breakout
9+
* USB Type-C recepticial (wurth 632723300011) with pulldown resisitors brekout
10+
* RJ12 breakout
11+
* XLR (Neutrik NC3*) breakout
12+
* Anderson powerpole pair with 25A pcb contacts (should also work with appropriate thickness wire) breakout

0 commit comments

Comments
 (0)