We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
0 parents commit 6528e3eCopy full SHA for 6528e3e
.gitignore
@@ -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
@@ -0,0 +1,4 @@
+Micro_OLED_Breakout
+===================
+Breakout board for a monochrome, 0.66", 64x48 OLED display.
0 commit comments