Skip to content

Commit f80c90e

Browse files
authored
Initial commit
0 parents  commit f80c90e

File tree

2 files changed

+54
-0
lines changed

2 files changed

+54
-0
lines changed

.gitignore

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

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
# A111_Pulsed_Radar_Breakout
2+
Breakout (w/ RasPi pinout) for the A111 pulsed radar sensor.

0 commit comments

Comments
 (0)