Skip to content

Commit 6528e3e

Browse files
author
Jim Lindblom
committed
Initial commit
0 parents  commit 6528e3e

File tree

2 files changed

+40
-0
lines changed

2 files changed

+40
-0
lines changed

.gitignore

+36
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,36 @@
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+
# CAM files
15+
*.$$$
16+
*.cmp
17+
*.ly2
18+
*.l15
19+
*.sol
20+
*.plc
21+
*.stc
22+
*.sts
23+
*.crc
24+
*.crs
25+
26+
*.dri
27+
*.drl
28+
*.gpi
29+
*.pls
30+
31+
*.drd
32+
*.drd.*
33+
34+
*.info
35+
36+
*.eps

README.md

+4
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
Micro_OLED_Breakout
2+
===================
3+
4+
Breakout board for a monochrome, 0.66", 64x48 OLED display.

0 commit comments

Comments
 (0)