leds;
35 |
36 | bool bleBufferEquals(const char* str) {
37 | return (strcmp(ble.buffer, str) == 0);
38 | }
39 |
40 | void allWhite() {
41 | colors = allWhiteColors;
42 | brightness = 31;
43 | }
44 |
45 | void allOff() {
46 | colors = allWhiteColors;
47 | brightness = 0;
48 | }
49 |
50 | void oneRed() {
51 | colors = oneRedColors;
52 | brightness = 7;
53 | }
54 |
55 | void oneBlue() {
56 | colors = oneBlueColors;
57 | brightness = 7;
58 | }
59 |
60 | void setup() {
61 | // Initialize BLE.
62 | ble.begin(false);
63 | ble.echo(false);
64 | ble.verbose(false);
65 | while (!ble.isConnected()) {
66 | delay(100);
67 | }
68 |
69 | // Initialize LED colors.
70 | for (uint16_t i = 0; i < ledCount; i++) {
71 | allWhiteColors[i].red = 255;
72 | allWhiteColors[i].green = 255;
73 | allWhiteColors[i].blue = 255;
74 |
75 | // Only the top LED.
76 | if (i == 24) {
77 | oneRedColors[i].red = 255;
78 | oneBlueColors[i].blue = 255;
79 | } else {
80 | oneRedColors[i].red = 0;
81 | oneBlueColors[i].blue = 0;
82 | }
83 | oneRedColors[i].green = 0;
84 | oneRedColors[i].blue = 0;
85 | oneBlueColors[i].red = 0;
86 | oneBlueColors[i].green = 0;
87 | }
88 |
89 | // Start with LEDs off.
90 | allOff();
91 | }
92 |
93 | void loop() {
94 | // Always write the LED state.
95 | leds.write(colors, ledCount, brightness);
96 |
97 | // Receive data.
98 | ble.println("AT+BLEUARTRX");
99 | ble.readline();
100 | if (!bleBufferEquals("OK")) {
101 | // Parse data.
102 | if (bleBufferEquals(CMD_ALL_WHITE)) {
103 | allWhite();
104 | } else if (bleBufferEquals(CMD_ALL_OFF)) {
105 | allOff();
106 | } else if (bleBufferEquals(CMD_ONE_RED)) {
107 | oneRed();
108 | } else if (bleBufferEquals(CMD_ONE_BLUE)) {
109 | oneBlue();
110 | }
111 | ble.waitForOK();
112 | }
113 | }
114 |
115 |
--------------------------------------------------------------------------------
/eagle/eagle.epf:
--------------------------------------------------------------------------------
1 | [Eagle]
2 | Version="07 06 00"
3 | Platform="Mac OS X"
4 | Serial="74251CB301-LSR-WLM-1CP"
5 | Globals="Globals"
6 | Desktop="Desktop"
7 |
8 | [Globals]
9 | AutoSaveProject=1
10 | UsedLibrary="/Applications/EAGLE-7.6.0/lbr/19inch.lbr"
11 | UsedLibrary="/Applications/EAGLE-7.6.0/lbr/40xx.lbr"
12 | UsedLibrary="/Applications/EAGLE-7.6.0/lbr/41xx.lbr"
13 | UsedLibrary="/Applications/EAGLE-7.6.0/lbr/45xx.lbr"
14 | UsedLibrary="/Applications/EAGLE-7.6.0/lbr/74ac-logic.lbr"
15 | UsedLibrary="/Applications/EAGLE-7.6.0/lbr/74ttl-din.lbr"
16 | UsedLibrary="/Applications/EAGLE-7.6.0/lbr/74xx-eu.lbr"
17 | UsedLibrary="/Applications/EAGLE-7.6.0/lbr/74xx-little-de.lbr"
18 | UsedLibrary="/Applications/EAGLE-7.6.0/lbr/74xx-little-us.lbr"
19 | UsedLibrary="/Applications/EAGLE-7.6.0/lbr/74xx-us.lbr"
20 | UsedLibrary="/Applications/EAGLE-7.6.0/lbr/751xx.lbr"
21 | UsedLibrary="/Applications/EAGLE-7.6.0/lbr/IQD-Frequency-Products.lbr"
22 | UsedLibrary="/Applications/EAGLE-7.6.0/lbr/advanced-test-technologies.lbr"
23 | UsedLibrary="/Applications/EAGLE-7.6.0/lbr/agilent-technologies.lbr"
24 | UsedLibrary="/Applications/EAGLE-7.6.0/lbr/allegro.lbr"
25 | UsedLibrary="/Applications/EAGLE-7.6.0/lbr/altera-cyclone-II.lbr"
26 | UsedLibrary="/Applications/EAGLE-7.6.0/lbr/altera-cyclone-III.lbr"
27 | UsedLibrary="/Applications/EAGLE-7.6.0/lbr/altera-stratix-iv.lbr"
28 | UsedLibrary="/Applications/EAGLE-7.6.0/lbr/altera.lbr"
29 | UsedLibrary="/Applications/EAGLE-7.6.0/lbr/am29-memory.lbr"
30 | UsedLibrary="/Applications/EAGLE-7.6.0/lbr/amd-mach.lbr"
31 | UsedLibrary="/Applications/EAGLE-7.6.0/lbr/amd.lbr"
32 | UsedLibrary="/Applications/EAGLE-7.6.0/lbr/amis.lbr"
33 | UsedLibrary="/Applications/EAGLE-7.6.0/lbr/analog-devices.lbr"
34 | UsedLibrary="/Applications/EAGLE-7.6.0/lbr/aplus.lbr"
35 | UsedLibrary="/Applications/EAGLE-7.6.0/lbr/ase.lbr"
36 | UsedLibrary="/Applications/EAGLE-7.6.0/lbr/atmel.lbr"
37 | UsedLibrary="/Applications/EAGLE-7.6.0/lbr/austriamicrosystems.lbr"
38 | UsedLibrary="/Applications/EAGLE-7.6.0/lbr/avago.lbr"
39 | UsedLibrary="/Applications/EAGLE-7.6.0/lbr/axis.lbr"
40 | UsedLibrary="/Applications/EAGLE-7.6.0/lbr/battery.lbr"
41 | UsedLibrary="/Applications/EAGLE-7.6.0/lbr/belton-engineering.lbr"
42 | UsedLibrary="/Applications/EAGLE-7.6.0/lbr/burr-brown.lbr"
43 | UsedLibrary="/Applications/EAGLE-7.6.0/lbr/busbar.lbr"
44 | UsedLibrary="/Applications/EAGLE-7.6.0/lbr/buzzer.lbr"
45 | UsedLibrary="/Applications/EAGLE-7.6.0/lbr/c-trimm.lbr"
46 | UsedLibrary="/Applications/EAGLE-7.6.0/lbr/california-micro-devices.lbr"
47 | UsedLibrary="/Applications/EAGLE-7.6.0/lbr/capacitor-wima.lbr"
48 | UsedLibrary="/Applications/EAGLE-7.6.0/lbr/chipcard-siemens.lbr"
49 | UsedLibrary="/Applications/EAGLE-7.6.0/lbr/cirrus-logic.lbr"
50 | UsedLibrary="/Applications/EAGLE-7.6.0/lbr/con-3m.lbr"
51 | UsedLibrary="/Applications/EAGLE-7.6.0/lbr/con-4ucon.lbr"
52 | UsedLibrary="/Applications/EAGLE-7.6.0/lbr/con-amp-champ.lbr"
53 | UsedLibrary="/Applications/EAGLE-7.6.0/lbr/con-amp-micromatch.lbr"
54 | UsedLibrary="/Applications/EAGLE-7.6.0/lbr/con-amp-mt.lbr"
55 | UsedLibrary="/Applications/EAGLE-7.6.0/lbr/con-amp-mt6.lbr"
56 | UsedLibrary="/Applications/EAGLE-7.6.0/lbr/con-amp-quick.lbr"
57 | UsedLibrary="/Applications/EAGLE-7.6.0/lbr/con-amp-te.lbr"
58 | UsedLibrary="/Applications/EAGLE-7.6.0/lbr/con-amp.lbr"
59 | UsedLibrary="/Applications/EAGLE-7.6.0/lbr/con-amphenol.lbr"
60 | UsedLibrary="/Applications/EAGLE-7.6.0/lbr/con-avx.lbr"
61 | UsedLibrary="/Applications/EAGLE-7.6.0/lbr/con-berg.lbr"
62 | UsedLibrary="/Applications/EAGLE-7.6.0/lbr/con-bosch.lbr"
63 | UsedLibrary="/Applications/EAGLE-7.6.0/lbr/con-chipcard-iso7816.lbr"
64 | UsedLibrary="/Applications/EAGLE-7.6.0/lbr/con-coax.lbr"
65 | UsedLibrary="/Applications/EAGLE-7.6.0/lbr/con-commcon.lbr"
66 | UsedLibrary="/Applications/EAGLE-7.6.0/lbr/con-conrad.lbr"
67 | UsedLibrary="/Applications/EAGLE-7.6.0/lbr/con-cpci.lbr"
68 | UsedLibrary="/Applications/EAGLE-7.6.0/lbr/con-cui.lbr"
69 | UsedLibrary="/Applications/EAGLE-7.6.0/lbr/con-cypressindustries.lbr"
70 | UsedLibrary="/Applications/EAGLE-7.6.0/lbr/con-deutsch.lbr"
71 | UsedLibrary="/Applications/EAGLE-7.6.0/lbr/con-dil.lbr"
72 | UsedLibrary="/Applications/EAGLE-7.6.0/lbr/con-ebyelectro.lbr"
73 | UsedLibrary="/Applications/EAGLE-7.6.0/lbr/con-elco.lbr"
74 | UsedLibrary="/Applications/EAGLE-7.6.0/lbr/con-erni.lbr"
75 | UsedLibrary="/Applications/EAGLE-7.6.0/lbr/con-faston.lbr"
76 | UsedLibrary="/Applications/EAGLE-7.6.0/lbr/con-fci.lbr"
77 | UsedLibrary="/Applications/EAGLE-7.6.0/lbr/con-friwo.lbr"
78 | UsedLibrary="/Applications/EAGLE-7.6.0/lbr/con-garry.lbr"
79 | UsedLibrary="/Applications/EAGLE-7.6.0/lbr/con-harting-h.lbr"
80 | UsedLibrary="/Applications/EAGLE-7.6.0/lbr/con-harting-ml.lbr"
81 | UsedLibrary="/Applications/EAGLE-7.6.0/lbr/con-harting-v.lbr"
82 | UsedLibrary="/Applications/EAGLE-7.6.0/lbr/con-harting.lbr"
83 | UsedLibrary="/Applications/EAGLE-7.6.0/lbr/con-hirose.lbr"
84 | UsedLibrary="/Applications/EAGLE-7.6.0/lbr/con-hirschmann.lbr"
85 | UsedLibrary="/Applications/EAGLE-7.6.0/lbr/con-jack.lbr"
86 | UsedLibrary="/Applications/EAGLE-7.6.0/lbr/con-jae.lbr"
87 | UsedLibrary="/Applications/EAGLE-7.6.0/lbr/con-jst.lbr"
88 | UsedLibrary="/Applications/EAGLE-7.6.0/lbr/con-kycon.lbr"
89 | UsedLibrary="/Applications/EAGLE-7.6.0/lbr/con-kyocera-elco.lbr"
90 | UsedLibrary="/Applications/EAGLE-7.6.0/lbr/con-lemo.lbr"
91 | UsedLibrary="/Applications/EAGLE-7.6.0/lbr/con-leotronics.lbr"
92 | UsedLibrary="/Applications/EAGLE-7.6.0/lbr/con-lsta.lbr"
93 | UsedLibrary="/Applications/EAGLE-7.6.0/lbr/con-lstb.lbr"
94 | UsedLibrary="/Applications/EAGLE-7.6.0/lbr/con-lumberg.lbr"
95 | UsedLibrary="/Applications/EAGLE-7.6.0/lbr/con-ml.lbr"
96 | UsedLibrary="/Applications/EAGLE-7.6.0/lbr/con-molex.lbr"
97 | UsedLibrary="/Applications/EAGLE-7.6.0/lbr/con-neutrik_ag.lbr"
98 | UsedLibrary="/Applications/EAGLE-7.6.0/lbr/con-omron.lbr"
99 | UsedLibrary="/Applications/EAGLE-7.6.0/lbr/con-panasonic.lbr"
100 | UsedLibrary="/Applications/EAGLE-7.6.0/lbr/con-panduit.lbr"
101 | UsedLibrary="/Applications/EAGLE-7.6.0/lbr/con-pc.lbr"
102 | UsedLibrary="/Applications/EAGLE-7.6.0/lbr/con-pc104.lbr"
103 | UsedLibrary="/Applications/EAGLE-7.6.0/lbr/con-phoenix-254.lbr"
104 | UsedLibrary="/Applications/EAGLE-7.6.0/lbr/con-phoenix-3.81.lbr"
105 | UsedLibrary="/Applications/EAGLE-7.6.0/lbr/con-phoenix-350.lbr"
106 | UsedLibrary="/Applications/EAGLE-7.6.0/lbr/con-phoenix-500.lbr"
107 | UsedLibrary="/Applications/EAGLE-7.6.0/lbr/con-phoenix-508.lbr"
108 | UsedLibrary="/Applications/EAGLE-7.6.0/lbr/con-phoenix-762.lbr"
109 | UsedLibrary="/Applications/EAGLE-7.6.0/lbr/con-phoenix-me_max.lbr"
110 | UsedLibrary="/Applications/EAGLE-7.6.0/lbr/con-phoenix-mkds_5.lbr"
111 | UsedLibrary="/Applications/EAGLE-7.6.0/lbr/con-phoenix-smkdsp.lbr"
112 | UsedLibrary="/Applications/EAGLE-7.6.0/lbr/con-ptr500.lbr"
113 | UsedLibrary="/Applications/EAGLE-7.6.0/lbr/con-pulse.lbr"
114 | UsedLibrary="/Applications/EAGLE-7.6.0/lbr/con-rib.lbr"
115 | UsedLibrary="/Applications/EAGLE-7.6.0/lbr/con-samtec.lbr"
116 | UsedLibrary="/Applications/EAGLE-7.6.0/lbr/con-shallin.lbr"
117 | UsedLibrary="/Applications/EAGLE-7.6.0/lbr/con-shiua-chyuan.lbr"
118 | UsedLibrary="/Applications/EAGLE-7.6.0/lbr/con-stewart.lbr"
119 | UsedLibrary="/Applications/EAGLE-7.6.0/lbr/con-stocko.lbr"
120 | UsedLibrary="/Applications/EAGLE-7.6.0/lbr/con-subd.lbr"
121 | UsedLibrary="/Applications/EAGLE-7.6.0/lbr/con-sullinselectronics.lbr"
122 | UsedLibrary="/Applications/EAGLE-7.6.0/lbr/con-thomas-betts.lbr"
123 | UsedLibrary="/Applications/EAGLE-7.6.0/lbr/con-tyco.lbr"
124 | UsedLibrary="/Applications/EAGLE-7.6.0/lbr/con-tycoelectronics.lbr"
125 | UsedLibrary="/Applications/EAGLE-7.6.0/lbr/con-vg.lbr"
126 | UsedLibrary="/Applications/EAGLE-7.6.0/lbr/con-wago-500.lbr"
127 | UsedLibrary="/Applications/EAGLE-7.6.0/lbr/con-wago-508.lbr"
128 | UsedLibrary="/Applications/EAGLE-7.6.0/lbr/con-wago.lbr"
129 | UsedLibrary="/Applications/EAGLE-7.6.0/lbr/con-wago255.lbr"
130 | UsedLibrary="/Applications/EAGLE-7.6.0/lbr/con-weidmueller-sl35.lbr"
131 | UsedLibrary="/Applications/EAGLE-7.6.0/lbr/con-wenzhou-yihua.lbr"
132 | UsedLibrary="/Applications/EAGLE-7.6.0/lbr/con-xmultiple.lbr"
133 | UsedLibrary="/Applications/EAGLE-7.6.0/lbr/con-yamaichi.lbr"
134 | UsedLibrary="/Applications/EAGLE-7.6.0/lbr/crystal.lbr"
135 | UsedLibrary="/Applications/EAGLE-7.6.0/lbr/csr.lbr"
136 | UsedLibrary="/Applications/EAGLE-7.6.0/lbr/cypress.lbr"
137 | UsedLibrary="/Applications/EAGLE-7.6.0/lbr/davicom.lbr"
138 | UsedLibrary="/Applications/EAGLE-7.6.0/lbr/dc-dc-converter.lbr"
139 | UsedLibrary="/Applications/EAGLE-7.6.0/lbr/dimensions.lbr"
140 | UsedLibrary="/Applications/EAGLE-7.6.0/lbr/diode.lbr"
141 | UsedLibrary="/Applications/EAGLE-7.6.0/lbr/discrete.lbr"
142 | UsedLibrary="/Applications/EAGLE-7.6.0/lbr/display-hp.lbr"
143 | UsedLibrary="/Applications/EAGLE-7.6.0/lbr/display-kingbright.lbr"
144 | UsedLibrary="/Applications/EAGLE-7.6.0/lbr/display-lcd.lbr"
145 | UsedLibrary="/Applications/EAGLE-7.6.0/lbr/docu-dummy.lbr"
146 | UsedLibrary="/Applications/EAGLE-7.6.0/lbr/dom-key.lbr"
147 | UsedLibrary="/Applications/EAGLE-7.6.0/lbr/eagle-ltspice.lbr"
148 | UsedLibrary="/Applications/EAGLE-7.6.0/lbr/ecl.lbr"
149 | UsedLibrary="/Applications/EAGLE-7.6.0/lbr/em-microelectronic.lbr"
150 | UsedLibrary="/Applications/EAGLE-7.6.0/lbr/etx-board.lbr"
151 | UsedLibrary="/Applications/EAGLE-7.6.0/lbr/exar.lbr"
152 | UsedLibrary="/Applications/EAGLE-7.6.0/lbr/fairchild-semic.lbr"
153 | UsedLibrary="/Applications/EAGLE-7.6.0/lbr/farnell.lbr"
154 | UsedLibrary="/Applications/EAGLE-7.6.0/lbr/fiber-optic-hp.lbr"
155 | UsedLibrary="/Applications/EAGLE-7.6.0/lbr/fiber-optic-siemens.lbr"
156 | UsedLibrary="/Applications/EAGLE-7.6.0/lbr/fifo.lbr"
157 | UsedLibrary="/Applications/EAGLE-7.6.0/lbr/flexipanel.lbr"
158 | UsedLibrary="/Applications/EAGLE-7.6.0/lbr/fox-electronics.lbr"
159 | UsedLibrary="/Applications/EAGLE-7.6.0/lbr/frames.lbr"
160 | UsedLibrary="/Applications/EAGLE-7.6.0/lbr/freescale.lbr"
161 | UsedLibrary="/Applications/EAGLE-7.6.0/lbr/ftdichip.lbr"
162 | UsedLibrary="/Applications/EAGLE-7.6.0/lbr/fujitsu.lbr"
163 | UsedLibrary="/Applications/EAGLE-7.6.0/lbr/fuse.lbr"
164 | UsedLibrary="/Applications/EAGLE-7.6.0/lbr/gennum.lbr"
165 | UsedLibrary="/Applications/EAGLE-7.6.0/lbr/halo-electronics.lbr"
166 | UsedLibrary="/Applications/EAGLE-7.6.0/lbr/heatsink.lbr"
167 | UsedLibrary="/Applications/EAGLE-7.6.0/lbr/holes.lbr"
168 | UsedLibrary="/Applications/EAGLE-7.6.0/lbr/holtek.lbr"
169 | UsedLibrary="/Applications/EAGLE-7.6.0/lbr/ic-package.lbr"
170 | UsedLibrary="/Applications/EAGLE-7.6.0/lbr/inductor-coilcraft.lbr"
171 | UsedLibrary="/Applications/EAGLE-7.6.0/lbr/inductor-neosid.lbr"
172 | UsedLibrary="/Applications/EAGLE-7.6.0/lbr/inductor-nkl.lbr"
173 | UsedLibrary="/Applications/EAGLE-7.6.0/lbr/inductors.lbr"
174 | UsedLibrary="/Applications/EAGLE-7.6.0/lbr/infineon-tricore.lbr"
175 | UsedLibrary="/Applications/EAGLE-7.6.0/lbr/infineon.lbr"
176 | UsedLibrary="/Applications/EAGLE-7.6.0/lbr/intersil-techwell.lbr"
177 | UsedLibrary="/Applications/EAGLE-7.6.0/lbr/intersil.lbr"
178 | UsedLibrary="/Applications/EAGLE-7.6.0/lbr/ir.lbr"
179 | UsedLibrary="/Applications/EAGLE-7.6.0/lbr/isd.lbr"
180 | UsedLibrary="/Applications/EAGLE-7.6.0/lbr/johanson-technology.lbr"
181 | UsedLibrary="/Applications/EAGLE-7.6.0/lbr/jump-0r-smd.lbr"
182 | UsedLibrary="/Applications/EAGLE-7.6.0/lbr/jumper.lbr"
183 | UsedLibrary="/Applications/EAGLE-7.6.0/lbr/lantronix.lbr"
184 | UsedLibrary="/Applications/EAGLE-7.6.0/lbr/lattice.lbr"
185 | UsedLibrary="/Applications/EAGLE-7.6.0/lbr/lc-filter.lbr"
186 | UsedLibrary="/Applications/EAGLE-7.6.0/lbr/led-7-segment.lbr"
187 | UsedLibrary="/Applications/EAGLE-7.6.0/lbr/led-citizen-electronics.lbr"
188 | UsedLibrary="/Applications/EAGLE-7.6.0/lbr/led-lumiled.lbr"
189 | UsedLibrary="/Applications/EAGLE-7.6.0/lbr/led.lbr"
190 | UsedLibrary="/Applications/EAGLE-7.6.0/lbr/lem.lbr"
191 | UsedLibrary="/Applications/EAGLE-7.6.0/lbr/linear-technology.lbr"
192 | UsedLibrary="/Applications/EAGLE-7.6.0/lbr/linear.lbr"
193 | UsedLibrary="/Applications/EAGLE-7.6.0/lbr/linx.lbr"
194 | UsedLibrary="/Applications/EAGLE-7.6.0/lbr/logo.lbr"
195 | UsedLibrary="/Applications/EAGLE-7.6.0/lbr/lprs.lbr"
196 | UsedLibrary="/Applications/EAGLE-7.6.0/lbr/lsi-computer-systems.lbr"
197 | UsedLibrary="/Applications/EAGLE-7.6.0/lbr/lumiled.lbr"
198 | UsedLibrary="/Applications/EAGLE-7.6.0/lbr/marks.lbr"
199 | UsedLibrary="/Applications/EAGLE-7.6.0/lbr/maxim.lbr"
200 | UsedLibrary="/Applications/EAGLE-7.6.0/lbr/maxstream.lbr"
201 | UsedLibrary="/Applications/EAGLE-7.6.0/lbr/melexis.lbr"
202 | UsedLibrary="/Applications/EAGLE-7.6.0/lbr/memory-hitachi.lbr"
203 | UsedLibrary="/Applications/EAGLE-7.6.0/lbr/memory-idt.lbr"
204 | UsedLibrary="/Applications/EAGLE-7.6.0/lbr/memory-micron.lbr"
205 | UsedLibrary="/Applications/EAGLE-7.6.0/lbr/memory-motorola-dram.lbr"
206 | UsedLibrary="/Applications/EAGLE-7.6.0/lbr/memory-nec.lbr"
207 | UsedLibrary="/Applications/EAGLE-7.6.0/lbr/memory-samsung.lbr"
208 | UsedLibrary="/Applications/EAGLE-7.6.0/lbr/memory-sram.lbr"
209 | UsedLibrary="/Applications/EAGLE-7.6.0/lbr/memory.lbr"
210 | UsedLibrary="/Applications/EAGLE-7.6.0/lbr/mems.lbr"
211 | UsedLibrary="/Applications/EAGLE-7.6.0/lbr/micrel.lbr"
212 | UsedLibrary="/Applications/EAGLE-7.6.0/lbr/micro-cyrod.lbr"
213 | UsedLibrary="/Applications/EAGLE-7.6.0/lbr/micro-fujitsu.lbr"
214 | UsedLibrary="/Applications/EAGLE-7.6.0/lbr/micro-harris.lbr"
215 | UsedLibrary="/Applications/EAGLE-7.6.0/lbr/micro-hitachi.lbr"
216 | UsedLibrary="/Applications/EAGLE-7.6.0/lbr/micro-infineon.lbr"
217 | UsedLibrary="/Applications/EAGLE-7.6.0/lbr/micro-intel.lbr"
218 | UsedLibrary="/Applications/EAGLE-7.6.0/lbr/micro-mc68000.lbr"
219 | UsedLibrary="/Applications/EAGLE-7.6.0/lbr/micro-motorola.lbr"
220 | UsedLibrary="/Applications/EAGLE-7.6.0/lbr/micro-philips.lbr"
221 | UsedLibrary="/Applications/EAGLE-7.6.0/lbr/micro-renesas.lbr"
222 | UsedLibrary="/Applications/EAGLE-7.6.0/lbr/micro-samsung.lbr"
223 | UsedLibrary="/Applications/EAGLE-7.6.0/lbr/micro-siemens.lbr"
224 | UsedLibrary="/Applications/EAGLE-7.6.0/lbr/microchip.lbr"
225 | UsedLibrary="/Applications/EAGLE-7.6.0/lbr/micron.lbr"
226 | UsedLibrary="/Applications/EAGLE-7.6.0/lbr/micronas.lbr"
227 | UsedLibrary="/Applications/EAGLE-7.6.0/lbr/microphon.lbr"
228 | UsedLibrary="/Applications/EAGLE-7.6.0/lbr/microwave.lbr"
229 | UsedLibrary="/Applications/EAGLE-7.6.0/lbr/midori-sensor.lbr"
230 | UsedLibrary="/Applications/EAGLE-7.6.0/lbr/minicircuits.lbr"
231 | UsedLibrary="/Applications/EAGLE-7.6.0/lbr/mitsubishi-semiconductor.lbr"
232 | UsedLibrary="/Applications/EAGLE-7.6.0/lbr/motorola-sensor-driver.lbr"
233 | UsedLibrary="/Applications/EAGLE-7.6.0/lbr/murata-filter.lbr"
234 | UsedLibrary="/Applications/EAGLE-7.6.0/lbr/murata-sensor.lbr"
235 | UsedLibrary="/Applications/EAGLE-7.6.0/lbr/nanotec.lbr"
236 | UsedLibrary="/Applications/EAGLE-7.6.0/lbr/national-instruments.lbr"
237 | UsedLibrary="/Applications/EAGLE-7.6.0/lbr/national-semiconductor.lbr"
238 | UsedLibrary="/Applications/EAGLE-7.6.0/lbr/nec-lqfp100-pack.lbr"
239 | UsedLibrary="/Applications/EAGLE-7.6.0/lbr/nec.lbr"
240 | UsedLibrary="/Applications/EAGLE-7.6.0/lbr/nrj-semiconductor.lbr"
241 | UsedLibrary="/Applications/EAGLE-7.6.0/lbr/omnivision.lbr"
242 | UsedLibrary="/Applications/EAGLE-7.6.0/lbr/on-semiconductor.lbr"
243 | UsedLibrary="/Applications/EAGLE-7.6.0/lbr/opto-honeywell-3000.lbr"
244 | UsedLibrary="/Applications/EAGLE-7.6.0/lbr/opto-honeywell-4000.lbr"
245 | UsedLibrary="/Applications/EAGLE-7.6.0/lbr/opto-honeywell.lbr"
246 | UsedLibrary="/Applications/EAGLE-7.6.0/lbr/opto-micro-linear.lbr"
247 | UsedLibrary="/Applications/EAGLE-7.6.0/lbr/opto-trans-siemens.lbr"
248 | UsedLibrary="/Applications/EAGLE-7.6.0/lbr/opto-transmittter-hp.lbr"
249 | UsedLibrary="/Applications/EAGLE-7.6.0/lbr/opto-vishay.lbr"
250 | UsedLibrary="/Applications/EAGLE-7.6.0/lbr/optocoupler.lbr"
251 | UsedLibrary="/Applications/EAGLE-7.6.0/lbr/pal.lbr"
252 | UsedLibrary="/Applications/EAGLE-7.6.0/lbr/philips-semiconductors.lbr"
253 | UsedLibrary="/Applications/EAGLE-7.6.0/lbr/photo-elements.lbr"
254 | UsedLibrary="/Applications/EAGLE-7.6.0/lbr/piher.lbr"
255 | UsedLibrary="/Applications/EAGLE-7.6.0/lbr/pinhead.lbr"
256 | UsedLibrary="/Applications/EAGLE-7.6.0/lbr/plcc-socket.lbr"
257 | UsedLibrary="/Applications/EAGLE-7.6.0/lbr/pld-intel.lbr"
258 | UsedLibrary="/Applications/EAGLE-7.6.0/lbr/plxtech.lbr"
259 | UsedLibrary="/Applications/EAGLE-7.6.0/lbr/pot-vitrohm.lbr"
260 | UsedLibrary="/Applications/EAGLE-7.6.0/lbr/pot-xicor.lbr"
261 | UsedLibrary="/Applications/EAGLE-7.6.0/lbr/pot.lbr"
262 | UsedLibrary="/Applications/EAGLE-7.6.0/lbr/ptc-ntc.lbr"
263 | UsedLibrary="/Applications/EAGLE-7.6.0/lbr/quantum-research-group.lbr"
264 | UsedLibrary="/Applications/EAGLE-7.6.0/lbr/rcl.lbr"
265 | UsedLibrary="/Applications/EAGLE-7.6.0/lbr/recom-international.lbr"
266 | UsedLibrary="/Applications/EAGLE-7.6.0/lbr/rectifier.lbr"
267 | UsedLibrary="/Applications/EAGLE-7.6.0/lbr/ref-packages-longpad.lbr"
268 | UsedLibrary="/Applications/EAGLE-7.6.0/lbr/ref-packages.lbr"
269 | UsedLibrary="/Applications/EAGLE-7.6.0/lbr/relay.lbr"
270 | UsedLibrary="/Applications/EAGLE-7.6.0/lbr/renesas.lbr"
271 | UsedLibrary="/Applications/EAGLE-7.6.0/lbr/resistor-bourns.lbr"
272 | UsedLibrary="/Applications/EAGLE-7.6.0/lbr/resistor-dil.lbr"
273 | UsedLibrary="/Applications/EAGLE-7.6.0/lbr/resistor-net.lbr"
274 | UsedLibrary="/Applications/EAGLE-7.6.0/lbr/resistor-power.lbr"
275 | UsedLibrary="/Applications/EAGLE-7.6.0/lbr/resistor-ruf.lbr"
276 | UsedLibrary="/Applications/EAGLE-7.6.0/lbr/resistor-shunt.lbr"
277 | UsedLibrary="/Applications/EAGLE-7.6.0/lbr/resistor-sil.lbr"
278 | UsedLibrary="/Applications/EAGLE-7.6.0/lbr/resistor.lbr"
279 | UsedLibrary="/Applications/EAGLE-7.6.0/lbr/rf-micro-devices.lbr"
280 | UsedLibrary="/Applications/EAGLE-7.6.0/lbr/rf-solutions.lbr"
281 | UsedLibrary="/Applications/EAGLE-7.6.0/lbr/rohm.lbr"
282 | UsedLibrary="/Applications/EAGLE-7.6.0/lbr/roundsolutions.lbr"
283 | UsedLibrary="/Applications/EAGLE-7.6.0/lbr/semicon-smd-ipc.lbr"
284 | UsedLibrary="/Applications/EAGLE-7.6.0/lbr/sensor-comus-group.lbr"
285 | UsedLibrary="/Applications/EAGLE-7.6.0/lbr/sensor-heraeus.lbr"
286 | UsedLibrary="/Applications/EAGLE-7.6.0/lbr/sensor-infratec.lbr"
287 | UsedLibrary="/Applications/EAGLE-7.6.0/lbr/sharp.lbr"
288 | UsedLibrary="/Applications/EAGLE-7.6.0/lbr/silabs.lbr"
289 | UsedLibrary="/Applications/EAGLE-7.6.0/lbr/sim-technology.lbr"
290 | UsedLibrary="/Applications/EAGLE-7.6.0/lbr/sipex.lbr"
291 | UsedLibrary="/Applications/EAGLE-7.6.0/lbr/smd-ipc.lbr"
292 | UsedLibrary="/Applications/EAGLE-7.6.0/lbr/smd-special.lbr"
293 | UsedLibrary="/Applications/EAGLE-7.6.0/lbr/solomon-systech.lbr"
294 | UsedLibrary="/Applications/EAGLE-7.6.0/lbr/solpad.lbr"
295 | UsedLibrary="/Applications/EAGLE-7.6.0/lbr/speaker.lbr"
296 | UsedLibrary="/Applications/EAGLE-7.6.0/lbr/special-drill.lbr"
297 | UsedLibrary="/Applications/EAGLE-7.6.0/lbr/special.lbr"
298 | UsedLibrary="/Applications/EAGLE-7.6.0/lbr/st-microelectronics.lbr"
299 | UsedLibrary="/Applications/EAGLE-7.6.0/lbr/stm32xx.lbr"
300 | UsedLibrary="/Applications/EAGLE-7.6.0/lbr/supertex.lbr"
301 | UsedLibrary="/Applications/EAGLE-7.6.0/lbr/supply1.lbr"
302 | UsedLibrary="/Applications/EAGLE-7.6.0/lbr/supply2.lbr"
303 | UsedLibrary="/Applications/EAGLE-7.6.0/lbr/switch-alps.lbr"
304 | UsedLibrary="/Applications/EAGLE-7.6.0/lbr/switch-coto.lbr"
305 | UsedLibrary="/Applications/EAGLE-7.6.0/lbr/switch-dil.lbr"
306 | UsedLibrary="/Applications/EAGLE-7.6.0/lbr/switch-misc.lbr"
307 | UsedLibrary="/Applications/EAGLE-7.6.0/lbr/switch-omron.lbr"
308 | UsedLibrary="/Applications/EAGLE-7.6.0/lbr/switch-raychem.lbr"
309 | UsedLibrary="/Applications/EAGLE-7.6.0/lbr/switch-reed.lbr"
310 | UsedLibrary="/Applications/EAGLE-7.6.0/lbr/switch.lbr"
311 | UsedLibrary="/Applications/EAGLE-7.6.0/lbr/telcom.lbr"
312 | UsedLibrary="/Applications/EAGLE-7.6.0/lbr/telecontrolli.lbr"
313 | UsedLibrary="/Applications/EAGLE-7.6.0/lbr/telefunken.lbr"
314 | UsedLibrary="/Applications/EAGLE-7.6.0/lbr/test-mate.lbr"
315 | UsedLibrary="/Applications/EAGLE-7.6.0/lbr/testpad.lbr"
316 | UsedLibrary="/Applications/EAGLE-7.6.0/lbr/texas-sn55-sn75.lbr"
317 | UsedLibrary="/Applications/EAGLE-7.6.0/lbr/texas.lbr"
318 | UsedLibrary="/Applications/EAGLE-7.6.0/lbr/toshiba.lbr"
319 | UsedLibrary="/Applications/EAGLE-7.6.0/lbr/traco-electronic.lbr"
320 | UsedLibrary="/Applications/EAGLE-7.6.0/lbr/trafo-bei.lbr"
321 | UsedLibrary="/Applications/EAGLE-7.6.0/lbr/trafo-hammondmfg.lbr"
322 | UsedLibrary="/Applications/EAGLE-7.6.0/lbr/trafo-siemens.lbr"
323 | UsedLibrary="/Applications/EAGLE-7.6.0/lbr/trafo-xicon.lbr"
324 | UsedLibrary="/Applications/EAGLE-7.6.0/lbr/trafo.lbr"
325 | UsedLibrary="/Applications/EAGLE-7.6.0/lbr/transformer-pulse.lbr"
326 | UsedLibrary="/Applications/EAGLE-7.6.0/lbr/transistor-fet.lbr"
327 | UsedLibrary="/Applications/EAGLE-7.6.0/lbr/transistor-neu-to92.lbr"
328 | UsedLibrary="/Applications/EAGLE-7.6.0/lbr/transistor-npn.lbr"
329 | UsedLibrary="/Applications/EAGLE-7.6.0/lbr/transistor-pnp.lbr"
330 | UsedLibrary="/Applications/EAGLE-7.6.0/lbr/transistor-power.lbr"
331 | UsedLibrary="/Applications/EAGLE-7.6.0/lbr/transistor-small-signal.lbr"
332 | UsedLibrary="/Applications/EAGLE-7.6.0/lbr/transistor.lbr"
333 | UsedLibrary="/Applications/EAGLE-7.6.0/lbr/triac.lbr"
334 | UsedLibrary="/Applications/EAGLE-7.6.0/lbr/trimble.lbr"
335 | UsedLibrary="/Applications/EAGLE-7.6.0/lbr/tripas.lbr"
336 | UsedLibrary="/Applications/EAGLE-7.6.0/lbr/u-blox.lbr"
337 | UsedLibrary="/Applications/EAGLE-7.6.0/lbr/uln-udn.lbr"
338 | UsedLibrary="/Applications/EAGLE-7.6.0/lbr/v-reg-micrel.lbr"
339 | UsedLibrary="/Applications/EAGLE-7.6.0/lbr/v-reg.lbr"
340 | UsedLibrary="/Applications/EAGLE-7.6.0/lbr/varistor.lbr"
341 | UsedLibrary="/Applications/EAGLE-7.6.0/lbr/wafer-scale-psd.lbr"
342 | UsedLibrary="/Applications/EAGLE-7.6.0/lbr/wirepad.lbr"
343 | UsedLibrary="/Applications/EAGLE-7.6.0/lbr/xicor.lbr"
344 | UsedLibrary="/Applications/EAGLE-7.6.0/lbr/xilinx-virtex-v5.lbr"
345 | UsedLibrary="/Applications/EAGLE-7.6.0/lbr/xilinx-xc18v.lbr"
346 | UsedLibrary="/Applications/EAGLE-7.6.0/lbr/xilinx-xc9.lbr"
347 | UsedLibrary="/Applications/EAGLE-7.6.0/lbr/xilinx-xcv.lbr"
348 | UsedLibrary="/Applications/EAGLE-7.6.0/lbr/zetex.lbr"
349 | UsedLibrary="/Applications/EAGLE-7.6.0/lbr/zilog.lbr"
350 | UsedLibrary="/Users/maxbraun/eagle_lbr/adafruit.lbr"
351 |
352 | [Win_1]
353 | Type="Schematic Editor"
354 | Loc="439 159 1718 1030"
355 | State=2
356 | Number=2
357 | File="light-ring.sch"
358 | View="-31.8086 -28.5022 179.924 101.994"
359 | WireWidths=" 0 0.3048 0.6096 0.8128 1.016 1.27 1.4224 1.6764 1.778 1.9304 2.1844 2.54 3.81 6.4516 0.4064 0.1524"
360 | PadDiameters=" 0.254 0.3048 0.4064 0.6096 0.8128 1.016 1.27 1.4224 1.6764 1.778 1.9304 2.1844 2.54 3.81 6.4516 0"
361 | PadDrills=" 0.5 0.6 0.7 0.9 1 1.1 1.2 1.3 1.4 1.5 1.6 2 2.2 2.8 3.2 0.8"
362 | ViaDiameters=" 0.254 0.3048 0.4064 0.6096 0.8128 1.016 1.27 1.4224 1.6764 1.778 1.9304 2.1844 2.54 3.81 6.4516 0"
363 | ViaDrills=" 0.5 0.7 0.8 0.9 1 1.1 1.2 1.3 1.4 1.5 1.6 2 2.2 2.8 3.2 0.6"
364 | HoleDrills=" 0.5 0.7 0.8 0.9 1 1.1 1.2 1.3 1.4 1.5 1.6 2 2.2 2.8 3.2 0.6"
365 | TextSizes=" 0.254 0.3048 0.4064 0.6096 0.8128 1.016 1.27 1.4224 1.6764 1.9304 2.1844 2.54 3.81 5.08 6.4516 1.778"
366 | PolygonSpacings=" 0.254 0.3048 0.4064 0.6096 0.8128 1.016 1.4224 1.6764 1.778 1.9304 2.1844 2.54 3.81 5.08 6.4516 1.27"
367 | PolygonIsolates=" 0.254 0.3048 0.4064 0.6096 0.8128 1.016 1.27 1.4224 1.6764 1.778 1.9304 2.1844 2.54 3.81 6.4516 0"
368 | MiterRadiuss=" 0.254 0.3175 0.635 1.27 2.54 1 2 2.5 5 7.5 10 0"
369 | DimensionWidths=" 0 0.127 0.254 0.1 0.26 0.13"
370 | DimensionExtWidths=" 0.127 0.254 0.1 0.13 0.26 0"
371 | DimensionExtLengths=" 1.27 2.54 1 2 3 0"
372 | DimensionExtOffsets=" 1.27 2.54 1 2 3 0"
373 | SmdSizes=" 0.3048 0.1524 0.4064 0.2032 0.6096 0.3048 0.8128 0.4064 1.016 0.508 1.27 0.6604 1.4224 0.7112 1.6764 0.8128 1.778 0.9144 1.9304 0.9652 2.1844 1.0668 2.54 1.27 3.81 1.9304 5.08 2.54 6.4516 3.2512 1.27 0.635"
374 | WireBend=0
375 | WireBendSet=31
376 | WireCap=1
377 | MiterStyle=0
378 | PadShape=0
379 | ViaShape=0
380 | PolygonPour=0
381 | PolygonRank=0
382 | PolygonThermals=1
383 | PolygonOrphans=0
384 | TextRatio=8
385 | DimensionUnit=1
386 | DimensionPrecision=2
387 | DimensionShowUnit=0
388 | PinDirection=3
389 | PinFunction=0
390 | PinLength=2
391 | PinVisible=3
392 | SwapLevel=0
393 | ArcDirection=0
394 | AddLevel=2
395 | PadsSameType=0
396 | Layer=91
397 | Views=" 1: -31.8086 -28.5022 179.924 101.994"
398 | Sheet="1"
399 |
400 | [Win_2]
401 | Type="Control Panel"
402 | Loc="0 23 599 422"
403 | State=2
404 | Number=0
405 |
406 | [Win_3]
407 | Type="Board Editor"
408 | Loc="0 23 2559 1327"
409 | State=2
410 | Number=1
411 | File="light-ring.brd"
412 | View="-5.60939 -3.91323 282.117 195.613"
413 | WireWidths=" 0 0.254 0.3048 0.6096 0.8128 1.016 1.27 1.4224 1.6764 1.778 1.9304 2.1844 2.54 3.81 6.4516 0.4064"
414 | PadDiameters=" 0.254 0.3048 0.4064 0.6096 0.8128 1.016 1.27 1.4224 1.6764 1.778 1.9304 2.1844 2.54 3.81 6.4516 0"
415 | PadDrills=" 0.5 0.6 0.7 0.9 1 1.1 1.2 1.3 1.4 1.5 1.6 2 2.2 2.8 3.2 0.8"
416 | ViaDiameters=" 0.254 0.3048 0.4064 0.6096 0.8128 1.016 1.27 1.4224 1.6764 1.778 1.9304 2.1844 2.54 3.81 6.4516 0"
417 | ViaDrills=" 0.5 0.7 0.8 0.9 1 1.1 1.2 1.3 1.4 1.5 1.6 2 2.2 2.8 3.2 0.6"
418 | HoleDrills=" 0.5 0.7 0.8 0.9 1 1.1 1.2 1.3 1.4 1.5 1.6 2 2.2 2.8 3.2 0.6"
419 | TextSizes=" 0.254 0.3048 0.4064 0.6096 0.8128 1.016 1.27 1.4224 1.6764 1.9304 2.1844 2.54 3.81 5.08 6.4516 1.778"
420 | PolygonSpacings=" 0.254 0.3048 0.4064 0.6096 0.8128 1.016 1.4224 1.6764 1.778 1.9304 2.1844 2.54 3.81 5.08 6.4516 1.27"
421 | PolygonIsolates=" 0.254 0.3048 0.4064 0.6096 0.8128 1.016 1.27 1.4224 1.6764 1.778 1.9304 2.1844 2.54 3.81 6.4516 0"
422 | MiterRadiuss=" 0.254 0.3175 0.635 1.27 2.54 1 2 2.5 5 7.5 10 0"
423 | DimensionWidths=" 0 0.127 0.254 0.1 0.26 0.13"
424 | DimensionExtWidths=" 0.127 0.254 0.1 0.13 0.26 0"
425 | DimensionExtLengths=" 1.27 2.54 1 2 3 0"
426 | DimensionExtOffsets=" 1.27 2.54 1 2 3 0"
427 | SmdSizes=" 0.3048 0.1524 0.4064 0.2032 0.6096 0.3048 0.8128 0.4064 1.016 0.508 1.27 0.6604 1.4224 0.7112 1.6764 0.8128 1.778 0.9144 1.9304 0.9652 2.1844 1.0668 2.54 1.27 3.81 1.9304 5.08 2.54 6.4516 3.2512 1.27 0.635"
428 | WireBend=0
429 | WireBendSet=0
430 | WireCap=1
431 | MiterStyle=0
432 | PadShape=0
433 | ViaShape=0
434 | PolygonPour=0
435 | PolygonRank=1
436 | PolygonThermals=1
437 | PolygonOrphans=0
438 | TextRatio=8
439 | DimensionUnit=1
440 | DimensionPrecision=2
441 | DimensionShowUnit=0
442 | PinDirection=3
443 | PinFunction=0
444 | PinLength=2
445 | PinVisible=3
446 | SwapLevel=0
447 | ArcDirection=0
448 | AddLevel=2
449 | PadsSameType=0
450 | Layer=16
451 |
452 | [Desktop]
453 | Screen="2560 1440"
454 | Window="Win_1"
455 | Window="Win_2"
456 | Window="Win_3"
457 |
--------------------------------------------------------------------------------
/eagle/light-ring-bom.xlsx:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/maxbbraun/lights/e5f028a8592973f11edecf2b1de0a960f353ca04/eagle/light-ring-bom.xlsx
--------------------------------------------------------------------------------
/eagle/light-ring-layer-mappings.txt:
--------------------------------------------------------------------------------
1 | Top Solder Paste
2 | .tcream.ger
3 | tCream (31)
4 |
5 | Bottom Solder Paste
6 | .bcream.ger
7 | bCream (32)
8 |
9 | Top Copper Layer
10 | .toplayer.ger
11 | Top (1)
12 | Pads (17)
13 | Vias (18)
14 |
15 | Bottom Copper Layer
16 | .bottomlayer.ger
17 | Bottom (16)
18 | Pads (17)
19 | Vias (18)
20 |
21 | Top Silkscreen
22 | .topsilkscreen.ger
23 | tPlace (21)
24 | tNames (25)
25 |
26 | Bottom Silk screen
27 | .bottomsilkscreen.ger
28 | bPlace (22)
29 | bNames (26)
30 |
31 | Top Solder Mask
32 | .topsoldermask.ger
33 | tStop (29)
34 |
35 | Bottom Solder Mask
36 | .bottomsoldermask.ger
37 | bStop (30)
38 |
39 | Board Outline
40 | .boardoutline.ger
41 | Dimension (20)
42 | Milling (46)
43 |
44 | Excellon Drill
45 | .drills.xln
46 | Drills (44)
47 | Holes (45)
--------------------------------------------------------------------------------
/eagle/light-ring.bcream.ger:
--------------------------------------------------------------------------------
1 | G75*
2 | %MOIN*%
3 | %OFA0B0*%
4 | %FSLAX25Y25*%
5 | %IPPOS*%
6 | %LPD*%
7 | %AMOC8*
8 | 5,1,8,0,0,1.08239X$1,22.5*
9 | %
10 | M02*
11 |
--------------------------------------------------------------------------------
/eagle/light-ring.bcream.gpi:
--------------------------------------------------------------------------------
1 | Generated by EAGLE CAM Processor 7.6.0
2 |
3 | Photoplotter Info File: /Users/maxbraun/Google Drive/eagle/smart-mirror/light-ring.bcream.gpi
4 |
5 | Date : 9/15/16 11:19 PM
6 | Plotfile : /Users/maxbraun/Google Drive/eagle/smart-mirror/light-ring.bcream.ger
7 | Apertures : generated:
8 | Device : Gerber RS-274-X photoplotter, coordinate format 2.5 inch
9 |
10 | Parameter settings:
11 |
12 | Emulate Apertures : no
13 | Tolerance Draw + : 0.00 %
14 | Tolerance Draw - : 0.00 %
15 | Tolerance Flash + : 0.00 %
16 | Tolerance Flash - : 0.00 %
17 | Rotate : no
18 | Mirror : no
19 | Optimize : yes
20 | Auto fit : yes
21 | OffsetX : 0inch
22 | OffsetY : 0inch
23 |
24 | Plotfile Info:
25 |
26 | Coordinate Format : 2.5
27 | Coordinate Units : Inch
28 | Data Mode : Absolute
29 | Zero Suppression : None
30 | End Of Block : *
31 |
32 | Apertures used:
33 |
34 | Code Shape Size used
35 |
36 |
37 |
--------------------------------------------------------------------------------
/eagle/light-ring.boardoutline.ger:
--------------------------------------------------------------------------------
1 | G75*
2 | %MOIN*%
3 | %OFA0B0*%
4 | %FSLAX25Y25*%
5 | %IPPOS*%
6 | %LPD*%
7 | %AMOC8*
8 | 5,1,8,0,0,1.08239X$1,22.5*
9 | %
10 | %ADD10C,0.00600*%
11 | D10*
12 | X0114442Y0092376D02*
13 | X0130645Y0081168D01*
14 | X0148124Y0070718D01*
15 | X0166912Y0061021D01*
16 | X0187044Y0052071D01*
17 | X0208552Y0043866D01*
18 | X0231470Y0036399D01*
19 | X0255832Y0029665D01*
20 | X0281671Y0023661D01*
21 | X0309022Y0018381D01*
22 | X0337917Y0013821D01*
23 | X0368390Y0009975D01*
24 | X0400475Y0006839D01*
25 | X0434206Y0004409D01*
26 | X0469615Y0002678D01*
27 | X0506737Y0001644D01*
28 | X0545606Y0001300D01*
29 | X0584474Y0001644D01*
30 | X0621596Y0002678D01*
31 | X0657006Y0004409D01*
32 | X0690736Y0006839D01*
33 | X0722821Y0009975D01*
34 | X0753294Y0013821D01*
35 | X0782190Y0018381D01*
36 | X0809540Y0023661D01*
37 | X0835379Y0029665D01*
38 | X0859741Y0036399D01*
39 | X0882660Y0043866D01*
40 | X0904168Y0052071D01*
41 | X0924299Y0061021D01*
42 | X0943087Y0070718D01*
43 | X0960566Y0081168D01*
44 | X0976769Y0092376D01*
45 | X0991729Y0104347D01*
46 | X1005481Y0117085D01*
47 | X1018058Y0130595D01*
48 | X1029494Y0144882D01*
49 | X1039821Y0159950D01*
50 | X1049074Y0175805D01*
51 | X1057287Y0192452D01*
52 | X1064492Y0209894D01*
53 | X1070724Y0228137D01*
54 | X1076016Y0247185D01*
55 | X1080402Y0267044D01*
56 | X1083915Y0287718D01*
57 | X1086589Y0309212D01*
58 | X1088457Y0331531D01*
59 | X1089553Y0354679D01*
60 | X1089911Y0378661D01*
61 | X1089553Y0402643D01*
62 | X1088457Y0425792D01*
63 | X1086589Y0448110D01*
64 | X1083915Y0469604D01*
65 | X1080402Y0490278D01*
66 | X1076016Y0510137D01*
67 | X1070724Y0529186D01*
68 | X1064492Y0547429D01*
69 | X1057287Y0564871D01*
70 | X1049074Y0581517D01*
71 | X1039821Y0597372D01*
72 | X1029494Y0612440D01*
73 | X1018058Y0626727D01*
74 | X1005481Y0640237D01*
75 | X0991729Y0652975D01*
76 | X0976769Y0664946D01*
77 | X0960566Y0676154D01*
78 | X0943087Y0686604D01*
79 | X0924299Y0696302D01*
80 | X0904168Y0705251D01*
81 | X0882660Y0713457D01*
82 | X0859741Y0720924D01*
83 | X0835379Y0727657D01*
84 | X0809540Y0733661D01*
85 | X0782190Y0738941D01*
86 | X0753294Y0743502D01*
87 | X0722821Y0747347D01*
88 | X0690736Y0750483D01*
89 | X0657006Y0752914D01*
90 | X0621596Y0754644D01*
91 | X0584474Y0755678D01*
92 | X0545606Y0756022D01*
93 | X0506737Y0755678D01*
94 | X0469615Y0754644D01*
95 | X0434206Y0752914D01*
96 | X0400475Y0750483D01*
97 | X0368390Y0747347D01*
98 | X0337917Y0743502D01*
99 | X0309022Y0738941D01*
100 | X0281671Y0733661D01*
101 | X0255832Y0727657D01*
102 | X0231470Y0720924D01*
103 | X0208551Y0713457D01*
104 | X0187044Y0705251D01*
105 | X0166912Y0696302D01*
106 | X0148124Y0686604D01*
107 | X0130645Y0676154D01*
108 | X0114442Y0664946D01*
109 | X0099482Y0652975D01*
110 | X0085730Y0640237D01*
111 | X0073153Y0626727D01*
112 | X0061717Y0612440D01*
113 | X0051390Y0597372D01*
114 | X0042137Y0581517D01*
115 | X0033924Y0564871D01*
116 | X0026719Y0547429D01*
117 | X0020487Y0529186D01*
118 | X0015195Y0510137D01*
119 | X0010809Y0490278D01*
120 | X0007296Y0469604D01*
121 | X0004623Y0448110D01*
122 | X0002754Y0425792D01*
123 | X0001658Y0402643D01*
124 | X0001300Y0378661D01*
125 | X0001658Y0354679D01*
126 | X0002754Y0331531D01*
127 | X0004623Y0309212D01*
128 | X0007296Y0287718D01*
129 | X0010809Y0267044D01*
130 | X0015195Y0247185D01*
131 | X0020487Y0228137D01*
132 | X0026719Y0209894D01*
133 | X0033924Y0192452D01*
134 | X0042137Y0175805D01*
135 | X0051390Y0159950D01*
136 | X0061718Y0144882D01*
137 | X0073153Y0130595D01*
138 | X0085730Y0117085D01*
139 | X0099482Y0104347D01*
140 | X0114442Y0092376D01*
141 | X0144288Y0132492D02*
142 | X0158420Y0122746D01*
143 | X0173727Y0113672D01*
144 | X0190241Y0105254D01*
145 | X0207994Y0097482D01*
146 | X0227019Y0090340D01*
147 | X0247348Y0083817D01*
148 | X0269014Y0077899D01*
149 | X0292048Y0072573D01*
150 | X0318083Y0067549D01*
151 | X0345624Y0063210D01*
152 | X0374727Y0059551D01*
153 | X0405446Y0056568D01*
154 | X0437838Y0054256D01*
155 | X0471958Y0052611D01*
156 | X0507862Y0051627D01*
157 | X0545606Y0051300D01*
158 | X0583349Y0051627D01*
159 | X0619253Y0052611D01*
160 | X0653373Y0054256D01*
161 | X0685765Y0056568D01*
162 | X0716485Y0059551D01*
163 | X0745587Y0063210D01*
164 | X0773128Y0067549D01*
165 | X0799163Y0072573D01*
166 | X0822197Y0077899D01*
167 | X0843863Y0083817D01*
168 | X0864192Y0090340D01*
169 | X0883217Y0097482D01*
170 | X0900970Y0105254D01*
171 | X0917484Y0113672D01*
172 | X0932791Y0122746D01*
173 | X0946924Y0132492D01*
174 | X0958751Y0141942D01*
175 | X0969696Y0152044D01*
176 | X0979773Y0162818D01*
177 | X0988999Y0174285D01*
178 | X0997389Y0186466D01*
179 | X1004958Y0199382D01*
180 | X1011722Y0213054D01*
181 | X1017696Y0227502D01*
182 | X1022943Y0242862D01*
183 | X1027474Y0259166D01*
184 | X1031294Y0276446D01*
185 | X1034409Y0294737D01*
186 | X1036824Y0314071D01*
187 | X1038543Y0334481D01*
188 | X1039570Y0356000D01*
189 | X1039912Y0378661D01*
190 | X1039570Y0401323D01*
191 | X1038543Y0422842D01*
192 | X1036824Y0443252D01*
193 | X1034409Y0462586D01*
194 | X1031294Y0480876D01*
195 | X1027474Y0498157D01*
196 | X1022943Y0514461D01*
197 | X1017696Y0529821D01*
198 | X1011722Y0544269D01*
199 | X1004958Y0557940D01*
200 | X0997389Y0570856D01*
201 | X0988999Y0583037D01*
202 | X0979773Y0594504D01*
203 | X0969696Y0605278D01*
204 | X0958751Y0615380D01*
205 | X0946924Y0624830D01*
206 | X0932791Y0634576D01*
207 | X0917484Y0643651D01*
208 | X0900970Y0652068D01*
209 | X0883217Y0659841D01*
210 | X0864192Y0666982D01*
211 | X0843863Y0673506D01*
212 | X0822197Y0679424D01*
213 | X0799163Y0684750D01*
214 | X0773128Y0689774D01*
215 | X0745587Y0694113D01*
216 | X0716485Y0697771D01*
217 | X0685765Y0700754D01*
218 | X0653373Y0703066D01*
219 | X0619253Y0704711D01*
220 | X0583349Y0705695D01*
221 | X0545606Y0706022D01*
222 | X0507862Y0705695D01*
223 | X0471958Y0704711D01*
224 | X0437838Y0703066D01*
225 | X0405446Y0700754D01*
226 | X0374727Y0697771D01*
227 | X0345624Y0694113D01*
228 | X0318083Y0689774D01*
229 | X0292048Y0684750D01*
230 | X0269014Y0679424D01*
231 | X0247348Y0673506D01*
232 | X0227019Y0666982D01*
233 | X0207994Y0659841D01*
234 | X0190241Y0652068D01*
235 | X0173727Y0643651D01*
236 | X0158420Y0634576D01*
237 | X0144288Y0624830D01*
238 | X0132461Y0615380D01*
239 | X0121516Y0605278D01*
240 | X0111439Y0594504D01*
241 | X0102213Y0583037D01*
242 | X0093823Y0570856D01*
243 | X0086254Y0557940D01*
244 | X0079491Y0544269D01*
245 | X0073516Y0529821D01*
246 | X0068269Y0514461D01*
247 | X0063738Y0498157D01*
248 | X0059917Y0480877D01*
249 | X0056802Y0462586D01*
250 | X0054388Y0443252D01*
251 | X0052669Y0422842D01*
252 | X0051642Y0401323D01*
253 | X0051300Y0378661D01*
254 | X0051642Y0356000D01*
255 | X0052669Y0334481D01*
256 | X0054388Y0314071D01*
257 | X0056802Y0294737D01*
258 | X0059917Y0276446D01*
259 | X0063738Y0259166D01*
260 | X0068269Y0242862D01*
261 | X0073516Y0227502D01*
262 | X0079491Y0213054D01*
263 | X0086254Y0199382D01*
264 | X0093823Y0186466D01*
265 | X0102213Y0174285D01*
266 | X0111439Y0162818D01*
267 | X0121516Y0152044D01*
268 | X0132461Y0141942D01*
269 | X0144288Y0132492D01*
270 | X0158420Y0122746D01*
271 | X0173727Y0113672D01*
272 | X0190241Y0105254D01*
273 | X0207994Y0097482D01*
274 | X0227019Y0090340D01*
275 | X0247348Y0083817D01*
276 | X0269014Y0077899D01*
277 | X0292048Y0072573D01*
278 | X0318083Y0067549D01*
279 | X0345624Y0063210D01*
280 | X0374727Y0059551D01*
281 | X0405446Y0056568D01*
282 | X0437838Y0054256D01*
283 | X0471958Y0052611D01*
284 | X0507862Y0051627D01*
285 | X0545606Y0051300D01*
286 | X0583349Y0051627D01*
287 | X0619253Y0052611D01*
288 | X0653373Y0054256D01*
289 | X0685765Y0056568D01*
290 | X0716485Y0059551D01*
291 | X0745587Y0063210D01*
292 | X0773128Y0067549D01*
293 | X0799163Y0072573D01*
294 | X0822197Y0077899D01*
295 | X0843863Y0083817D01*
296 | X0864192Y0090340D01*
297 | X0883217Y0097482D01*
298 | X0900970Y0105254D01*
299 | X0917484Y0113672D01*
300 | X0932791Y0122746D01*
301 | X0946924Y0132492D01*
302 | X0958751Y0141942D01*
303 | X0969696Y0152044D01*
304 | X0979773Y0162818D01*
305 | X0988999Y0174285D01*
306 | X0997389Y0186466D01*
307 | X1004958Y0199382D01*
308 | X1011722Y0213054D01*
309 | X1017696Y0227502D01*
310 | X1022943Y0242862D01*
311 | X1027474Y0259166D01*
312 | X1031294Y0276446D01*
313 | X1034409Y0294737D01*
314 | X1036824Y0314071D01*
315 | X1038543Y0334481D01*
316 | X1039570Y0356000D01*
317 | X1039912Y0378661D01*
318 | X1039570Y0401323D01*
319 | X1038543Y0422842D01*
320 | X1036824Y0443252D01*
321 | X1034409Y0462586D01*
322 | X1031294Y0480876D01*
323 | X1027474Y0498157D01*
324 | X1022943Y0514461D01*
325 | X1017696Y0529821D01*
326 | X1011722Y0544269D01*
327 | X1004958Y0557940D01*
328 | X0997389Y0570856D01*
329 | X0988999Y0583037D01*
330 | X0979773Y0594504D01*
331 | X0969696Y0605278D01*
332 | X0958751Y0615380D01*
333 | X0946924Y0624830D01*
334 | X0932791Y0634576D01*
335 | X0917484Y0643651D01*
336 | X0900970Y0652068D01*
337 | X0883217Y0659841D01*
338 | X0864192Y0666982D01*
339 | X0843863Y0673506D01*
340 | X0822197Y0679424D01*
341 | X0799163Y0684750D01*
342 | X0773128Y0689774D01*
343 | X0745587Y0694113D01*
344 | X0716485Y0697771D01*
345 | X0685765Y0700754D01*
346 | X0653373Y0703066D01*
347 | X0619253Y0704711D01*
348 | X0583349Y0705695D01*
349 | X0545606Y0706022D01*
350 | X0507862Y0705695D01*
351 | X0471958Y0704711D01*
352 | X0437838Y0703066D01*
353 | X0405446Y0700754D01*
354 | X0374727Y0697771D01*
355 | X0345624Y0694113D01*
356 | X0318083Y0689774D01*
357 | X0292048Y0684750D01*
358 | X0269014Y0679424D01*
359 | X0247348Y0673506D01*
360 | X0227019Y0666982D01*
361 | X0207994Y0659841D01*
362 | X0190241Y0652068D01*
363 | X0173727Y0643651D01*
364 | X0158420Y0634576D01*
365 | X0144288Y0624830D01*
366 | X0132461Y0615380D01*
367 | X0121516Y0605278D01*
368 | X0111439Y0594504D01*
369 | X0102213Y0583037D01*
370 | X0093823Y0570856D01*
371 | X0086254Y0557940D01*
372 | X0079491Y0544269D01*
373 | X0073516Y0529821D01*
374 | X0068269Y0514461D01*
375 | X0063738Y0498157D01*
376 | X0059917Y0480877D01*
377 | X0056802Y0462586D01*
378 | X0054388Y0443252D01*
379 | X0052669Y0422842D01*
380 | X0051642Y0401323D01*
381 | X0051300Y0378661D01*
382 | X0051642Y0356000D01*
383 | X0052669Y0334481D01*
384 | X0054388Y0314071D01*
385 | X0056802Y0294737D01*
386 | X0059917Y0276446D01*
387 | X0063738Y0259166D01*
388 | X0068269Y0242862D01*
389 | X0073516Y0227502D01*
390 | X0079491Y0213054D01*
391 | X0086254Y0199382D01*
392 | X0093823Y0186466D01*
393 | X0102213Y0174285D01*
394 | X0111439Y0162818D01*
395 | X0121516Y0152044D01*
396 | X0132461Y0141942D01*
397 | X0144288Y0132492D01*
398 | M02*
399 |
--------------------------------------------------------------------------------
/eagle/light-ring.boardoutline.gpi:
--------------------------------------------------------------------------------
1 | Generated by EAGLE CAM Processor 7.6.0
2 |
3 | Photoplotter Info File: /Users/maxbraun/Google Drive/eagle/smart-mirror/light-ring.boardoutline.gpi
4 |
5 | Date : 9/15/16 11:19 PM
6 | Plotfile : /Users/maxbraun/Google Drive/eagle/smart-mirror/light-ring.boardoutline.ger
7 | Apertures : generated:
8 | Device : Gerber RS-274-X photoplotter, coordinate format 2.5 inch
9 |
10 | Parameter settings:
11 |
12 | Emulate Apertures : no
13 | Tolerance Draw + : 0.00 %
14 | Tolerance Draw - : 0.00 %
15 | Tolerance Flash + : 0.00 %
16 | Tolerance Flash - : 0.00 %
17 | Rotate : no
18 | Mirror : no
19 | Optimize : yes
20 | Auto fit : yes
21 | OffsetX : 0inch
22 | OffsetY : 0inch
23 |
24 | Plotfile Info:
25 |
26 | Coordinate Format : 2.5
27 | Coordinate Units : Inch
28 | Data Mode : Absolute
29 | Zero Suppression : None
30 | End Of Block : *
31 |
32 | Apertures used:
33 |
34 | Code Shape Size used
35 |
36 | D10 draw 0.0060inch 384
37 |
38 |
--------------------------------------------------------------------------------
/eagle/light-ring.bottomlayer.gpi:
--------------------------------------------------------------------------------
1 | Generated by EAGLE CAM Processor 7.6.0
2 |
3 | Photoplotter Info File: /Users/maxbraun/Google Drive/eagle/smart-mirror/light-ring.bottomlayer.gpi
4 |
5 | Date : 9/15/16 11:19 PM
6 | Plotfile : /Users/maxbraun/Google Drive/eagle/smart-mirror/light-ring.bottomlayer.ger
7 | Apertures : generated:
8 | Device : Gerber RS-274-X photoplotter, coordinate format 2.5 inch
9 |
10 | Parameter settings:
11 |
12 | Emulate Apertures : no
13 | Tolerance Draw + : 0.00 %
14 | Tolerance Draw - : 0.00 %
15 | Tolerance Flash + : 0.00 %
16 | Tolerance Flash - : 0.00 %
17 | Rotate : no
18 | Mirror : no
19 | Optimize : yes
20 | Auto fit : yes
21 | OffsetX : 0inch
22 | OffsetY : 0inch
23 |
24 | Plotfile Info:
25 |
26 | Coordinate Format : 2.5
27 | Coordinate Units : Inch
28 | Data Mode : Absolute
29 | Zero Suppression : None
30 | End Of Block : *
31 |
32 | Apertures used:
33 |
34 | Code Shape Size used
35 |
36 | D10 octagon 0.0850inch 4
37 | D11 draw 0.0040inch 4493
38 | D12 round 0.0396inch 32
39 |
40 |
--------------------------------------------------------------------------------
/eagle/light-ring.bottomsilkscreen.ger:
--------------------------------------------------------------------------------
1 | G75*
2 | %MOIN*%
3 | %OFA0B0*%
4 | %FSLAX25Y25*%
5 | %IPPOS*%
6 | %LPD*%
7 | %AMOC8*
8 | 5,1,8,0,0,1.08239X$1,22.5*
9 | %
10 | M02*
11 |
--------------------------------------------------------------------------------
/eagle/light-ring.bottomsilkscreen.gpi:
--------------------------------------------------------------------------------
1 | Generated by EAGLE CAM Processor 7.6.0
2 |
3 | Photoplotter Info File: /Users/maxbraun/Google Drive/eagle/smart-mirror/light-ring.bottomsilkscreen.gpi
4 |
5 | Date : 9/15/16 11:19 PM
6 | Plotfile : /Users/maxbraun/Google Drive/eagle/smart-mirror/light-ring.bottomsilkscreen.ger
7 | Apertures : generated:
8 | Device : Gerber RS-274-X photoplotter, coordinate format 2.5 inch
9 |
10 | Parameter settings:
11 |
12 | Emulate Apertures : no
13 | Tolerance Draw + : 0.00 %
14 | Tolerance Draw - : 0.00 %
15 | Tolerance Flash + : 0.00 %
16 | Tolerance Flash - : 0.00 %
17 | Rotate : no
18 | Mirror : no
19 | Optimize : yes
20 | Auto fit : yes
21 | OffsetX : 0inch
22 | OffsetY : 0inch
23 |
24 | Plotfile Info:
25 |
26 | Coordinate Format : 2.5
27 | Coordinate Units : Inch
28 | Data Mode : Absolute
29 | Zero Suppression : None
30 | End Of Block : *
31 |
32 | Apertures used:
33 |
34 | Code Shape Size used
35 |
36 |
37 |
--------------------------------------------------------------------------------
/eagle/light-ring.bottomsoldermask.ger:
--------------------------------------------------------------------------------
1 | G75*
2 | %MOIN*%
3 | %OFA0B0*%
4 | %FSLAX25Y25*%
5 | %IPPOS*%
6 | %LPD*%
7 | %AMOC8*
8 | 5,1,8,0,0,1.08239X$1,22.5*
9 | %
10 | %ADD10OC8,0.09300*%
11 | %ADD11C,0.04762*%
12 | D10*
13 | X1055519Y0319543D03*
14 | X1068911Y0319543D03*
15 | X1071611Y0339291D03*
16 | X1058219Y0339291D03*
17 | D11*
18 | X0162471Y0082881D03*
19 | X0248196Y0050072D03*
20 | X0336919Y0032119D03*
21 | X0427701Y0022941D03*
22 | X0521983Y0019607D03*
23 | X0616322Y0020633D03*
24 | X0707390Y0026443D03*
25 | X0797019Y0039284D03*
26 | X0885614Y0063589D03*
27 | X0967488Y0106859D03*
28 | X1029335Y0175916D03*
29 | X1061611Y0263415D03*
30 | X1071611Y0355039D03*
31 | X1068839Y0447219D03*
32 | X1049302Y0538588D03*
33 | X1002376Y0618606D03*
34 | X0928741Y0674441D03*
35 | X0843016Y0707250D03*
36 | X0754292Y0725203D03*
37 | X0663510Y0734381D03*
38 | X0569228Y0737715D03*
39 | X0474889Y0736689D03*
40 | X0383822Y0730879D03*
41 | X0294192Y0718039D03*
42 | X0205597Y0693733D03*
43 | X0123724Y0650463D03*
44 | X0061876Y0581406D03*
45 | X0029600Y0493907D03*
46 | X0019607Y0402283D03*
47 | X0022373Y0310103D03*
48 | X0041909Y0218734D03*
49 | X0088836Y0138716D03*
50 | M02*
51 |
--------------------------------------------------------------------------------
/eagle/light-ring.bottomsoldermask.gpi:
--------------------------------------------------------------------------------
1 | Generated by EAGLE CAM Processor 7.6.0
2 |
3 | Photoplotter Info File: /Users/maxbraun/Google Drive/eagle/smart-mirror/light-ring.bottomsoldermask.gpi
4 |
5 | Date : 9/15/16 11:19 PM
6 | Plotfile : /Users/maxbraun/Google Drive/eagle/smart-mirror/light-ring.bottomsoldermask.ger
7 | Apertures : generated:
8 | Device : Gerber RS-274-X photoplotter, coordinate format 2.5 inch
9 |
10 | Parameter settings:
11 |
12 | Emulate Apertures : no
13 | Tolerance Draw + : 0.00 %
14 | Tolerance Draw - : 0.00 %
15 | Tolerance Flash + : 0.00 %
16 | Tolerance Flash - : 0.00 %
17 | Rotate : no
18 | Mirror : no
19 | Optimize : yes
20 | Auto fit : yes
21 | OffsetX : 0inch
22 | OffsetY : 0inch
23 |
24 | Plotfile Info:
25 |
26 | Coordinate Format : 2.5
27 | Coordinate Units : Inch
28 | Data Mode : Absolute
29 | Zero Suppression : None
30 | End Of Block : *
31 |
32 | Apertures used:
33 |
34 | Code Shape Size used
35 |
36 | D10 octagon 0.0930inch 4
37 | D11 round 0.0476inch 32
38 |
39 |
--------------------------------------------------------------------------------
/eagle/light-ring.drills.dri:
--------------------------------------------------------------------------------
1 | Generated by EAGLE CAM Processor 7.6.0
2 |
3 | Drill Station Info File: /Users/maxbraun/Google Drive/eagle/smart-mirror/light-ring.drills.dri
4 |
5 | Date : 9/15/16 11:19 PM
6 | Drills : generated
7 | Device : Excellon drill station, coordinate format 2.4 inch
8 |
9 | Parameter settings:
10 |
11 | Tolerance Drill + : 0.00 %
12 | Tolerance Drill - : 0.00 %
13 | Rotate : no
14 | Mirror : no
15 | Optimize : yes
16 | Auto fit : yes
17 | OffsetX : 0inch
18 | OffsetY : 0inch
19 | Layers : Drills Holes
20 |
21 | Drill File Info:
22 |
23 | Data Mode : Absolute
24 | Units : 1/10000 Inch
25 |
26 | Drills used:
27 |
28 | Code Size used
29 |
30 | T01 0.0236inch 32
31 | T02 0.0400inch 4
32 |
33 | Total number of drills: 36
34 |
35 | Plotfiles:
36 |
37 | /Users/maxbraun/Google Drive/eagle/smart-mirror/light-ring.drills.xln
38 |
--------------------------------------------------------------------------------
/eagle/light-ring.drills.xln:
--------------------------------------------------------------------------------
1 | %
2 | M48
3 | M72
4 | T01C0.0236
5 | T02C0.0400
6 | %
7 | T01
8 | X16247Y8288
9 | X24820Y5007
10 | X33692Y3212
11 | X42770Y2294
12 | X52198Y1961
13 | X61632Y2063
14 | X70739Y2644
15 | X79702Y3928
16 | X88561Y6359
17 | X96749Y10686
18 | X102934Y17592
19 | X106161Y26341
20 | X107161Y35504
21 | X106884Y44722
22 | X104930Y53859
23 | X100238Y61861
24 | X92874Y67444
25 | X84302Y70725
26 | X75429Y72520
27 | X66351Y73438
28 | X56923Y73772
29 | X47489Y73669
30 | X38382Y73088
31 | X29419Y71804
32 | X20560Y69373
33 | X12372Y65046
34 | X6188Y58141
35 | X2960Y49391
36 | X1961Y40228
37 | X2237Y31010
38 | X4191Y21873
39 | X8884Y13872
40 | T02
41 | X105552Y31954
42 | X106891Y31954
43 | X107161Y33929
44 | X105822Y33929
45 | M30
46 |
--------------------------------------------------------------------------------
/eagle/light-ring.dru:
--------------------------------------------------------------------------------
1 | description[de] = EAGLE Design Rules\n\nDie Standard-Design-Rules sind so gewählt, dass sie für \ndie meisten Anwendungen passen. Sollte ihre Platine \nbesondere Anforderungen haben, treffen Sie die erforderlichen\nEinstellungen hier und speichern die Design Rules unter \neinem neuen Namen ab.
2 | description[en] = EAGLE Design Rules\n
\nThe default Design Rules have been set to cover\na wide range of applications. Your particular design\nmay have different requirements, so please make the\nnecessary adjustments and save your customized\ndesign rules under a new name.
3 | layerSetup = (1*16)
4 | mtCopper = 0.1mm 0.035mm 0.035mm 0.035mm 0.035mm 0.035mm 0.035mm 0.035mm 0.035mm 0.035mm 0.035mm 0.035mm 0.035mm 0.035mm 0.035mm 0.1mm
5 | mtIsolate = 1.5mm 0.15mm 0.2mm 0.15mm 0.2mm 0.15mm 0.2mm 0.15mm 0.2mm 0.15mm 0.2mm 0.15mm 0.2mm 0.15mm 0.2mm
6 | mdWireWire = 8mil
7 | mdWirePad = 8mil
8 | mdWireVia = 8mil
9 | mdPadPad = 8mil
10 | mdPadVia = 8mil
11 | mdViaVia = 8mil
12 | mdSmdPad = 8mil
13 | mdSmdVia = 8mil
14 | mdSmdSmd = 8mil
15 | mdViaViaSameLayer = 8mil
16 | mnLayersViaInSmd = 2
17 | mdCopperDimension = 40mil
18 | mdDrill = 8mil
19 | mdSmdStop = 0mil
20 | msWidth = 10mil
21 | msDrill = 24mil
22 | msMicroVia = 9.99mm
23 | msBlindViaRatio = 0.500000
24 | rvPadTop = 0.250000
25 | rvPadInner = 0.250000
26 | rvPadBottom = 0.250000
27 | rvViaOuter = 0.250000
28 | rvViaInner = 0.250000
29 | rvMicroViaOuter = 0.250000
30 | rvMicroViaInner = 0.250000
31 | rlMinPadTop = 10mil
32 | rlMaxPadTop = 20mil
33 | rlMinPadInner = 10mil
34 | rlMaxPadInner = 20mil
35 | rlMinPadBottom = 10mil
36 | rlMaxPadBottom = 20mil
37 | rlMinViaOuter = 8mil
38 | rlMaxViaOuter = 20mil
39 | rlMinViaInner = 8mil
40 | rlMaxViaInner = 20mil
41 | rlMinMicroViaOuter = 4mil
42 | rlMaxMicroViaOuter = 20mil
43 | rlMinMicroViaInner = 4mil
44 | rlMaxMicroViaInner = 20mil
45 | psTop = -1
46 | psBottom = -1
47 | psFirst = -1
48 | psElongationLong = 100
49 | psElongationOffset = 100
50 | mvStopFrame = 1.000000
51 | mvCreamFrame = 0.000000
52 | mlMinStopFrame = 4mil
53 | mlMaxStopFrame = 4mil
54 | mlMinCreamFrame = 0mil
55 | mlMaxCreamFrame = 0mil
56 | mlViaStopLimit = 50mil
57 | srRoundness = 0.000000
58 | srMinRoundness = 0mil
59 | srMaxRoundness = 0mil
60 | slThermalIsolate = 10mil
61 | slThermalsForVias = 0
62 | dpMaxLengthDifference = 10mm
63 | dpGapFactor = 2.500000
64 | checkGrid = 0
65 | checkAngle = 0
66 | checkFont = 1
67 | checkRestrict = 1
68 | useDiameter = 13
69 | maxErrors = 50
70 |
--------------------------------------------------------------------------------
/eagle/light-ring.sch:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
10 |
11 |
12 |
13 |
14 |
15 |
16 |
17 |
18 |
19 |
20 |
21 |
22 |
23 |
24 |
25 |
26 |
27 |
28 |
29 |
30 |
31 |
32 |
33 |
34 |
35 |
36 |
37 |
38 |
39 |
40 |
41 |
42 |
43 |
44 |
45 |
46 |
47 |
48 |
49 |
50 |
51 |
52 |
53 |
54 |
55 |
56 |
57 |
58 |
59 |
60 |
61 |
62 |
63 |
64 |
65 |
66 |
67 |
68 |
69 |
70 |
71 |
72 |
73 |
74 |
75 |
76 |
77 |
78 |
79 |
80 |
81 |
82 |
83 |
84 |
85 |
86 |
87 |
88 |
89 |
90 |
91 |
92 |
93 |
94 |
95 |
96 |
97 |
98 |
99 |
100 |
101 |
102 |
103 |
104 |
105 |
106 |
107 |
108 |
109 |
110 |
111 |
112 |
113 |
114 |
115 |
116 |
117 |
118 |
119 |
120 |
121 |
122 |
123 |
124 |
125 |
126 |
127 |
128 |
129 |
130 |
131 |
132 |
133 |
134 |
135 |
136 |
137 |
138 |
139 |
140 |
141 |
142 |
143 |
144 |
145 |
146 | APA102 RGB LED
147 |
148 |
149 |
150 |
151 |
152 |
153 |
154 |
155 |
156 |
157 |
158 |
159 |
160 |
161 |
162 | >NAME
163 |
164 |
165 |
166 |
167 |
168 |
169 |
170 |
171 |
172 |
173 |
174 |
175 | D_IN
176 | CL_IN
177 | GND
178 | D_OUT
179 | CL_OUT
180 | 5V
181 |
182 |
183 |
184 |
185 |
186 |
187 |
188 |
189 |
190 | APA102 RGB LED
191 |
192 |
193 |
194 |
195 |
196 |
197 |
198 |
199 |
200 |
201 | APA102
202 |
203 |
204 |
205 |
206 | APA102C 5050 RGB LED
207 |
208 | --
209 | Adafruit DotStar Single LED Pixel
210 | Product Page: https://www.adafruit.com/products/2343
211 | Datasheet: https://cdn-shop.adafruit.com/product-files/2343/APA102C.pdf
212 |
213 |
214 |
215 |
216 |
217 |
218 |
219 |
220 |
221 |
222 |
223 |
224 |
225 |
226 |
227 |
228 |
229 |
230 |
231 |
232 |
233 |
234 |
235 |
236 |
237 |
238 |
239 |
240 |
241 |
242 |
243 |
244 |
245 |
246 |
247 | <b>Supply Symbols</b><p>
248 | GND, VCC, 0V, +5V, -5V, etc.<p>
249 | Please keep in mind, that these devices are necessary for the
250 | automatic wiring of the supply signals.<p>
251 | The pin name defined in the symbol is identical to the net which is to be wired automatically.<p>
252 | In this library the device names are the same as the pin names of the symbols, therefore the correct signal names appear next to the supply symbols in the schematic.<p>
253 | <author>Created by librarian@cadsoft.de</author>
254 |
255 |
256 |
257 |
258 |
259 | >VALUE
260 |
261 |
262 |
263 |
264 |
265 | >VALUE
266 |
267 |
268 |
269 |
270 |
271 | <b>SUPPLY SYMBOL</b>
272 |
273 |
274 |
275 |
276 |
277 |
278 |
279 |
280 |
281 |
282 |
283 |
284 | <b>SUPPLY SYMBOL</b>
285 |
286 |
287 |
288 |
289 |
290 |
291 |
292 |
293 |
294 |
295 |
296 |
297 |
298 |
299 | <b>Single Pads</b><p>
300 | <author>Created by librarian@cadsoft.de</author>
301 |
302 |
303 | <b>THROUGH-HOLE PAD</b>
304 |
305 |
306 |
307 |
308 |
309 |
310 |
311 |
312 |
313 |
314 | >NAME
315 | >VALUE
316 |
317 |
318 |
319 |
320 |
321 |
322 | >NAME
323 | >VALUE
324 |
325 |
326 |
327 |
328 |
329 | <b>THROUGH-HOLE PAD</b>
330 |
331 |
332 |
333 |
334 |
335 |
336 |
337 |
338 |
339 |
340 |
341 |
342 |
343 |
344 |
345 |
346 |
347 |
348 |
349 |
350 |
351 |
352 |
353 |
354 |
355 |
356 |
357 |
358 |
359 |
360 |
361 |
362 |
363 |
364 |
365 |
366 |
367 |
368 |
369 |
370 |
371 |
372 |
373 |
374 |
375 |
376 |
377 |
378 |
379 |
380 |
381 |
382 |
383 |
384 |
385 |
386 |
387 |
388 |
389 |
390 |
391 |
392 |
393 |
394 |
395 |
396 |
397 |
398 |
399 |
400 |
401 |
402 |
403 |
404 |
405 |
406 |
407 |
408 |
409 |
410 |
411 |
412 |
413 |
414 |
415 |
416 |
417 |
418 |
419 |
420 |
421 |
422 |
423 |
424 |
425 |
426 |
427 |
428 |
429 |
430 |
431 |
432 |
433 |
434 |
435 |
436 |
437 |
438 |
439 |
440 |
441 |
442 |
443 |
444 |
445 |
446 |
447 |
448 |
449 |
450 |
451 |
452 |
453 |
454 |
455 |
456 |
457 |
458 |
459 |
460 |
461 |
462 |
463 |
464 |
465 |
466 |
467 |
468 |
469 |
470 |
471 |
472 |
473 |
474 |
475 |
476 |
477 |
478 |
479 |
480 |
481 |
482 |
483 |
484 |
485 |
486 |
487 |
488 |
489 |
490 |
491 |
492 |
493 |
494 |
495 |
496 |
497 |
498 |
499 |
500 |
501 |
502 |
503 |
504 |
505 |
506 |
507 |
508 |
509 |
510 |
511 |
512 |
513 |
514 |
515 |
516 |
517 |
518 |
519 |
520 |
521 |
522 |
523 |
524 |
525 |
526 |
527 |
528 |
529 |
530 |
531 |
532 |
533 |
534 |
535 |
536 |
537 |
538 |
539 |
540 |
541 |
542 |
543 |
544 |
545 |
546 |
547 |
548 |
549 |
550 |
551 |
552 |
553 |
554 |
555 |
556 |
557 |
558 |
559 |
560 |
561 |
562 |
563 |
564 |
565 |
566 |
567 |
568 |
569 |
570 |
571 |
572 |
573 |
574 |
575 |
576 |
577 |
578 |
579 |
580 |
581 |
582 |
583 |
584 |
585 |
586 |
587 |
588 |
589 |
590 |
591 |
592 |
593 |
594 |
595 |
596 |
597 |
598 |
599 |
600 |
601 |
602 |
603 |
604 |
605 |
606 |
607 |
608 |
609 |
610 |
611 |
612 |
613 |
614 |
615 |
616 |
617 |
618 |
619 |
620 |
621 |
622 |
623 |
624 |
625 |
626 |
627 |
628 |
629 |
630 |
631 |
632 |
633 |
634 |
635 |
636 |
637 |
638 |
639 |
640 |
641 |
642 |
643 |
644 |
645 |
646 |
647 |
648 |
649 |
650 |
651 |
652 |
653 |
654 |
655 |
656 |
657 |
658 |
659 |
660 |
661 |
662 |
663 |
664 |
665 |
666 |
667 |
668 |
669 |
670 |
671 |
672 |
673 |
674 |
675 |
676 |
677 |
678 |
679 |
680 |
681 |
682 |
683 |
684 |
685 |
686 |
687 |
688 |
689 |
690 |
691 |
692 |
693 |
694 |
695 |
696 |
697 |
698 |
699 |
700 |
701 |
702 |
703 |
704 |
705 |
706 |
707 |
708 |
709 |
710 |
711 |
712 |
713 |
714 |
715 |
716 |
717 |
718 |
719 |
720 |
721 |
722 |
723 |
724 |
725 |
726 |
727 |
728 |
729 |
730 |
731 |
732 |
733 |
734 |
735 |
736 |
737 |
738 |
739 |
740 |
741 |
742 |
743 |
744 |
745 |
746 |
747 |
748 |
749 |
750 |
751 |
752 |
753 |
754 |
755 |
756 |
757 |
758 |
759 |
760 |
761 |
762 |
763 |
764 |
765 |
766 |
767 |
768 |
769 |
770 |
771 |
772 |
773 |
774 |
775 |
776 |
777 |
778 |
779 |
780 |
781 |
782 |
783 |
784 |
785 |
786 |
787 |
788 |
789 |
790 |
791 |
792 |
793 |
794 |
795 |
796 |
797 |
798 |
799 |
800 |
801 |
802 |
803 |
804 |
805 |
806 |
807 |
808 |
809 |
810 |
811 |
812 |
813 |
814 |
815 |
816 |
817 |
818 |
819 |
820 |
821 |
822 |
823 |
824 |
825 |
826 |
827 |
828 |
829 |
830 |
831 |
832 |
833 |
834 |
835 |
836 |
837 |
838 |
839 |
840 |
841 |
842 |
843 |
844 |
845 |
846 |
847 |
848 |
849 |
850 |
851 |
852 |
853 |
854 |
855 |
856 |
857 |
858 |
859 |
860 |
861 |
862 |
863 |
864 |
865 |
866 |
867 |
868 |
869 |
870 |
871 |
872 |
873 |
874 |
875 |
876 |
877 |
878 |
879 |
880 |
881 |
882 |
883 |
884 |
885 |
886 |
887 |
888 |
889 |
890 |
891 |
892 |
893 |
894 |
895 |
896 |
897 |
898 |
899 |
900 |
901 |
902 |
903 |
904 |
905 |
906 |
907 |
908 |
909 |
910 |
911 |
912 |
913 |
914 |
915 |
916 |
917 |
918 |
919 |
920 |
921 |
922 |
923 |
924 |
925 |
926 |
927 |
928 |
929 |
930 |
931 |
932 |
933 |
934 |
935 |
936 |
937 |
938 |
939 |
940 |
941 |
942 |
943 |
944 |
945 |
946 |
947 |
948 |
949 |
950 |
951 |
952 |
953 |
954 |
955 |
956 |
957 |
958 |
959 |
960 |
961 |
962 |
963 |
964 |
965 |
966 |
967 |
968 |
969 |
970 |
971 |
972 |
973 |
974 |
975 |
976 |
977 |
978 |
979 |
980 |
981 |
982 |
983 |
984 |
985 |
986 |
987 |
988 |
989 |
990 |
991 |
992 |
993 |
994 |
995 |
996 |
997 |
998 |
999 |
1000 |
1001 |
1002 |
1003 |
1004 |
1005 |
1006 |
1007 |
1008 |
1009 |
1010 |
1011 |
1012 |
1013 |
1014 |
1015 |
1016 |
1017 |
1018 |
1019 |
1020 |
1021 |
1022 |
1023 |
1024 |
1025 |
1026 |
1027 |
1028 |
1029 |
1030 |
1031 |
1032 |
1033 |
1034 |
1035 |
1036 |
1037 |
1038 |
1039 |
1040 |
1041 |
1042 |
1043 |
1044 |
1045 |
1046 |
1047 |
1048 |
1049 |
1050 |
1051 |
1052 |
1053 |
1054 |
1055 |
1056 |
1057 |
1058 |
1059 |
1060 |
1061 |
1062 |
1063 |
1064 |
1065 |
1066 |
1067 |
1068 |
1069 |
1070 |
1071 |
1072 |
1073 |
1074 |
1075 |
1076 |
1077 |
1078 |
1079 |
1080 |
1081 |
1082 |
1083 |
1084 |
1085 |
1086 |
1087 |
1088 |
1089 |
1090 |
1091 |
1092 |
1093 |
1094 |
1095 |
1096 |
1097 |
1098 |
1099 |
1100 |
1101 |
1102 |
1103 |
1104 |
1105 |
1106 |
1107 |
1108 |
1109 |
1110 |
1111 |
1112 |
1113 |
1114 |
1115 |
1116 |
1117 |
1118 |
1119 |
1120 |
1121 |
1122 |
1123 |
1124 |
1125 |
1126 |
1127 |
1128 |
1129 |
1130 |
1131 |
1132 |
1133 |
1134 |
1135 |
1136 |
1137 |
1138 |
1139 |
1140 |
1141 |
1142 |
1143 |
1144 |
1145 |
1146 |
1147 |
1148 |
1149 |
1150 |
1151 |
1152 |
1153 |
1154 |
1155 |
1156 |
1157 |
1158 |
1159 |
1160 |
1161 |
1162 |
1163 |
1164 |
1165 |
1166 |
1167 |
1168 |
1169 |
1170 |
1171 |
1172 |
1173 |
1174 |
1175 |
1176 |
1177 |
1178 |
1179 |
1180 |
1181 |
1182 |
1183 |
1184 |
1185 |
1186 |
1187 |
1188 |
1189 |
1190 |
1191 |
1192 |
1193 |
1194 |
1195 |
1196 |
1197 |
1198 |
1199 |
1200 |
1201 |
1202 |
1203 |
1204 |
1205 |
1206 |
1207 |
1208 |
1209 |
1210 |
1211 |
1212 |
1213 |
1214 |
1215 |
1216 |
1217 |
1218 |
1219 |
1220 |
1221 |
1222 |
1223 |
1224 |
1225 |
1226 |
1227 |
1228 |
1229 |
1230 |
1231 |
1232 |
1233 |
1234 |
1235 |
1236 |
1237 |
1238 |
1239 |
1240 |
1241 |
1242 |
1243 |
1244 |
1245 |
1246 |
1247 |
1248 |
1249 |
1250 |
1251 |
1252 |
1253 |
1254 |
1255 |
1256 |
1257 |
1258 |
1259 |
1260 |
1261 |
1262 |
1263 |
--------------------------------------------------------------------------------
/eagle/light-ring.tcream.ger:
--------------------------------------------------------------------------------
1 | G75*
2 | %MOIN*%
3 | %OFA0B0*%
4 | %FSLAX25Y25*%
5 | %IPPOS*%
6 | %LPD*%
7 | %AMOC8*
8 | 5,1,8,0,0,1.08239X$1,22.5*
9 | %
10 | %ADD10R,0.04331X0.07874*%
11 | %ADD11R,0.07874X0.04331*%
12 | D10*
13 | X0019607Y0370787D03*
14 | X0026300Y0370787D03*
15 | X0032993Y0370787D03*
16 | X0032993Y0386535D03*
17 | X0026300Y0386535D03*
18 | X0019607Y0386535D03*
19 | X1058219Y0386535D03*
20 | X1064912Y0386535D03*
21 | X1071605Y0386535D03*
22 | X1071605Y0370787D03*
23 | X1064912Y0370787D03*
24 | X1058219Y0370787D03*
25 | D11*
26 | G36*
27 | X0110647Y0121731D02*
28 | X0116461Y0116423D01*
29 | X0113541Y0113225D01*
30 | X0107727Y0118533D01*
31 | X0110647Y0121731D01*
32 | G37*
33 | G36*
34 | X0115160Y0126673D02*
35 | X0120974Y0121365D01*
36 | X0118054Y0118167D01*
37 | X0112240Y0123475D01*
38 | X0115160Y0126673D01*
39 | G37*
40 | G36*
41 | X0119673Y0131616D02*
42 | X0125487Y0126308D01*
43 | X0122567Y0123110D01*
44 | X0116753Y0128418D01*
45 | X0119673Y0131616D01*
46 | G37*
47 | G36*
48 | X0108044Y0142235D02*
49 | X0113858Y0136927D01*
50 | X0110938Y0133729D01*
51 | X0105124Y0139037D01*
52 | X0108044Y0142235D01*
53 | G37*
54 | G36*
55 | X0103531Y0137292D02*
56 | X0109345Y0131984D01*
57 | X0106425Y0128786D01*
58 | X0100611Y0134094D01*
59 | X0103531Y0137292D01*
60 | G37*
61 | G36*
62 | X0099018Y0132350D02*
63 | X0104832Y0127042D01*
64 | X0101912Y0123844D01*
65 | X0096098Y0129152D01*
66 | X0099018Y0132350D01*
67 | G37*
68 | G36*
69 | X0179603Y0092252D02*
70 | X0186789Y0089037D01*
71 | X0185021Y0085086D01*
72 | X0177835Y0088301D01*
73 | X0179603Y0092252D01*
74 | G37*
75 | G36*
76 | X0176870Y0086143D02*
77 | X0184056Y0082928D01*
78 | X0182288Y0078977D01*
79 | X0175102Y0082192D01*
80 | X0176870Y0086143D01*
81 | G37*
82 | G36*
83 | X0174137Y0080033D02*
84 | X0181323Y0076818D01*
85 | X0179555Y0072867D01*
86 | X0172369Y0076082D01*
87 | X0174137Y0080033D01*
88 | G37*
89 | G36*
90 | X0188512Y0073603D02*
91 | X0195698Y0070388D01*
92 | X0193930Y0066437D01*
93 | X0186744Y0069652D01*
94 | X0188512Y0073603D01*
95 | G37*
96 | G36*
97 | X0191245Y0079713D02*
98 | X0198431Y0076498D01*
99 | X0196663Y0072547D01*
100 | X0189477Y0075762D01*
101 | X0191245Y0079713D01*
102 | G37*
103 | G36*
104 | X0193978Y0085822D02*
105 | X0201164Y0082607D01*
106 | X0199396Y0078656D01*
107 | X0192210Y0081871D01*
108 | X0193978Y0085822D01*
109 | G37*
110 | G36*
111 | X0263247Y0062514D02*
112 | X0270912Y0060716D01*
113 | X0269923Y0056502D01*
114 | X0262258Y0058300D01*
115 | X0263247Y0062514D01*
116 | G37*
117 | G36*
118 | X0278579Y0058918D02*
119 | X0286244Y0057120D01*
120 | X0285255Y0052906D01*
121 | X0277590Y0054704D01*
122 | X0278579Y0058918D01*
123 | G37*
124 | G36*
125 | X0277050Y0052402D02*
126 | X0284715Y0050604D01*
127 | X0283726Y0046390D01*
128 | X0276061Y0048188D01*
129 | X0277050Y0052402D01*
130 | G37*
131 | G36*
132 | X0275522Y0045886D02*
133 | X0283187Y0044088D01*
134 | X0282198Y0039874D01*
135 | X0274533Y0041672D01*
136 | X0275522Y0045886D01*
137 | G37*
138 | G36*
139 | X0260190Y0049482D02*
140 | X0267855Y0047684D01*
141 | X0266866Y0043470D01*
142 | X0259201Y0045268D01*
143 | X0260190Y0049482D01*
144 | G37*
145 | G36*
146 | X0261718Y0055998D02*
147 | X0269383Y0054200D01*
148 | X0268394Y0049986D01*
149 | X0260729Y0051784D01*
150 | X0261718Y0055998D01*
151 | G37*
152 | G36*
153 | X0350513Y0046138D02*
154 | X0358329Y0045192D01*
155 | X0357809Y0040894D01*
156 | X0349993Y0041840D01*
157 | X0350513Y0046138D01*
158 | G37*
159 | G36*
160 | X0366147Y0044246D02*
161 | X0373963Y0043300D01*
162 | X0373443Y0039002D01*
163 | X0365627Y0039948D01*
164 | X0366147Y0044246D01*
165 | G37*
166 | G36*
167 | X0365343Y0037602D02*
168 | X0373159Y0036656D01*
169 | X0372639Y0032358D01*
170 | X0364823Y0033304D01*
171 | X0365343Y0037602D01*
172 | G37*
173 | G36*
174 | X0364539Y0030957D02*
175 | X0372355Y0030011D01*
176 | X0371835Y0025713D01*
177 | X0364019Y0026659D01*
178 | X0364539Y0030957D01*
179 | G37*
180 | G36*
181 | X0348905Y0032849D02*
182 | X0356721Y0031903D01*
183 | X0356201Y0027605D01*
184 | X0348385Y0028551D01*
185 | X0348905Y0032849D01*
186 | G37*
187 | G36*
188 | X0349709Y0039493D02*
189 | X0357525Y0038547D01*
190 | X0357005Y0034249D01*
191 | X0349189Y0035195D01*
192 | X0349709Y0039493D01*
193 | G37*
194 | G36*
195 | X0440258Y0037896D02*
196 | X0448122Y0037512D01*
197 | X0447910Y0033188D01*
198 | X0440046Y0033572D01*
199 | X0440258Y0037896D01*
200 | G37*
201 | G36*
202 | X0439931Y0031211D02*
203 | X0447795Y0030827D01*
204 | X0447583Y0026503D01*
205 | X0439719Y0026887D01*
206 | X0439931Y0031211D01*
207 | G37*
208 | G36*
209 | X0439604Y0024526D02*
210 | X0447468Y0024142D01*
211 | X0447256Y0019818D01*
212 | X0439392Y0020202D01*
213 | X0439604Y0024526D01*
214 | G37*
215 | G36*
216 | X0455333Y0023756D02*
217 | X0463197Y0023372D01*
218 | X0462985Y0019048D01*
219 | X0455121Y0019432D01*
220 | X0455333Y0023756D01*
221 | G37*
222 | G36*
223 | X0455660Y0030441D02*
224 | X0463524Y0030057D01*
225 | X0463312Y0025733D01*
226 | X0455448Y0026117D01*
227 | X0455660Y0030441D01*
228 | G37*
229 | G36*
230 | X0455987Y0037126D02*
231 | X0463851Y0036742D01*
232 | X0463639Y0032418D01*
233 | X0455775Y0032802D01*
234 | X0455987Y0037126D01*
235 | G37*
236 | X0537731Y0032993D03*
237 | X0537731Y0026300D03*
238 | X0537731Y0019607D03*
239 | X0553480Y0019607D03*
240 | X0553480Y0026300D03*
241 | X0553480Y0032993D03*
242 | G36*
243 | X0627360Y0036742D02*
244 | X0635224Y0037126D01*
245 | X0635436Y0032802D01*
246 | X0627572Y0032418D01*
247 | X0627360Y0036742D01*
248 | G37*
249 | G36*
250 | X0627687Y0030057D02*
251 | X0635551Y0030441D01*
252 | X0635763Y0026117D01*
253 | X0627899Y0025733D01*
254 | X0627687Y0030057D01*
255 | G37*
256 | G36*
257 | X0628013Y0023372D02*
258 | X0635877Y0023756D01*
259 | X0636089Y0019432D01*
260 | X0628225Y0019048D01*
261 | X0628013Y0023372D01*
262 | G37*
263 | G36*
264 | X0643743Y0024142D02*
265 | X0651607Y0024526D01*
266 | X0651819Y0020202D01*
267 | X0643955Y0019818D01*
268 | X0643743Y0024142D01*
269 | G37*
270 | G36*
271 | X0643416Y0030827D02*
272 | X0651280Y0031211D01*
273 | X0651492Y0026887D01*
274 | X0643628Y0026503D01*
275 | X0643416Y0030827D01*
276 | G37*
277 | G36*
278 | X0643089Y0037512D02*
279 | X0650953Y0037896D01*
280 | X0651165Y0033572D01*
281 | X0643301Y0033188D01*
282 | X0643089Y0037512D01*
283 | G37*
284 | G36*
285 | X0717248Y0043300D02*
286 | X0725064Y0044246D01*
287 | X0725584Y0039948D01*
288 | X0717768Y0039002D01*
289 | X0717248Y0043300D01*
290 | G37*
291 | G36*
292 | X0718052Y0036656D02*
293 | X0725868Y0037602D01*
294 | X0726388Y0033304D01*
295 | X0718572Y0032358D01*
296 | X0718052Y0036656D01*
297 | G37*
298 | G36*
299 | X0718856Y0030011D02*
300 | X0726672Y0030957D01*
301 | X0727192Y0026659D01*
302 | X0719376Y0025713D01*
303 | X0718856Y0030011D01*
304 | G37*
305 | G36*
306 | X0734490Y0031903D02*
307 | X0742306Y0032849D01*
308 | X0742826Y0028551D01*
309 | X0735010Y0027605D01*
310 | X0734490Y0031903D01*
311 | G37*
312 | G36*
313 | X0733686Y0038547D02*
314 | X0741502Y0039493D01*
315 | X0742022Y0035195D01*
316 | X0734206Y0034249D01*
317 | X0733686Y0038547D01*
318 | G37*
319 | G36*
320 | X0732882Y0045192D02*
321 | X0740698Y0046138D01*
322 | X0741218Y0041840D01*
323 | X0733402Y0040894D01*
324 | X0732882Y0045192D01*
325 | G37*
326 | G36*
327 | X0804967Y0057120D02*
328 | X0812632Y0058918D01*
329 | X0813621Y0054704D01*
330 | X0805956Y0052906D01*
331 | X0804967Y0057120D01*
332 | G37*
333 | G36*
334 | X0806496Y0050604D02*
335 | X0814161Y0052402D01*
336 | X0815150Y0048188D01*
337 | X0807485Y0046390D01*
338 | X0806496Y0050604D01*
339 | G37*
340 | G36*
341 | X0808024Y0044088D02*
342 | X0815689Y0045886D01*
343 | X0816678Y0041672D01*
344 | X0809013Y0039874D01*
345 | X0808024Y0044088D01*
346 | G37*
347 | G36*
348 | X0823356Y0047684D02*
349 | X0831021Y0049482D01*
350 | X0832010Y0045268D01*
351 | X0824345Y0043470D01*
352 | X0823356Y0047684D01*
353 | G37*
354 | G36*
355 | X0821828Y0054200D02*
356 | X0829493Y0055998D01*
357 | X0830482Y0051784D01*
358 | X0822817Y0049986D01*
359 | X0821828Y0054200D01*
360 | G37*
361 | G36*
362 | X0820299Y0060716D02*
363 | X0827964Y0062514D01*
364 | X0828953Y0058300D01*
365 | X0821288Y0056502D01*
366 | X0820299Y0060716D01*
367 | G37*
368 | G36*
369 | X0890047Y0082607D02*
370 | X0897233Y0085822D01*
371 | X0899001Y0081871D01*
372 | X0891815Y0078656D01*
373 | X0890047Y0082607D01*
374 | G37*
375 | G36*
376 | X0892780Y0076497D02*
377 | X0899966Y0079712D01*
378 | X0901734Y0075761D01*
379 | X0894548Y0072546D01*
380 | X0892780Y0076497D01*
381 | G37*
382 | G36*
383 | X0895513Y0070388D02*
384 | X0902699Y0073603D01*
385 | X0904467Y0069652D01*
386 | X0897281Y0066437D01*
387 | X0895513Y0070388D01*
388 | G37*
389 | G36*
390 | X0909888Y0076818D02*
391 | X0917074Y0080033D01*
392 | X0918842Y0076082D01*
393 | X0911656Y0072867D01*
394 | X0909888Y0076818D01*
395 | G37*
396 | G36*
397 | X0907155Y0082928D02*
398 | X0914341Y0086143D01*
399 | X0916109Y0082192D01*
400 | X0908923Y0078977D01*
401 | X0907155Y0082928D01*
402 | G37*
403 | G36*
404 | X0904422Y0089037D02*
405 | X0911608Y0092252D01*
406 | X0913376Y0088301D01*
407 | X0906190Y0085086D01*
408 | X0904422Y0089037D01*
409 | G37*
410 | G36*
411 | X0965724Y0126307D02*
412 | X0971538Y0131615D01*
413 | X0974458Y0128417D01*
414 | X0968644Y0123109D01*
415 | X0965724Y0126307D01*
416 | G37*
417 | G36*
418 | X0970237Y0121365D02*
419 | X0976051Y0126673D01*
420 | X0978971Y0123475D01*
421 | X0973157Y0118167D01*
422 | X0970237Y0121365D01*
423 | G37*
424 | G36*
425 | X0974750Y0116423D02*
426 | X0980564Y0121731D01*
427 | X0983484Y0118533D01*
428 | X0977670Y0113225D01*
429 | X0974750Y0116423D01*
430 | G37*
431 | G36*
432 | X0986379Y0127042D02*
433 | X0992193Y0132350D01*
434 | X0995113Y0129152D01*
435 | X0989299Y0123844D01*
436 | X0986379Y0127042D01*
437 | G37*
438 | G36*
439 | X0981866Y0131984D02*
440 | X0987680Y0137292D01*
441 | X0990600Y0134094D01*
442 | X0984786Y0128786D01*
443 | X0981866Y0131984D01*
444 | G37*
445 | G36*
446 | X0977353Y0136926D02*
447 | X0983167Y0142234D01*
448 | X0986087Y0139036D01*
449 | X0980273Y0133728D01*
450 | X0977353Y0136926D01*
451 | G37*
452 | G36*
453 | X1020233Y0193192D02*
454 | X1023561Y0200328D01*
455 | X1027485Y0198498D01*
456 | X1024157Y0191362D01*
457 | X1020233Y0193192D01*
458 | G37*
459 | G36*
460 | X1026299Y0190364D02*
461 | X1029627Y0197500D01*
462 | X1033551Y0195670D01*
463 | X1030223Y0188534D01*
464 | X1026299Y0190364D01*
465 | G37*
466 | G36*
467 | X1032365Y0187535D02*
468 | X1035693Y0194671D01*
469 | X1039617Y0192841D01*
470 | X1036289Y0185705D01*
471 | X1032365Y0187535D01*
472 | G37*
473 | G36*
474 | X1039020Y0201808D02*
475 | X1042348Y0208944D01*
476 | X1046272Y0207114D01*
477 | X1042944Y0199978D01*
478 | X1039020Y0201808D01*
479 | G37*
480 | G36*
481 | X1032954Y0204636D02*
482 | X1036282Y0211772D01*
483 | X1040206Y0209942D01*
484 | X1036878Y0202806D01*
485 | X1032954Y0204636D01*
486 | G37*
487 | G36*
488 | X1026889Y0207465D02*
489 | X1030217Y0214601D01*
490 | X1034141Y0212771D01*
491 | X1030813Y0205635D01*
492 | X1026889Y0207465D01*
493 | G37*
494 | G36*
495 | X1054665Y0276442D02*
496 | X1055869Y0284222D01*
497 | X1060147Y0283560D01*
498 | X1058943Y0275780D01*
499 | X1054665Y0276442D01*
500 | G37*
501 | G36*
502 | X1048051Y0277466D02*
503 | X1049255Y0285246D01*
504 | X1053533Y0284584D01*
505 | X1052329Y0276804D01*
506 | X1048051Y0277466D01*
507 | G37*
508 | G36*
509 | X1061279Y0275418D02*
510 | X1062483Y0283198D01*
511 | X1066761Y0282536D01*
512 | X1065557Y0274756D01*
513 | X1061279Y0275418D01*
514 | G37*
515 | G36*
516 | X1063689Y0290981D02*
517 | X1064893Y0298761D01*
518 | X1069171Y0298099D01*
519 | X1067967Y0290319D01*
520 | X1063689Y0290981D01*
521 | G37*
522 | G36*
523 | X1057074Y0292005D02*
524 | X1058278Y0299785D01*
525 | X1062556Y0299123D01*
526 | X1061352Y0291343D01*
527 | X1057074Y0292005D01*
528 | G37*
529 | G36*
530 | X1050460Y0293029D02*
531 | X1051664Y0300809D01*
532 | X1055942Y0300147D01*
533 | X1054738Y0292367D01*
534 | X1050460Y0293029D01*
535 | G37*
536 | G36*
537 | X1051665Y0456513D02*
538 | X1050461Y0464293D01*
539 | X1054739Y0464955D01*
540 | X1055943Y0457175D01*
541 | X1051665Y0456513D01*
542 | G37*
543 | G36*
544 | X1058279Y0457536D02*
545 | X1057075Y0465316D01*
546 | X1061353Y0465978D01*
547 | X1062557Y0458198D01*
548 | X1058279Y0457536D01*
549 | G37*
550 | G36*
551 | X1064893Y0458560D02*
552 | X1063689Y0466340D01*
553 | X1067967Y0467002D01*
554 | X1069171Y0459222D01*
555 | X1064893Y0458560D01*
556 | G37*
557 | G36*
558 | X1049255Y0472075D02*
559 | X1048051Y0479855D01*
560 | X1052329Y0480517D01*
561 | X1053533Y0472737D01*
562 | X1049255Y0472075D01*
563 | G37*
564 | G36*
565 | X1055869Y0473099D02*
566 | X1054665Y0480879D01*
567 | X1058943Y0481541D01*
568 | X1060147Y0473761D01*
569 | X1055869Y0473099D01*
570 | G37*
571 | G36*
572 | X1062484Y0474123D02*
573 | X1061280Y0481903D01*
574 | X1065558Y0482565D01*
575 | X1066762Y0474785D01*
576 | X1062484Y0474123D01*
577 | G37*
578 | G36*
579 | X1030217Y0542721D02*
580 | X1026889Y0549857D01*
581 | X1030813Y0551687D01*
582 | X1034141Y0544551D01*
583 | X1030217Y0542721D01*
584 | G37*
585 | G36*
586 | X1036283Y0545549D02*
587 | X1032955Y0552685D01*
588 | X1036879Y0554515D01*
589 | X1040207Y0547379D01*
590 | X1036283Y0545549D01*
591 | G37*
592 | G36*
593 | X1042349Y0548378D02*
594 | X1039021Y0555514D01*
595 | X1042945Y0557344D01*
596 | X1046273Y0550208D01*
597 | X1042349Y0548378D01*
598 | G37*
599 | G36*
600 | X1035693Y0562650D02*
601 | X1032365Y0569786D01*
602 | X1036289Y0571616D01*
603 | X1039617Y0564480D01*
604 | X1035693Y0562650D01*
605 | G37*
606 | G36*
607 | X1029627Y0559822D02*
608 | X1026299Y0566958D01*
609 | X1030223Y0568788D01*
610 | X1033551Y0561652D01*
611 | X1029627Y0559822D01*
612 | G37*
613 | G36*
614 | X1023561Y0556993D02*
615 | X1020233Y0564129D01*
616 | X1024157Y0565959D01*
617 | X1027485Y0558823D01*
618 | X1023561Y0556993D01*
619 | G37*
620 | G36*
621 | X0983167Y0615087D02*
622 | X0977353Y0620395D01*
623 | X0980273Y0623593D01*
624 | X0986087Y0618285D01*
625 | X0983167Y0615087D01*
626 | G37*
627 | G36*
628 | X0987680Y0620030D02*
629 | X0981866Y0625338D01*
630 | X0984786Y0628536D01*
631 | X0990600Y0623228D01*
632 | X0987680Y0620030D01*
633 | G37*
634 | G36*
635 | X0992193Y0624972D02*
636 | X0986379Y0630280D01*
637 | X0989299Y0633478D01*
638 | X0995113Y0628170D01*
639 | X0992193Y0624972D01*
640 | G37*
641 | G36*
642 | X0976051Y0630649D02*
643 | X0970237Y0635957D01*
644 | X0973157Y0639155D01*
645 | X0978971Y0633847D01*
646 | X0976051Y0630649D01*
647 | G37*
648 | G36*
649 | X0971538Y0625706D02*
650 | X0965724Y0631014D01*
651 | X0968644Y0634212D01*
652 | X0974458Y0628904D01*
653 | X0971538Y0625706D01*
654 | G37*
655 | G36*
656 | X0980564Y0635591D02*
657 | X0974750Y0640899D01*
658 | X0977670Y0644097D01*
659 | X0983484Y0638789D01*
660 | X0980564Y0635591D01*
661 | G37*
662 | G36*
663 | X0911609Y0665070D02*
664 | X0904423Y0668285D01*
665 | X0906191Y0672236D01*
666 | X0913377Y0669021D01*
667 | X0911609Y0665070D01*
668 | G37*
669 | G36*
670 | X0914342Y0671179D02*
671 | X0907156Y0674394D01*
672 | X0908924Y0678345D01*
673 | X0916110Y0675130D01*
674 | X0914342Y0671179D01*
675 | G37*
676 | G36*
677 | X0917075Y0677289D02*
678 | X0909889Y0680504D01*
679 | X0911657Y0684455D01*
680 | X0918843Y0681240D01*
681 | X0917075Y0677289D01*
682 | G37*
683 | G36*
684 | X0902699Y0683719D02*
685 | X0895513Y0686934D01*
686 | X0897281Y0690885D01*
687 | X0904467Y0687670D01*
688 | X0902699Y0683719D01*
689 | G37*
690 | G36*
691 | X0899966Y0677610D02*
692 | X0892780Y0680825D01*
693 | X0894548Y0684776D01*
694 | X0901734Y0681561D01*
695 | X0899966Y0677610D01*
696 | G37*
697 | G36*
698 | X0897233Y0671500D02*
699 | X0890047Y0674715D01*
700 | X0891815Y0678666D01*
701 | X0899001Y0675451D01*
702 | X0897233Y0671500D01*
703 | G37*
704 | G36*
705 | X0827965Y0694808D02*
706 | X0820300Y0696606D01*
707 | X0821289Y0700820D01*
708 | X0828954Y0699022D01*
709 | X0827965Y0694808D01*
710 | G37*
711 | G36*
712 | X0812633Y0698404D02*
713 | X0804968Y0700202D01*
714 | X0805957Y0704416D01*
715 | X0813622Y0702618D01*
716 | X0812633Y0698404D01*
717 | G37*
718 | G36*
719 | X0814161Y0704920D02*
720 | X0806496Y0706718D01*
721 | X0807485Y0710932D01*
722 | X0815150Y0709134D01*
723 | X0814161Y0704920D01*
724 | G37*
725 | G36*
726 | X0815690Y0711436D02*
727 | X0808025Y0713234D01*
728 | X0809014Y0717448D01*
729 | X0816679Y0715650D01*
730 | X0815690Y0711436D01*
731 | G37*
732 | G36*
733 | X0831022Y0707840D02*
734 | X0823357Y0709638D01*
735 | X0824346Y0713852D01*
736 | X0832011Y0712054D01*
737 | X0831022Y0707840D01*
738 | G37*
739 | G36*
740 | X0829493Y0701324D02*
741 | X0821828Y0703122D01*
742 | X0822817Y0707336D01*
743 | X0830482Y0705538D01*
744 | X0829493Y0701324D01*
745 | G37*
746 | G36*
747 | X0740698Y0711184D02*
748 | X0732882Y0712130D01*
749 | X0733402Y0716428D01*
750 | X0741218Y0715482D01*
751 | X0740698Y0711184D01*
752 | G37*
753 | G36*
754 | X0725064Y0713076D02*
755 | X0717248Y0714022D01*
756 | X0717768Y0718320D01*
757 | X0725584Y0717374D01*
758 | X0725064Y0713076D01*
759 | G37*
760 | G36*
761 | X0725868Y0719721D02*
762 | X0718052Y0720667D01*
763 | X0718572Y0724965D01*
764 | X0726388Y0724019D01*
765 | X0725868Y0719721D01*
766 | G37*
767 | G36*
768 | X0726672Y0726365D02*
769 | X0718856Y0727311D01*
770 | X0719376Y0731609D01*
771 | X0727192Y0730663D01*
772 | X0726672Y0726365D01*
773 | G37*
774 | G36*
775 | X0742306Y0724473D02*
776 | X0734490Y0725419D01*
777 | X0735010Y0729717D01*
778 | X0742826Y0728771D01*
779 | X0742306Y0724473D01*
780 | G37*
781 | G36*
782 | X0741502Y0717829D02*
783 | X0733686Y0718775D01*
784 | X0734206Y0723073D01*
785 | X0742022Y0722127D01*
786 | X0741502Y0717829D01*
787 | G37*
788 | G36*
789 | X0650953Y0719426D02*
790 | X0643089Y0719810D01*
791 | X0643301Y0724134D01*
792 | X0651165Y0723750D01*
793 | X0650953Y0719426D01*
794 | G37*
795 | G36*
796 | X0651280Y0726111D02*
797 | X0643416Y0726495D01*
798 | X0643628Y0730819D01*
799 | X0651492Y0730435D01*
800 | X0651280Y0726111D01*
801 | G37*
802 | G36*
803 | X0651607Y0732796D02*
804 | X0643743Y0733180D01*
805 | X0643955Y0737504D01*
806 | X0651819Y0737120D01*
807 | X0651607Y0732796D01*
808 | G37*
809 | G36*
810 | X0635878Y0733566D02*
811 | X0628014Y0733950D01*
812 | X0628226Y0738274D01*
813 | X0636090Y0737890D01*
814 | X0635878Y0733566D01*
815 | G37*
816 | G36*
817 | X0635551Y0726881D02*
818 | X0627687Y0727265D01*
819 | X0627899Y0731589D01*
820 | X0635763Y0731205D01*
821 | X0635551Y0726881D01*
822 | G37*
823 | G36*
824 | X0635224Y0720196D02*
825 | X0627360Y0720580D01*
826 | X0627572Y0724904D01*
827 | X0635436Y0724520D01*
828 | X0635224Y0720196D01*
829 | G37*
830 | X0553480Y0724329D03*
831 | X0553480Y0731022D03*
832 | X0553480Y0737715D03*
833 | X0537732Y0737715D03*
834 | X0537732Y0731022D03*
835 | X0537732Y0724329D03*
836 | G36*
837 | X0463852Y0720580D02*
838 | X0455988Y0720196D01*
839 | X0455776Y0724520D01*
840 | X0463640Y0724904D01*
841 | X0463852Y0720580D01*
842 | G37*
843 | G36*
844 | X0463525Y0727265D02*
845 | X0455661Y0726881D01*
846 | X0455449Y0731205D01*
847 | X0463313Y0731589D01*
848 | X0463525Y0727265D01*
849 | G37*
850 | G36*
851 | X0463198Y0733950D02*
852 | X0455334Y0733566D01*
853 | X0455122Y0737890D01*
854 | X0462986Y0738274D01*
855 | X0463198Y0733950D01*
856 | G37*
857 | G36*
858 | X0447469Y0733180D02*
859 | X0439605Y0732796D01*
860 | X0439393Y0737120D01*
861 | X0447257Y0737504D01*
862 | X0447469Y0733180D01*
863 | G37*
864 | G36*
865 | X0447796Y0726495D02*
866 | X0439932Y0726111D01*
867 | X0439720Y0730435D01*
868 | X0447584Y0730819D01*
869 | X0447796Y0726495D01*
870 | G37*
871 | G36*
872 | X0448123Y0719811D02*
873 | X0440259Y0719427D01*
874 | X0440047Y0723751D01*
875 | X0447911Y0724135D01*
876 | X0448123Y0719811D01*
877 | G37*
878 | G36*
879 | X0373964Y0714022D02*
880 | X0366148Y0713076D01*
881 | X0365628Y0717374D01*
882 | X0373444Y0718320D01*
883 | X0373964Y0714022D01*
884 | G37*
885 | G36*
886 | X0373160Y0720667D02*
887 | X0365344Y0719721D01*
888 | X0364824Y0724019D01*
889 | X0372640Y0724965D01*
890 | X0373160Y0720667D01*
891 | G37*
892 | G36*
893 | X0372356Y0727311D02*
894 | X0364540Y0726365D01*
895 | X0364020Y0730663D01*
896 | X0371836Y0731609D01*
897 | X0372356Y0727311D01*
898 | G37*
899 | G36*
900 | X0356722Y0725419D02*
901 | X0348906Y0724473D01*
902 | X0348386Y0728771D01*
903 | X0356202Y0729717D01*
904 | X0356722Y0725419D01*
905 | G37*
906 | G36*
907 | X0357526Y0718775D02*
908 | X0349710Y0717829D01*
909 | X0349190Y0722127D01*
910 | X0357006Y0723073D01*
911 | X0357526Y0718775D01*
912 | G37*
913 | G36*
914 | X0358330Y0712130D02*
915 | X0350514Y0711184D01*
916 | X0349994Y0715482D01*
917 | X0357810Y0716428D01*
918 | X0358330Y0712130D01*
919 | G37*
920 | G36*
921 | X0286244Y0700202D02*
922 | X0278579Y0698404D01*
923 | X0277590Y0702618D01*
924 | X0285255Y0704416D01*
925 | X0286244Y0700202D01*
926 | G37*
927 | G36*
928 | X0284716Y0706718D02*
929 | X0277051Y0704920D01*
930 | X0276062Y0709134D01*
931 | X0283727Y0710932D01*
932 | X0284716Y0706718D01*
933 | G37*
934 | G36*
935 | X0283187Y0713234D02*
936 | X0275522Y0711436D01*
937 | X0274533Y0715650D01*
938 | X0282198Y0717448D01*
939 | X0283187Y0713234D01*
940 | G37*
941 | G36*
942 | X0267855Y0709638D02*
943 | X0260190Y0707840D01*
944 | X0259201Y0712054D01*
945 | X0266866Y0713852D01*
946 | X0267855Y0709638D01*
947 | G37*
948 | G36*
949 | X0269384Y0703122D02*
950 | X0261719Y0701324D01*
951 | X0260730Y0705538D01*
952 | X0268395Y0707336D01*
953 | X0269384Y0703122D01*
954 | G37*
955 | G36*
956 | X0270912Y0696606D02*
957 | X0263247Y0694808D01*
958 | X0262258Y0699022D01*
959 | X0269923Y0700820D01*
960 | X0270912Y0696606D01*
961 | G37*
962 | G36*
963 | X0201165Y0674715D02*
964 | X0193979Y0671500D01*
965 | X0192211Y0675451D01*
966 | X0199397Y0678666D01*
967 | X0201165Y0674715D01*
968 | G37*
969 | G36*
970 | X0198432Y0680825D02*
971 | X0191246Y0677610D01*
972 | X0189478Y0681561D01*
973 | X0196664Y0684776D01*
974 | X0198432Y0680825D01*
975 | G37*
976 | G36*
977 | X0195699Y0686934D02*
978 | X0188513Y0683719D01*
979 | X0186745Y0687670D01*
980 | X0193931Y0690885D01*
981 | X0195699Y0686934D01*
982 | G37*
983 | G36*
984 | X0181323Y0680504D02*
985 | X0174137Y0677289D01*
986 | X0172369Y0681240D01*
987 | X0179555Y0684455D01*
988 | X0181323Y0680504D01*
989 | G37*
990 | G36*
991 | X0184056Y0674394D02*
992 | X0176870Y0671179D01*
993 | X0175102Y0675130D01*
994 | X0182288Y0678345D01*
995 | X0184056Y0674394D01*
996 | G37*
997 | G36*
998 | X0186789Y0668285D02*
999 | X0179603Y0665070D01*
1000 | X0177835Y0669021D01*
1001 | X0185021Y0672236D01*
1002 | X0186789Y0668285D01*
1003 | G37*
1004 | G36*
1005 | X0125488Y0631014D02*
1006 | X0119674Y0625706D01*
1007 | X0116754Y0628904D01*
1008 | X0122568Y0634212D01*
1009 | X0125488Y0631014D01*
1010 | G37*
1011 | G36*
1012 | X0120975Y0635957D02*
1013 | X0115161Y0630649D01*
1014 | X0112241Y0633847D01*
1015 | X0118055Y0639155D01*
1016 | X0120975Y0635957D01*
1017 | G37*
1018 | G36*
1019 | X0116462Y0640899D02*
1020 | X0110648Y0635591D01*
1021 | X0107728Y0638789D01*
1022 | X0113542Y0644097D01*
1023 | X0116462Y0640899D01*
1024 | G37*
1025 | G36*
1026 | X0104832Y0630280D02*
1027 | X0099018Y0624972D01*
1028 | X0096098Y0628170D01*
1029 | X0101912Y0633478D01*
1030 | X0104832Y0630280D01*
1031 | G37*
1032 | G36*
1033 | X0109345Y0625338D02*
1034 | X0103531Y0620030D01*
1035 | X0100611Y0623228D01*
1036 | X0106425Y0628536D01*
1037 | X0109345Y0625338D01*
1038 | G37*
1039 | G36*
1040 | X0113858Y0620396D02*
1041 | X0108044Y0615088D01*
1042 | X0105124Y0618286D01*
1043 | X0110938Y0623594D01*
1044 | X0113858Y0620396D01*
1045 | G37*
1046 | G36*
1047 | X0070978Y0564130D02*
1048 | X0067650Y0556994D01*
1049 | X0063726Y0558824D01*
1050 | X0067054Y0565960D01*
1051 | X0070978Y0564130D01*
1052 | G37*
1053 | G36*
1054 | X0064912Y0566958D02*
1055 | X0061584Y0559822D01*
1056 | X0057660Y0561652D01*
1057 | X0060988Y0568788D01*
1058 | X0064912Y0566958D01*
1059 | G37*
1060 | G36*
1061 | X0058846Y0569787D02*
1062 | X0055518Y0562651D01*
1063 | X0051594Y0564481D01*
1064 | X0054922Y0571617D01*
1065 | X0058846Y0569787D01*
1066 | G37*
1067 | G36*
1068 | X0052191Y0555514D02*
1069 | X0048863Y0548378D01*
1070 | X0044939Y0550208D01*
1071 | X0048267Y0557344D01*
1072 | X0052191Y0555514D01*
1073 | G37*
1074 | G36*
1075 | X0058257Y0552686D02*
1076 | X0054929Y0545550D01*
1077 | X0051005Y0547380D01*
1078 | X0054333Y0554516D01*
1079 | X0058257Y0552686D01*
1080 | G37*
1081 | G36*
1082 | X0064323Y0549857D02*
1083 | X0060995Y0542721D01*
1084 | X0057071Y0544551D01*
1085 | X0060399Y0551687D01*
1086 | X0064323Y0549857D01*
1087 | G37*
1088 | G36*
1089 | X0036546Y0480880D02*
1090 | X0035342Y0473100D01*
1091 | X0031064Y0473762D01*
1092 | X0032268Y0481542D01*
1093 | X0036546Y0480880D01*
1094 | G37*
1095 | G36*
1096 | X0043160Y0479856D02*
1097 | X0041956Y0472076D01*
1098 | X0037678Y0472738D01*
1099 | X0038882Y0480518D01*
1100 | X0043160Y0479856D01*
1101 | G37*
1102 | G36*
1103 | X0029932Y0481904D02*
1104 | X0028728Y0474124D01*
1105 | X0024450Y0474786D01*
1106 | X0025654Y0482566D01*
1107 | X0029932Y0481904D01*
1108 | G37*
1109 | G36*
1110 | X0027523Y0466341D02*
1111 | X0026319Y0458561D01*
1112 | X0022041Y0459223D01*
1113 | X0023245Y0467003D01*
1114 | X0027523Y0466341D01*
1115 | G37*
1116 | G36*
1117 | X0034137Y0465317D02*
1118 | X0032933Y0457537D01*
1119 | X0028655Y0458199D01*
1120 | X0029859Y0465979D01*
1121 | X0034137Y0465317D01*
1122 | G37*
1123 | G36*
1124 | X0040751Y0464293D02*
1125 | X0039547Y0456513D01*
1126 | X0035269Y0457175D01*
1127 | X0036473Y0464955D01*
1128 | X0040751Y0464293D01*
1129 | G37*
1130 | G36*
1131 | X0039547Y0300810D02*
1132 | X0040751Y0293030D01*
1133 | X0036473Y0292368D01*
1134 | X0035269Y0300148D01*
1135 | X0039547Y0300810D01*
1136 | G37*
1137 | G36*
1138 | X0032933Y0299786D02*
1139 | X0034137Y0292006D01*
1140 | X0029859Y0291344D01*
1141 | X0028655Y0299124D01*
1142 | X0032933Y0299786D01*
1143 | G37*
1144 | G36*
1145 | X0026319Y0298762D02*
1146 | X0027523Y0290982D01*
1147 | X0023245Y0290320D01*
1148 | X0022041Y0298100D01*
1149 | X0026319Y0298762D01*
1150 | G37*
1151 | G36*
1152 | X0041956Y0285247D02*
1153 | X0043160Y0277467D01*
1154 | X0038882Y0276805D01*
1155 | X0037678Y0284585D01*
1156 | X0041956Y0285247D01*
1157 | G37*
1158 | G36*
1159 | X0035342Y0284223D02*
1160 | X0036546Y0276443D01*
1161 | X0032268Y0275781D01*
1162 | X0031064Y0283561D01*
1163 | X0035342Y0284223D01*
1164 | G37*
1165 | G36*
1166 | X0028728Y0283199D02*
1167 | X0029932Y0275419D01*
1168 | X0025654Y0274757D01*
1169 | X0024450Y0282537D01*
1170 | X0028728Y0283199D01*
1171 | G37*
1172 | G36*
1173 | X0060995Y0214601D02*
1174 | X0064323Y0207465D01*
1175 | X0060399Y0205635D01*
1176 | X0057071Y0212771D01*
1177 | X0060995Y0214601D01*
1178 | G37*
1179 | G36*
1180 | X0054929Y0211773D02*
1181 | X0058257Y0204637D01*
1182 | X0054333Y0202807D01*
1183 | X0051005Y0209943D01*
1184 | X0054929Y0211773D01*
1185 | G37*
1186 | G36*
1187 | X0048863Y0208944D02*
1188 | X0052191Y0201808D01*
1189 | X0048267Y0199978D01*
1190 | X0044939Y0207114D01*
1191 | X0048863Y0208944D01*
1192 | G37*
1193 | G36*
1194 | X0055518Y0194672D02*
1195 | X0058846Y0187536D01*
1196 | X0054922Y0185706D01*
1197 | X0051594Y0192842D01*
1198 | X0055518Y0194672D01*
1199 | G37*
1200 | G36*
1201 | X0061584Y0197500D02*
1202 | X0064912Y0190364D01*
1203 | X0060988Y0188534D01*
1204 | X0057660Y0195670D01*
1205 | X0061584Y0197500D01*
1206 | G37*
1207 | G36*
1208 | X0067650Y0200329D02*
1209 | X0070978Y0193193D01*
1210 | X0067054Y0191363D01*
1211 | X0063726Y0198499D01*
1212 | X0067650Y0200329D01*
1213 | G37*
1214 | M02*
1215 |
--------------------------------------------------------------------------------
/eagle/light-ring.tcream.gpi:
--------------------------------------------------------------------------------
1 | Generated by EAGLE CAM Processor 7.6.0
2 |
3 | Photoplotter Info File: /Users/maxbraun/Google Drive/eagle/smart-mirror/light-ring.tcream.gpi
4 |
5 | Date : 9/15/16 11:19 PM
6 | Plotfile : /Users/maxbraun/Google Drive/eagle/smart-mirror/light-ring.tcream.ger
7 | Apertures : generated:
8 | Device : Gerber RS-274-X photoplotter, coordinate format 2.5 inch
9 |
10 | Parameter settings:
11 |
12 | Emulate Apertures : no
13 | Tolerance Draw + : 0.00 %
14 | Tolerance Draw - : 0.00 %
15 | Tolerance Flash + : 0.00 %
16 | Tolerance Flash - : 0.00 %
17 | Rotate : no
18 | Mirror : no
19 | Optimize : yes
20 | Auto fit : yes
21 | OffsetX : 0inch
22 | OffsetY : 0inch
23 |
24 | Plotfile Info:
25 |
26 | Coordinate Format : 2.5
27 | Coordinate Units : Inch
28 | Data Mode : Absolute
29 | Zero Suppression : None
30 | End Of Block : *
31 |
32 | Apertures used:
33 |
34 | Code Shape Size used
35 |
36 | D10 rectangle 0.0433inch x 0.0787inch 12
37 | D11 rectangle 0.0787inch x 0.0433inch 180
38 |
39 |
--------------------------------------------------------------------------------
/eagle/light-ring.toplayer.gpi:
--------------------------------------------------------------------------------
1 | Generated by EAGLE CAM Processor 7.6.0
2 |
3 | Photoplotter Info File: /Users/maxbraun/Google Drive/eagle/smart-mirror/light-ring.toplayer.gpi
4 |
5 | Date : 9/15/16 11:19 PM
6 | Plotfile : /Users/maxbraun/Google Drive/eagle/smart-mirror/light-ring.toplayer.ger
7 | Apertures : generated:
8 | Device : Gerber RS-274-X photoplotter, coordinate format 2.5 inch
9 |
10 | Parameter settings:
11 |
12 | Emulate Apertures : no
13 | Tolerance Draw + : 0.00 %
14 | Tolerance Draw - : 0.00 %
15 | Tolerance Flash + : 0.00 %
16 | Tolerance Flash - : 0.00 %
17 | Rotate : no
18 | Mirror : no
19 | Optimize : yes
20 | Auto fit : yes
21 | OffsetX : 0inch
22 | OffsetY : 0inch
23 |
24 | Plotfile Info:
25 |
26 | Coordinate Format : 2.5
27 | Coordinate Units : Inch
28 | Data Mode : Absolute
29 | Zero Suppression : None
30 | End Of Block : *
31 |
32 | Apertures used:
33 |
34 | Code Shape Size used
35 |
36 | D10 octagon 0.0850inch 4
37 | D11 rectangle 0.0433inch x 0.0787inch 12
38 | D12 rectangle 0.0787inch x 0.0433inch 180
39 | D13 draw 0.0240inch 97
40 | D14 round 0.0396inch 32
41 | D15 draw 0.0320inch 1
42 | D16 draw 0.0040inch 18296
43 |
44 |
--------------------------------------------------------------------------------
/eagle/light-ring.topsilkscreen.gpi:
--------------------------------------------------------------------------------
1 | Generated by EAGLE CAM Processor 7.6.0
2 |
3 | Photoplotter Info File: /Users/maxbraun/Google Drive/eagle/smart-mirror/light-ring.topsilkscreen.gpi
4 |
5 | Date : 9/15/16 11:19 PM
6 | Plotfile : /Users/maxbraun/Google Drive/eagle/smart-mirror/light-ring.topsilkscreen.ger
7 | Apertures : generated:
8 | Device : Gerber RS-274-X photoplotter, coordinate format 2.5 inch
9 |
10 | Parameter settings:
11 |
12 | Emulate Apertures : no
13 | Tolerance Draw + : 0.00 %
14 | Tolerance Draw - : 0.00 %
15 | Tolerance Flash + : 0.00 %
16 | Tolerance Flash - : 0.00 %
17 | Rotate : no
18 | Mirror : no
19 | Optimize : yes
20 | Auto fit : yes
21 | OffsetX : 0inch
22 | OffsetY : 0inch
23 |
24 | Plotfile Info:
25 |
26 | Coordinate Format : 2.5
27 | Coordinate Units : Inch
28 | Data Mode : Absolute
29 | Zero Suppression : None
30 | End Of Block : *
31 |
32 | Apertures used:
33 |
34 | Code Shape Size used
35 |
36 | D10 draw 0.0060inch 32
37 | D11 draw 0.0050inch 349
38 | D12 draw 0.0040inch 785
39 |
40 |
--------------------------------------------------------------------------------
/eagle/light-ring.topsoldermask.ger:
--------------------------------------------------------------------------------
1 | G75*
2 | %MOIN*%
3 | %OFA0B0*%
4 | %FSLAX25Y25*%
5 | %IPPOS*%
6 | %LPD*%
7 | %AMOC8*
8 | 5,1,8,0,0,1.08239X$1,22.5*
9 | %
10 | %ADD10OC8,0.09300*%
11 | %ADD11R,0.05131X0.08674*%
12 | %ADD12R,0.08674X0.05131*%
13 | %ADD13C,0.04762*%
14 | D10*
15 | X1055519Y0319543D03*
16 | X1068911Y0319543D03*
17 | X1071611Y0339291D03*
18 | X1058219Y0339291D03*
19 | D11*
20 | X1058219Y0370787D03*
21 | X1064912Y0370787D03*
22 | X1071605Y0370787D03*
23 | X1071605Y0386535D03*
24 | X1064912Y0386535D03*
25 | X1058219Y0386535D03*
26 | X0032993Y0386535D03*
27 | X0026300Y0386535D03*
28 | X0019607Y0386535D03*
29 | X0019607Y0370787D03*
30 | X0026300Y0370787D03*
31 | X0032993Y0370787D03*
32 | D12*
33 | G36*
34 | X0039881Y0301267D02*
35 | X0041208Y0292696D01*
36 | X0036139Y0291911D01*
37 | X0034812Y0300482D01*
38 | X0039881Y0301267D01*
39 | G37*
40 | G36*
41 | X0033267Y0300243D02*
42 | X0034594Y0291672D01*
43 | X0029525Y0290887D01*
44 | X0028198Y0299458D01*
45 | X0033267Y0300243D01*
46 | G37*
47 | G36*
48 | X0026653Y0299219D02*
49 | X0027980Y0290648D01*
50 | X0022911Y0289863D01*
51 | X0021584Y0298434D01*
52 | X0026653Y0299219D01*
53 | G37*
54 | G36*
55 | X0042290Y0285704D02*
56 | X0043617Y0277133D01*
57 | X0038548Y0276348D01*
58 | X0037221Y0284919D01*
59 | X0042290Y0285704D01*
60 | G37*
61 | G36*
62 | X0035676Y0284680D02*
63 | X0037003Y0276109D01*
64 | X0031934Y0275324D01*
65 | X0030607Y0283895D01*
66 | X0035676Y0284680D01*
67 | G37*
68 | G36*
69 | X0029062Y0283656D02*
70 | X0030389Y0275085D01*
71 | X0025320Y0274300D01*
72 | X0023993Y0282871D01*
73 | X0029062Y0283656D01*
74 | G37*
75 | G36*
76 | X0061188Y0215132D02*
77 | X0064854Y0207272D01*
78 | X0060206Y0205104D01*
79 | X0056540Y0212964D01*
80 | X0061188Y0215132D01*
81 | G37*
82 | G36*
83 | X0055122Y0212304D02*
84 | X0058788Y0204444D01*
85 | X0054140Y0202276D01*
86 | X0050474Y0210136D01*
87 | X0055122Y0212304D01*
88 | G37*
89 | G36*
90 | X0049056Y0209475D02*
91 | X0052722Y0201615D01*
92 | X0048074Y0199447D01*
93 | X0044408Y0207307D01*
94 | X0049056Y0209475D01*
95 | G37*
96 | G36*
97 | X0055711Y0195203D02*
98 | X0059377Y0187343D01*
99 | X0054729Y0185175D01*
100 | X0051063Y0193035D01*
101 | X0055711Y0195203D01*
102 | G37*
103 | G36*
104 | X0061777Y0198031D02*
105 | X0065443Y0190171D01*
106 | X0060795Y0188003D01*
107 | X0057129Y0195863D01*
108 | X0061777Y0198031D01*
109 | G37*
110 | G36*
111 | X0067843Y0200860D02*
112 | X0071509Y0193000D01*
113 | X0066861Y0190832D01*
114 | X0063195Y0198692D01*
115 | X0067843Y0200860D01*
116 | G37*
117 | G36*
118 | X0108018Y0142800D02*
119 | X0114423Y0136952D01*
120 | X0110964Y0133164D01*
121 | X0104559Y0139012D01*
122 | X0108018Y0142800D01*
123 | G37*
124 | G36*
125 | X0103505Y0137857D02*
126 | X0109910Y0132009D01*
127 | X0106451Y0128221D01*
128 | X0100046Y0134069D01*
129 | X0103505Y0137857D01*
130 | G37*
131 | G36*
132 | X0098992Y0132915D02*
133 | X0105397Y0127067D01*
134 | X0101938Y0123279D01*
135 | X0095533Y0129127D01*
136 | X0098992Y0132915D01*
137 | G37*
138 | G36*
139 | X0115134Y0127238D02*
140 | X0121539Y0121390D01*
141 | X0118080Y0117602D01*
142 | X0111675Y0123450D01*
143 | X0115134Y0127238D01*
144 | G37*
145 | G36*
146 | X0119647Y0132181D02*
147 | X0126052Y0126333D01*
148 | X0122593Y0122545D01*
149 | X0116188Y0128393D01*
150 | X0119647Y0132181D01*
151 | G37*
152 | G36*
153 | X0110621Y0122296D02*
154 | X0117026Y0116448D01*
155 | X0113567Y0112660D01*
156 | X0107162Y0118508D01*
157 | X0110621Y0122296D01*
158 | G37*
159 | G36*
160 | X0179401Y0092781D02*
161 | X0187318Y0089239D01*
162 | X0185223Y0084557D01*
163 | X0177306Y0088099D01*
164 | X0179401Y0092781D01*
165 | G37*
166 | G36*
167 | X0176668Y0086672D02*
168 | X0184585Y0083130D01*
169 | X0182490Y0078448D01*
170 | X0174573Y0081990D01*
171 | X0176668Y0086672D01*
172 | G37*
173 | G36*
174 | X0173935Y0080562D02*
175 | X0181852Y0077020D01*
176 | X0179757Y0072338D01*
177 | X0171840Y0075880D01*
178 | X0173935Y0080562D01*
179 | G37*
180 | G36*
181 | X0188310Y0074132D02*
182 | X0196227Y0070590D01*
183 | X0194132Y0065908D01*
184 | X0186215Y0069450D01*
185 | X0188310Y0074132D01*
186 | G37*
187 | G36*
188 | X0191043Y0080242D02*
189 | X0198960Y0076700D01*
190 | X0196865Y0072018D01*
191 | X0188948Y0075560D01*
192 | X0191043Y0080242D01*
193 | G37*
194 | G36*
195 | X0193776Y0086351D02*
196 | X0201693Y0082809D01*
197 | X0199598Y0078127D01*
198 | X0191681Y0081669D01*
199 | X0193776Y0086351D01*
200 | G37*
201 | G36*
202 | X0262949Y0062995D02*
203 | X0271393Y0061014D01*
204 | X0270221Y0056021D01*
205 | X0261777Y0058002D01*
206 | X0262949Y0062995D01*
207 | G37*
208 | G36*
209 | X0278281Y0059399D02*
210 | X0286725Y0057418D01*
211 | X0285553Y0052425D01*
212 | X0277109Y0054406D01*
213 | X0278281Y0059399D01*
214 | G37*
215 | G36*
216 | X0276752Y0052883D02*
217 | X0285196Y0050902D01*
218 | X0284024Y0045909D01*
219 | X0275580Y0047890D01*
220 | X0276752Y0052883D01*
221 | G37*
222 | G36*
223 | X0275224Y0046367D02*
224 | X0283668Y0044386D01*
225 | X0282496Y0039393D01*
226 | X0274052Y0041374D01*
227 | X0275224Y0046367D01*
228 | G37*
229 | G36*
230 | X0259892Y0049963D02*
231 | X0268336Y0047982D01*
232 | X0267164Y0042989D01*
233 | X0258720Y0044970D01*
234 | X0259892Y0049963D01*
235 | G37*
236 | G36*
237 | X0261420Y0056479D02*
238 | X0269864Y0054498D01*
239 | X0268692Y0049505D01*
240 | X0260248Y0051486D01*
241 | X0261420Y0056479D01*
242 | G37*
243 | G36*
244 | X0350164Y0046583D02*
245 | X0358774Y0045541D01*
246 | X0358158Y0040449D01*
247 | X0349548Y0041491D01*
248 | X0350164Y0046583D01*
249 | G37*
250 | G36*
251 | X0365798Y0044691D02*
252 | X0374408Y0043649D01*
253 | X0373792Y0038557D01*
254 | X0365182Y0039599D01*
255 | X0365798Y0044691D01*
256 | G37*
257 | G36*
258 | X0364994Y0038047D02*
259 | X0373604Y0037005D01*
260 | X0372988Y0031913D01*
261 | X0364378Y0032955D01*
262 | X0364994Y0038047D01*
263 | G37*
264 | G36*
265 | X0349360Y0039938D02*
266 | X0357970Y0038896D01*
267 | X0357354Y0033804D01*
268 | X0348744Y0034846D01*
269 | X0349360Y0039938D01*
270 | G37*
271 | G36*
272 | X0348556Y0033294D02*
273 | X0357166Y0032252D01*
274 | X0356550Y0027160D01*
275 | X0347940Y0028202D01*
276 | X0348556Y0033294D01*
277 | G37*
278 | G36*
279 | X0364190Y0031402D02*
280 | X0372800Y0030360D01*
281 | X0372184Y0025268D01*
282 | X0363574Y0026310D01*
283 | X0364190Y0031402D01*
284 | G37*
285 | G36*
286 | X0439551Y0031630D02*
287 | X0448214Y0031207D01*
288 | X0447963Y0026084D01*
289 | X0439300Y0026507D01*
290 | X0439551Y0031630D01*
291 | G37*
292 | G36*
293 | X0439878Y0038315D02*
294 | X0448541Y0037892D01*
295 | X0448290Y0032769D01*
296 | X0439627Y0033192D01*
297 | X0439878Y0038315D01*
298 | G37*
299 | G36*
300 | X0455607Y0037545D02*
301 | X0464270Y0037122D01*
302 | X0464019Y0031999D01*
303 | X0455356Y0032422D01*
304 | X0455607Y0037545D01*
305 | G37*
306 | G36*
307 | X0455280Y0030860D02*
308 | X0463943Y0030437D01*
309 | X0463692Y0025314D01*
310 | X0455029Y0025737D01*
311 | X0455280Y0030860D01*
312 | G37*
313 | G36*
314 | X0454953Y0024175D02*
315 | X0463616Y0023752D01*
316 | X0463365Y0018629D01*
317 | X0454702Y0019052D01*
318 | X0454953Y0024175D01*
319 | G37*
320 | G36*
321 | X0439224Y0024945D02*
322 | X0447887Y0024522D01*
323 | X0447636Y0019399D01*
324 | X0438973Y0019822D01*
325 | X0439224Y0024945D01*
326 | G37*
327 | X0537731Y0026300D03*
328 | X0537731Y0019607D03*
329 | X0553480Y0019607D03*
330 | X0553480Y0026300D03*
331 | X0553480Y0032993D03*
332 | X0537731Y0032993D03*
333 | G36*
334 | X0626941Y0037122D02*
335 | X0635604Y0037545D01*
336 | X0635855Y0032422D01*
337 | X0627192Y0031999D01*
338 | X0626941Y0037122D01*
339 | G37*
340 | G36*
341 | X0627268Y0030437D02*
342 | X0635931Y0030860D01*
343 | X0636182Y0025737D01*
344 | X0627519Y0025314D01*
345 | X0627268Y0030437D01*
346 | G37*
347 | G36*
348 | X0627594Y0023752D02*
349 | X0636257Y0024175D01*
350 | X0636508Y0019052D01*
351 | X0627845Y0018629D01*
352 | X0627594Y0023752D01*
353 | G37*
354 | G36*
355 | X0643324Y0024522D02*
356 | X0651987Y0024945D01*
357 | X0652238Y0019822D01*
358 | X0643575Y0019399D01*
359 | X0643324Y0024522D01*
360 | G37*
361 | G36*
362 | X0642997Y0031207D02*
363 | X0651660Y0031630D01*
364 | X0651911Y0026507D01*
365 | X0643248Y0026084D01*
366 | X0642997Y0031207D01*
367 | G37*
368 | G36*
369 | X0642670Y0037892D02*
370 | X0651333Y0038315D01*
371 | X0651584Y0033192D01*
372 | X0642921Y0032769D01*
373 | X0642670Y0037892D01*
374 | G37*
375 | G36*
376 | X0716803Y0043649D02*
377 | X0725413Y0044691D01*
378 | X0726029Y0039599D01*
379 | X0717419Y0038557D01*
380 | X0716803Y0043649D01*
381 | G37*
382 | G36*
383 | X0717607Y0037005D02*
384 | X0726217Y0038047D01*
385 | X0726833Y0032955D01*
386 | X0718223Y0031913D01*
387 | X0717607Y0037005D01*
388 | G37*
389 | G36*
390 | X0718411Y0030360D02*
391 | X0727021Y0031402D01*
392 | X0727637Y0026310D01*
393 | X0719027Y0025268D01*
394 | X0718411Y0030360D01*
395 | G37*
396 | G36*
397 | X0734045Y0032252D02*
398 | X0742655Y0033294D01*
399 | X0743271Y0028202D01*
400 | X0734661Y0027160D01*
401 | X0734045Y0032252D01*
402 | G37*
403 | G36*
404 | X0733241Y0038896D02*
405 | X0741851Y0039938D01*
406 | X0742467Y0034846D01*
407 | X0733857Y0033804D01*
408 | X0733241Y0038896D01*
409 | G37*
410 | G36*
411 | X0732437Y0045541D02*
412 | X0741047Y0046583D01*
413 | X0741663Y0041491D01*
414 | X0733053Y0040449D01*
415 | X0732437Y0045541D01*
416 | G37*
417 | G36*
418 | X0804486Y0057418D02*
419 | X0812930Y0059399D01*
420 | X0814102Y0054406D01*
421 | X0805658Y0052425D01*
422 | X0804486Y0057418D01*
423 | G37*
424 | G36*
425 | X0806015Y0050902D02*
426 | X0814459Y0052883D01*
427 | X0815631Y0047890D01*
428 | X0807187Y0045909D01*
429 | X0806015Y0050902D01*
430 | G37*
431 | G36*
432 | X0807543Y0044386D02*
433 | X0815987Y0046367D01*
434 | X0817159Y0041374D01*
435 | X0808715Y0039393D01*
436 | X0807543Y0044386D01*
437 | G37*
438 | G36*
439 | X0822875Y0047982D02*
440 | X0831319Y0049963D01*
441 | X0832491Y0044970D01*
442 | X0824047Y0042989D01*
443 | X0822875Y0047982D01*
444 | G37*
445 | G36*
446 | X0821347Y0054498D02*
447 | X0829791Y0056479D01*
448 | X0830963Y0051486D01*
449 | X0822519Y0049505D01*
450 | X0821347Y0054498D01*
451 | G37*
452 | G36*
453 | X0819818Y0061014D02*
454 | X0828262Y0062995D01*
455 | X0829434Y0058002D01*
456 | X0820990Y0056021D01*
457 | X0819818Y0061014D01*
458 | G37*
459 | G36*
460 | X0889518Y0082809D02*
461 | X0897435Y0086351D01*
462 | X0899530Y0081669D01*
463 | X0891613Y0078127D01*
464 | X0889518Y0082809D01*
465 | G37*
466 | G36*
467 | X0892251Y0076699D02*
468 | X0900168Y0080241D01*
469 | X0902263Y0075559D01*
470 | X0894346Y0072017D01*
471 | X0892251Y0076699D01*
472 | G37*
473 | G36*
474 | X0894984Y0070590D02*
475 | X0902901Y0074132D01*
476 | X0904996Y0069450D01*
477 | X0897079Y0065908D01*
478 | X0894984Y0070590D01*
479 | G37*
480 | G36*
481 | X0909359Y0077020D02*
482 | X0917276Y0080562D01*
483 | X0919371Y0075880D01*
484 | X0911454Y0072338D01*
485 | X0909359Y0077020D01*
486 | G37*
487 | G36*
488 | X0906626Y0083130D02*
489 | X0914543Y0086672D01*
490 | X0916638Y0081990D01*
491 | X0908721Y0078448D01*
492 | X0906626Y0083130D01*
493 | G37*
494 | G36*
495 | X0903893Y0089239D02*
496 | X0911810Y0092781D01*
497 | X0913905Y0088099D01*
498 | X0905988Y0084557D01*
499 | X0903893Y0089239D01*
500 | G37*
501 | G36*
502 | X0965159Y0126332D02*
503 | X0971564Y0132180D01*
504 | X0975023Y0128392D01*
505 | X0968618Y0122544D01*
506 | X0965159Y0126332D01*
507 | G37*
508 | G36*
509 | X0969672Y0121390D02*
510 | X0976077Y0127238D01*
511 | X0979536Y0123450D01*
512 | X0973131Y0117602D01*
513 | X0969672Y0121390D01*
514 | G37*
515 | G36*
516 | X0974185Y0116448D02*
517 | X0980590Y0122296D01*
518 | X0984049Y0118508D01*
519 | X0977644Y0112660D01*
520 | X0974185Y0116448D01*
521 | G37*
522 | G36*
523 | X0985814Y0127067D02*
524 | X0992219Y0132915D01*
525 | X0995678Y0129127D01*
526 | X0989273Y0123279D01*
527 | X0985814Y0127067D01*
528 | G37*
529 | G36*
530 | X0981301Y0132009D02*
531 | X0987706Y0137857D01*
532 | X0991165Y0134069D01*
533 | X0984760Y0128221D01*
534 | X0981301Y0132009D01*
535 | G37*
536 | G36*
537 | X0976788Y0136951D02*
538 | X0983193Y0142799D01*
539 | X0986652Y0139011D01*
540 | X0980247Y0133163D01*
541 | X0976788Y0136951D01*
542 | G37*
543 | G36*
544 | X1019702Y0192999D02*
545 | X1023368Y0200859D01*
546 | X1028016Y0198691D01*
547 | X1024350Y0190831D01*
548 | X1019702Y0192999D01*
549 | G37*
550 | G36*
551 | X1025768Y0190171D02*
552 | X1029434Y0198031D01*
553 | X1034082Y0195863D01*
554 | X1030416Y0188003D01*
555 | X1025768Y0190171D01*
556 | G37*
557 | G36*
558 | X1031834Y0187342D02*
559 | X1035500Y0195202D01*
560 | X1040148Y0193034D01*
561 | X1036482Y0185174D01*
562 | X1031834Y0187342D01*
563 | G37*
564 | G36*
565 | X1038489Y0201615D02*
566 | X1042155Y0209475D01*
567 | X1046803Y0207307D01*
568 | X1043137Y0199447D01*
569 | X1038489Y0201615D01*
570 | G37*
571 | G36*
572 | X1032423Y0204443D02*
573 | X1036089Y0212303D01*
574 | X1040737Y0210135D01*
575 | X1037071Y0202275D01*
576 | X1032423Y0204443D01*
577 | G37*
578 | G36*
579 | X1026358Y0207272D02*
580 | X1030024Y0215132D01*
581 | X1034672Y0212964D01*
582 | X1031006Y0205104D01*
583 | X1026358Y0207272D01*
584 | G37*
585 | G36*
586 | X1054208Y0276108D02*
587 | X1055535Y0284679D01*
588 | X1060604Y0283894D01*
589 | X1059277Y0275323D01*
590 | X1054208Y0276108D01*
591 | G37*
592 | G36*
593 | X1047594Y0277132D02*
594 | X1048921Y0285703D01*
595 | X1053990Y0284918D01*
596 | X1052663Y0276347D01*
597 | X1047594Y0277132D01*
598 | G37*
599 | G36*
600 | X1060822Y0275084D02*
601 | X1062149Y0283655D01*
602 | X1067218Y0282870D01*
603 | X1065891Y0274299D01*
604 | X1060822Y0275084D01*
605 | G37*
606 | G36*
607 | X1063232Y0290647D02*
608 | X1064559Y0299218D01*
609 | X1069628Y0298433D01*
610 | X1068301Y0289862D01*
611 | X1063232Y0290647D01*
612 | G37*
613 | G36*
614 | X1056617Y0291671D02*
615 | X1057944Y0300242D01*
616 | X1063013Y0299457D01*
617 | X1061686Y0290886D01*
618 | X1056617Y0291671D01*
619 | G37*
620 | G36*
621 | X1050003Y0292695D02*
622 | X1051330Y0301266D01*
623 | X1056399Y0300481D01*
624 | X1055072Y0291910D01*
625 | X1050003Y0292695D01*
626 | G37*
627 | G36*
628 | X1051331Y0456056D02*
629 | X1050004Y0464627D01*
630 | X1055073Y0465412D01*
631 | X1056400Y0456841D01*
632 | X1051331Y0456056D01*
633 | G37*
634 | G36*
635 | X1057945Y0457079D02*
636 | X1056618Y0465650D01*
637 | X1061687Y0466435D01*
638 | X1063014Y0457864D01*
639 | X1057945Y0457079D01*
640 | G37*
641 | G36*
642 | X1064559Y0458103D02*
643 | X1063232Y0466674D01*
644 | X1068301Y0467459D01*
645 | X1069628Y0458888D01*
646 | X1064559Y0458103D01*
647 | G37*
648 | G36*
649 | X1048921Y0471618D02*
650 | X1047594Y0480189D01*
651 | X1052663Y0480974D01*
652 | X1053990Y0472403D01*
653 | X1048921Y0471618D01*
654 | G37*
655 | G36*
656 | X1055535Y0472642D02*
657 | X1054208Y0481213D01*
658 | X1059277Y0481998D01*
659 | X1060604Y0473427D01*
660 | X1055535Y0472642D01*
661 | G37*
662 | G36*
663 | X1062150Y0473666D02*
664 | X1060823Y0482237D01*
665 | X1065892Y0483022D01*
666 | X1067219Y0474451D01*
667 | X1062150Y0473666D01*
668 | G37*
669 | G36*
670 | X1030024Y0542190D02*
671 | X1026358Y0550050D01*
672 | X1031006Y0552218D01*
673 | X1034672Y0544358D01*
674 | X1030024Y0542190D01*
675 | G37*
676 | G36*
677 | X1036090Y0545018D02*
678 | X1032424Y0552878D01*
679 | X1037072Y0555046D01*
680 | X1040738Y0547186D01*
681 | X1036090Y0545018D01*
682 | G37*
683 | G36*
684 | X1042156Y0547847D02*
685 | X1038490Y0555707D01*
686 | X1043138Y0557875D01*
687 | X1046804Y0550015D01*
688 | X1042156Y0547847D01*
689 | G37*
690 | G36*
691 | X1035500Y0562119D02*
692 | X1031834Y0569979D01*
693 | X1036482Y0572147D01*
694 | X1040148Y0564287D01*
695 | X1035500Y0562119D01*
696 | G37*
697 | G36*
698 | X1029434Y0559291D02*
699 | X1025768Y0567151D01*
700 | X1030416Y0569319D01*
701 | X1034082Y0561459D01*
702 | X1029434Y0559291D01*
703 | G37*
704 | G36*
705 | X1023368Y0556462D02*
706 | X1019702Y0564322D01*
707 | X1024350Y0566490D01*
708 | X1028016Y0558630D01*
709 | X1023368Y0556462D01*
710 | G37*
711 | G36*
712 | X0983193Y0614522D02*
713 | X0976788Y0620370D01*
714 | X0980247Y0624158D01*
715 | X0986652Y0618310D01*
716 | X0983193Y0614522D01*
717 | G37*
718 | G36*
719 | X0987706Y0619465D02*
720 | X0981301Y0625313D01*
721 | X0984760Y0629101D01*
722 | X0991165Y0623253D01*
723 | X0987706Y0619465D01*
724 | G37*
725 | G36*
726 | X0992219Y0624407D02*
727 | X0985814Y0630255D01*
728 | X0989273Y0634043D01*
729 | X0995678Y0628195D01*
730 | X0992219Y0624407D01*
731 | G37*
732 | G36*
733 | X0976077Y0630084D02*
734 | X0969672Y0635932D01*
735 | X0973131Y0639720D01*
736 | X0979536Y0633872D01*
737 | X0976077Y0630084D01*
738 | G37*
739 | G36*
740 | X0971564Y0625141D02*
741 | X0965159Y0630989D01*
742 | X0968618Y0634777D01*
743 | X0975023Y0628929D01*
744 | X0971564Y0625141D01*
745 | G37*
746 | G36*
747 | X0980590Y0635026D02*
748 | X0974185Y0640874D01*
749 | X0977644Y0644662D01*
750 | X0984049Y0638814D01*
751 | X0980590Y0635026D01*
752 | G37*
753 | G36*
754 | X0911811Y0664541D02*
755 | X0903894Y0668083D01*
756 | X0905989Y0672765D01*
757 | X0913906Y0669223D01*
758 | X0911811Y0664541D01*
759 | G37*
760 | G36*
761 | X0914544Y0670650D02*
762 | X0906627Y0674192D01*
763 | X0908722Y0678874D01*
764 | X0916639Y0675332D01*
765 | X0914544Y0670650D01*
766 | G37*
767 | G36*
768 | X0917277Y0676760D02*
769 | X0909360Y0680302D01*
770 | X0911455Y0684984D01*
771 | X0919372Y0681442D01*
772 | X0917277Y0676760D01*
773 | G37*
774 | G36*
775 | X0902901Y0683190D02*
776 | X0894984Y0686732D01*
777 | X0897079Y0691414D01*
778 | X0904996Y0687872D01*
779 | X0902901Y0683190D01*
780 | G37*
781 | G36*
782 | X0900168Y0677081D02*
783 | X0892251Y0680623D01*
784 | X0894346Y0685305D01*
785 | X0902263Y0681763D01*
786 | X0900168Y0677081D01*
787 | G37*
788 | G36*
789 | X0897435Y0670971D02*
790 | X0889518Y0674513D01*
791 | X0891613Y0679195D01*
792 | X0899530Y0675653D01*
793 | X0897435Y0670971D01*
794 | G37*
795 | G36*
796 | X0828263Y0694327D02*
797 | X0819819Y0696308D01*
798 | X0820991Y0701301D01*
799 | X0829435Y0699320D01*
800 | X0828263Y0694327D01*
801 | G37*
802 | G36*
803 | X0812931Y0697923D02*
804 | X0804487Y0699904D01*
805 | X0805659Y0704897D01*
806 | X0814103Y0702916D01*
807 | X0812931Y0697923D01*
808 | G37*
809 | G36*
810 | X0814459Y0704439D02*
811 | X0806015Y0706420D01*
812 | X0807187Y0711413D01*
813 | X0815631Y0709432D01*
814 | X0814459Y0704439D01*
815 | G37*
816 | G36*
817 | X0815988Y0710955D02*
818 | X0807544Y0712936D01*
819 | X0808716Y0717929D01*
820 | X0817160Y0715948D01*
821 | X0815988Y0710955D01*
822 | G37*
823 | G36*
824 | X0831320Y0707359D02*
825 | X0822876Y0709340D01*
826 | X0824048Y0714333D01*
827 | X0832492Y0712352D01*
828 | X0831320Y0707359D01*
829 | G37*
830 | G36*
831 | X0829791Y0700843D02*
832 | X0821347Y0702824D01*
833 | X0822519Y0707817D01*
834 | X0830963Y0705836D01*
835 | X0829791Y0700843D01*
836 | G37*
837 | G36*
838 | X0741047Y0710739D02*
839 | X0732437Y0711781D01*
840 | X0733053Y0716873D01*
841 | X0741663Y0715831D01*
842 | X0741047Y0710739D01*
843 | G37*
844 | G36*
845 | X0725413Y0712631D02*
846 | X0716803Y0713673D01*
847 | X0717419Y0718765D01*
848 | X0726029Y0717723D01*
849 | X0725413Y0712631D01*
850 | G37*
851 | G36*
852 | X0726217Y0719276D02*
853 | X0717607Y0720318D01*
854 | X0718223Y0725410D01*
855 | X0726833Y0724368D01*
856 | X0726217Y0719276D01*
857 | G37*
858 | G36*
859 | X0741851Y0717384D02*
860 | X0733241Y0718426D01*
861 | X0733857Y0723518D01*
862 | X0742467Y0722476D01*
863 | X0741851Y0717384D01*
864 | G37*
865 | G36*
866 | X0742655Y0724028D02*
867 | X0734045Y0725070D01*
868 | X0734661Y0730162D01*
869 | X0743271Y0729120D01*
870 | X0742655Y0724028D01*
871 | G37*
872 | G36*
873 | X0727021Y0725920D02*
874 | X0718411Y0726962D01*
875 | X0719027Y0732054D01*
876 | X0727637Y0731012D01*
877 | X0727021Y0725920D01*
878 | G37*
879 | G36*
880 | X0651660Y0725692D02*
881 | X0642997Y0726115D01*
882 | X0643248Y0731238D01*
883 | X0651911Y0730815D01*
884 | X0651660Y0725692D01*
885 | G37*
886 | G36*
887 | X0651333Y0719007D02*
888 | X0642670Y0719430D01*
889 | X0642921Y0724553D01*
890 | X0651584Y0724130D01*
891 | X0651333Y0719007D01*
892 | G37*
893 | G36*
894 | X0635604Y0719777D02*
895 | X0626941Y0720200D01*
896 | X0627192Y0725323D01*
897 | X0635855Y0724900D01*
898 | X0635604Y0719777D01*
899 | G37*
900 | G36*
901 | X0635931Y0726462D02*
902 | X0627268Y0726885D01*
903 | X0627519Y0732008D01*
904 | X0636182Y0731585D01*
905 | X0635931Y0726462D01*
906 | G37*
907 | G36*
908 | X0636258Y0733147D02*
909 | X0627595Y0733570D01*
910 | X0627846Y0738693D01*
911 | X0636509Y0738270D01*
912 | X0636258Y0733147D01*
913 | G37*
914 | G36*
915 | X0651987Y0732377D02*
916 | X0643324Y0732800D01*
917 | X0643575Y0737923D01*
918 | X0652238Y0737500D01*
919 | X0651987Y0732377D01*
920 | G37*
921 | X0553480Y0731022D03*
922 | X0553480Y0724329D03*
923 | X0537732Y0724329D03*
924 | X0537732Y0731022D03*
925 | X0537732Y0737715D03*
926 | X0553480Y0737715D03*
927 | G36*
928 | X0463617Y0733570D02*
929 | X0454954Y0733147D01*
930 | X0454703Y0738270D01*
931 | X0463366Y0738693D01*
932 | X0463617Y0733570D01*
933 | G37*
934 | G36*
935 | X0463944Y0726885D02*
936 | X0455281Y0726462D01*
937 | X0455030Y0731585D01*
938 | X0463693Y0732008D01*
939 | X0463944Y0726885D01*
940 | G37*
941 | G36*
942 | X0464271Y0720200D02*
943 | X0455608Y0719777D01*
944 | X0455357Y0724900D01*
945 | X0464020Y0725323D01*
946 | X0464271Y0720200D01*
947 | G37*
948 | G36*
949 | X0448542Y0719431D02*
950 | X0439879Y0719008D01*
951 | X0439628Y0724131D01*
952 | X0448291Y0724554D01*
953 | X0448542Y0719431D01*
954 | G37*
955 | G36*
956 | X0448215Y0726115D02*
957 | X0439552Y0725692D01*
958 | X0439301Y0730815D01*
959 | X0447964Y0731238D01*
960 | X0448215Y0726115D01*
961 | G37*
962 | G36*
963 | X0447888Y0732800D02*
964 | X0439225Y0732377D01*
965 | X0438974Y0737500D01*
966 | X0447637Y0737923D01*
967 | X0447888Y0732800D01*
968 | G37*
969 | G36*
970 | X0373605Y0720318D02*
971 | X0364995Y0719276D01*
972 | X0364379Y0724368D01*
973 | X0372989Y0725410D01*
974 | X0373605Y0720318D01*
975 | G37*
976 | G36*
977 | X0374409Y0713673D02*
978 | X0365799Y0712631D01*
979 | X0365183Y0717723D01*
980 | X0373793Y0718765D01*
981 | X0374409Y0713673D01*
982 | G37*
983 | G36*
984 | X0372801Y0726962D02*
985 | X0364191Y0725920D01*
986 | X0363575Y0731012D01*
987 | X0372185Y0732054D01*
988 | X0372801Y0726962D01*
989 | G37*
990 | G36*
991 | X0357167Y0725070D02*
992 | X0348557Y0724028D01*
993 | X0347941Y0729120D01*
994 | X0356551Y0730162D01*
995 | X0357167Y0725070D01*
996 | G37*
997 | G36*
998 | X0357971Y0718426D02*
999 | X0349361Y0717384D01*
1000 | X0348745Y0722476D01*
1001 | X0357355Y0723518D01*
1002 | X0357971Y0718426D01*
1003 | G37*
1004 | G36*
1005 | X0358775Y0711781D02*
1006 | X0350165Y0710739D01*
1007 | X0349549Y0715831D01*
1008 | X0358159Y0716873D01*
1009 | X0358775Y0711781D01*
1010 | G37*
1011 | G36*
1012 | X0286725Y0699904D02*
1013 | X0278281Y0697923D01*
1014 | X0277109Y0702916D01*
1015 | X0285553Y0704897D01*
1016 | X0286725Y0699904D01*
1017 | G37*
1018 | G36*
1019 | X0285197Y0706420D02*
1020 | X0276753Y0704439D01*
1021 | X0275581Y0709432D01*
1022 | X0284025Y0711413D01*
1023 | X0285197Y0706420D01*
1024 | G37*
1025 | G36*
1026 | X0283668Y0712936D02*
1027 | X0275224Y0710955D01*
1028 | X0274052Y0715948D01*
1029 | X0282496Y0717929D01*
1030 | X0283668Y0712936D01*
1031 | G37*
1032 | G36*
1033 | X0268336Y0709340D02*
1034 | X0259892Y0707359D01*
1035 | X0258720Y0712352D01*
1036 | X0267164Y0714333D01*
1037 | X0268336Y0709340D01*
1038 | G37*
1039 | G36*
1040 | X0269865Y0702824D02*
1041 | X0261421Y0700843D01*
1042 | X0260249Y0705836D01*
1043 | X0268693Y0707817D01*
1044 | X0269865Y0702824D01*
1045 | G37*
1046 | G36*
1047 | X0271393Y0696308D02*
1048 | X0262949Y0694327D01*
1049 | X0261777Y0699320D01*
1050 | X0270221Y0701301D01*
1051 | X0271393Y0696308D01*
1052 | G37*
1053 | G36*
1054 | X0201694Y0674513D02*
1055 | X0193777Y0670971D01*
1056 | X0191682Y0675653D01*
1057 | X0199599Y0679195D01*
1058 | X0201694Y0674513D01*
1059 | G37*
1060 | G36*
1061 | X0198961Y0680623D02*
1062 | X0191044Y0677081D01*
1063 | X0188949Y0681763D01*
1064 | X0196866Y0685305D01*
1065 | X0198961Y0680623D01*
1066 | G37*
1067 | G36*
1068 | X0196228Y0686732D02*
1069 | X0188311Y0683190D01*
1070 | X0186216Y0687872D01*
1071 | X0194133Y0691414D01*
1072 | X0196228Y0686732D01*
1073 | G37*
1074 | G36*
1075 | X0181852Y0680302D02*
1076 | X0173935Y0676760D01*
1077 | X0171840Y0681442D01*
1078 | X0179757Y0684984D01*
1079 | X0181852Y0680302D01*
1080 | G37*
1081 | G36*
1082 | X0184585Y0674192D02*
1083 | X0176668Y0670650D01*
1084 | X0174573Y0675332D01*
1085 | X0182490Y0678874D01*
1086 | X0184585Y0674192D01*
1087 | G37*
1088 | G36*
1089 | X0187318Y0668083D02*
1090 | X0179401Y0664541D01*
1091 | X0177306Y0669223D01*
1092 | X0185223Y0672765D01*
1093 | X0187318Y0668083D01*
1094 | G37*
1095 | G36*
1096 | X0126053Y0630989D02*
1097 | X0119648Y0625141D01*
1098 | X0116189Y0628929D01*
1099 | X0122594Y0634777D01*
1100 | X0126053Y0630989D01*
1101 | G37*
1102 | G36*
1103 | X0121540Y0635932D02*
1104 | X0115135Y0630084D01*
1105 | X0111676Y0633872D01*
1106 | X0118081Y0639720D01*
1107 | X0121540Y0635932D01*
1108 | G37*
1109 | G36*
1110 | X0117027Y0640874D02*
1111 | X0110622Y0635026D01*
1112 | X0107163Y0638814D01*
1113 | X0113568Y0644662D01*
1114 | X0117027Y0640874D01*
1115 | G37*
1116 | G36*
1117 | X0105397Y0630255D02*
1118 | X0098992Y0624407D01*
1119 | X0095533Y0628195D01*
1120 | X0101938Y0634043D01*
1121 | X0105397Y0630255D01*
1122 | G37*
1123 | G36*
1124 | X0109910Y0625313D02*
1125 | X0103505Y0619465D01*
1126 | X0100046Y0623253D01*
1127 | X0106451Y0629101D01*
1128 | X0109910Y0625313D01*
1129 | G37*
1130 | G36*
1131 | X0114423Y0620371D02*
1132 | X0108018Y0614523D01*
1133 | X0104559Y0618311D01*
1134 | X0110964Y0624159D01*
1135 | X0114423Y0620371D01*
1136 | G37*
1137 | G36*
1138 | X0071509Y0564323D02*
1139 | X0067843Y0556463D01*
1140 | X0063195Y0558631D01*
1141 | X0066861Y0566491D01*
1142 | X0071509Y0564323D01*
1143 | G37*
1144 | G36*
1145 | X0065443Y0567151D02*
1146 | X0061777Y0559291D01*
1147 | X0057129Y0561459D01*
1148 | X0060795Y0569319D01*
1149 | X0065443Y0567151D01*
1150 | G37*
1151 | G36*
1152 | X0059377Y0569980D02*
1153 | X0055711Y0562120D01*
1154 | X0051063Y0564288D01*
1155 | X0054729Y0572148D01*
1156 | X0059377Y0569980D01*
1157 | G37*
1158 | G36*
1159 | X0052722Y0555707D02*
1160 | X0049056Y0547847D01*
1161 | X0044408Y0550015D01*
1162 | X0048074Y0557875D01*
1163 | X0052722Y0555707D01*
1164 | G37*
1165 | G36*
1166 | X0058788Y0552879D02*
1167 | X0055122Y0545019D01*
1168 | X0050474Y0547187D01*
1169 | X0054140Y0555047D01*
1170 | X0058788Y0552879D01*
1171 | G37*
1172 | G36*
1173 | X0064854Y0550050D02*
1174 | X0061188Y0542190D01*
1175 | X0056540Y0544358D01*
1176 | X0060206Y0552218D01*
1177 | X0064854Y0550050D01*
1178 | G37*
1179 | G36*
1180 | X0037003Y0481214D02*
1181 | X0035676Y0472643D01*
1182 | X0030607Y0473428D01*
1183 | X0031934Y0481999D01*
1184 | X0037003Y0481214D01*
1185 | G37*
1186 | G36*
1187 | X0043617Y0480190D02*
1188 | X0042290Y0471619D01*
1189 | X0037221Y0472404D01*
1190 | X0038548Y0480975D01*
1191 | X0043617Y0480190D01*
1192 | G37*
1193 | G36*
1194 | X0030389Y0482238D02*
1195 | X0029062Y0473667D01*
1196 | X0023993Y0474452D01*
1197 | X0025320Y0483023D01*
1198 | X0030389Y0482238D01*
1199 | G37*
1200 | G36*
1201 | X0027980Y0466675D02*
1202 | X0026653Y0458104D01*
1203 | X0021584Y0458889D01*
1204 | X0022911Y0467460D01*
1205 | X0027980Y0466675D01*
1206 | G37*
1207 | G36*
1208 | X0034594Y0465651D02*
1209 | X0033267Y0457080D01*
1210 | X0028198Y0457865D01*
1211 | X0029525Y0466436D01*
1212 | X0034594Y0465651D01*
1213 | G37*
1214 | G36*
1215 | X0041208Y0464627D02*
1216 | X0039881Y0456056D01*
1217 | X0034812Y0456841D01*
1218 | X0036139Y0465412D01*
1219 | X0041208Y0464627D01*
1220 | G37*
1221 | D13*
1222 | X0162471Y0082881D03*
1223 | X0248196Y0050072D03*
1224 | X0336919Y0032119D03*
1225 | X0427701Y0022941D03*
1226 | X0521983Y0019607D03*
1227 | X0616322Y0020633D03*
1228 | X0707390Y0026443D03*
1229 | X0797019Y0039284D03*
1230 | X0885614Y0063589D03*
1231 | X0967488Y0106859D03*
1232 | X1029335Y0175916D03*
1233 | X1061611Y0263415D03*
1234 | X1071611Y0355039D03*
1235 | X1068839Y0447219D03*
1236 | X1049302Y0538588D03*
1237 | X1002376Y0618606D03*
1238 | X0928741Y0674441D03*
1239 | X0843016Y0707250D03*
1240 | X0754292Y0725203D03*
1241 | X0663510Y0734381D03*
1242 | X0569228Y0737715D03*
1243 | X0474889Y0736689D03*
1244 | X0383822Y0730879D03*
1245 | X0294192Y0718039D03*
1246 | X0205597Y0693733D03*
1247 | X0123724Y0650463D03*
1248 | X0061876Y0581406D03*
1249 | X0029600Y0493907D03*
1250 | X0019607Y0402283D03*
1251 | X0022373Y0310103D03*
1252 | X0041909Y0218734D03*
1253 | X0088836Y0138716D03*
1254 | M02*
1255 |
--------------------------------------------------------------------------------
/eagle/light-ring.topsoldermask.gpi:
--------------------------------------------------------------------------------
1 | Generated by EAGLE CAM Processor 7.6.0
2 |
3 | Photoplotter Info File: /Users/maxbraun/Google Drive/eagle/smart-mirror/light-ring.topsoldermask.gpi
4 |
5 | Date : 9/15/16 11:19 PM
6 | Plotfile : /Users/maxbraun/Google Drive/eagle/smart-mirror/light-ring.topsoldermask.ger
7 | Apertures : generated:
8 | Device : Gerber RS-274-X photoplotter, coordinate format 2.5 inch
9 |
10 | Parameter settings:
11 |
12 | Emulate Apertures : no
13 | Tolerance Draw + : 0.00 %
14 | Tolerance Draw - : 0.00 %
15 | Tolerance Flash + : 0.00 %
16 | Tolerance Flash - : 0.00 %
17 | Rotate : no
18 | Mirror : no
19 | Optimize : yes
20 | Auto fit : yes
21 | OffsetX : 0inch
22 | OffsetY : 0inch
23 |
24 | Plotfile Info:
25 |
26 | Coordinate Format : 2.5
27 | Coordinate Units : Inch
28 | Data Mode : Absolute
29 | Zero Suppression : None
30 | End Of Block : *
31 |
32 | Apertures used:
33 |
34 | Code Shape Size used
35 |
36 | D10 octagon 0.0930inch 4
37 | D11 rectangle 0.0513inch x 0.0867inch 12
38 | D12 rectangle 0.0867inch x 0.0513inch 180
39 | D13 round 0.0476inch 32
40 |
41 |
--------------------------------------------------------------------------------
/eagle/light-ring_centroid.csv:
--------------------------------------------------------------------------------
1 | Screaming Circuits SMD component position file.
2 | Created by Centroid_ScreamingCircuits_smd.ulp 1.2.0.
3 |
4 | Centroid Data for pc board: "light-ring.brd" as of: 9/15/16 11:27 PM
5 | Measurements are in inches. Comma delimited
6 | Only surface mount components included
7 |
8 | RefDes,Layer,LocationX,LocationY,Rotation
9 | LED_1,Top,10.636,3.774,90
10 | LED_2,Top,10.573,4.682,98.8
11 | LED_3,Top,10.320,5.559,115
12 | LED_4,Top,9.791,6.283,137.6
13 | LED_5,Top,9.031,6.767,155.9
14 | LED_6,Top,8.172,7.048,166.8
15 | LED_7,Top,7.287,7.201,173.1
16 | LED_8,Top,6.383,7.276,177.2
17 | LED_9,Top,5.443,7.297,180
18 | LED_10,Top,4.503,7.276,182.8
19 | LED_11,Top,3.599,7.201,186.9
20 | LED_12,Top,2.714,7.048,193.2
21 | LED_13,Top,1.855,6.767,204.1
22 | LED_14,Top,1.095,6.283,222.4
23 | LED_15,Top,0.567,5.559,245
24 | LED_16,Top,0.313,4.682,261.2
25 | LED_17,Top,0.250,3.774,270
26 | LED_18,Top,0.313,2.865,278.8
27 | LED_19,Top,0.567,1.989,295
28 | LED_20,Top,1.095,1.264,317.6
29 | LED_21,Top,1.855,0.780,335.9
30 | LED_22,Top,2.714,0.499,346.8
31 | LED_23,Top,3.599,0.346,353.1
32 | LED_24,Top,4.503,0.272,357.2
33 | LED_25,Top,5.443,0.250,0
34 | LED_26,Top,6.383,0.272,2.8
35 | LED_27,Top,7.287,0.346,6.9
36 | LED_28,Top,8.172,0.499,13.2
37 | LED_29,Top,9.031,0.780,24.1
38 | LED_30,Top,9.791,1.264,42.4
39 | LED_31,Top,10.320,1.989,65
40 | LED_32,Top,10.573,2.865,81.2
41 |
--------------------------------------------------------------------------------
/images/pcb.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/maxbbraun/lights/e5f028a8592973f11edecf2b1de0a960f353ca04/images/pcb.png
--------------------------------------------------------------------------------
/images/ring.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/maxbbraun/lights/e5f028a8592973f11edecf2b1de0a960f353ca04/images/ring.jpg
--------------------------------------------------------------------------------
/images/smile.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/maxbbraun/lights/e5f028a8592973f11edecf2b1de0a960f353ca04/images/smile.gif
--------------------------------------------------------------------------------