-
Notifications
You must be signed in to change notification settings - Fork 0
/
power.kicad_sch
538 lines (524 loc) · 18.5 KB
/
power.kicad_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
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
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
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
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
(kicad_sch (version 20230121) (generator eeschema)
(uuid 91048ff8-caa8-4b62-9d29-226549950f90)
(paper "A4")
(lib_symbols
(symbol "Connector:Conn_01x03_Pin" (pin_names (offset 1.016) hide) (in_bom yes) (on_board yes)
(property "Reference" "J" (at 0 5.08 0)
(effects (font (size 1.27 1.27)))
)
(property "Value" "Conn_01x03_Pin" (at 0 -5.08 0)
(effects (font (size 1.27 1.27)))
)
(property "Footprint" "" (at 0 0 0)
(effects (font (size 1.27 1.27)) hide)
)
(property "Datasheet" "~" (at 0 0 0)
(effects (font (size 1.27 1.27)) hide)
)
(property "ki_locked" "" (at 0 0 0)
(effects (font (size 1.27 1.27)))
)
(property "ki_keywords" "connector" (at 0 0 0)
(effects (font (size 1.27 1.27)) hide)
)
(property "ki_description" "Generic connector, single row, 01x03, script generated" (at 0 0 0)
(effects (font (size 1.27 1.27)) hide)
)
(property "ki_fp_filters" "Connector*:*_1x??_*" (at 0 0 0)
(effects (font (size 1.27 1.27)) hide)
)
(symbol "Conn_01x03_Pin_1_1"
(polyline
(pts
(xy 1.27 -2.54)
(xy 0.8636 -2.54)
)
(stroke (width 0.1524) (type default))
(fill (type none))
)
(polyline
(pts
(xy 1.27 0)
(xy 0.8636 0)
)
(stroke (width 0.1524) (type default))
(fill (type none))
)
(polyline
(pts
(xy 1.27 2.54)
(xy 0.8636 2.54)
)
(stroke (width 0.1524) (type default))
(fill (type none))
)
(rectangle (start 0.8636 -2.413) (end 0 -2.667)
(stroke (width 0.1524) (type default))
(fill (type outline))
)
(rectangle (start 0.8636 0.127) (end 0 -0.127)
(stroke (width 0.1524) (type default))
(fill (type outline))
)
(rectangle (start 0.8636 2.667) (end 0 2.413)
(stroke (width 0.1524) (type default))
(fill (type outline))
)
(pin passive line (at 5.08 2.54 180) (length 3.81)
(name "Pin_1" (effects (font (size 1.27 1.27))))
(number "1" (effects (font (size 1.27 1.27))))
)
(pin passive line (at 5.08 0 180) (length 3.81)
(name "Pin_2" (effects (font (size 1.27 1.27))))
(number "2" (effects (font (size 1.27 1.27))))
)
(pin passive line (at 5.08 -2.54 180) (length 3.81)
(name "Pin_3" (effects (font (size 1.27 1.27))))
(number "3" (effects (font (size 1.27 1.27))))
)
)
)
(symbol "Device:C" (pin_numbers hide) (pin_names (offset 0.254)) (in_bom yes) (on_board yes)
(property "Reference" "C" (at 0.635 2.54 0)
(effects (font (size 1.27 1.27)) (justify left))
)
(property "Value" "C" (at 0.635 -2.54 0)
(effects (font (size 1.27 1.27)) (justify left))
)
(property "Footprint" "" (at 0.9652 -3.81 0)
(effects (font (size 1.27 1.27)) hide)
)
(property "Datasheet" "~" (at 0 0 0)
(effects (font (size 1.27 1.27)) hide)
)
(property "ki_keywords" "cap capacitor" (at 0 0 0)
(effects (font (size 1.27 1.27)) hide)
)
(property "ki_description" "Unpolarized capacitor" (at 0 0 0)
(effects (font (size 1.27 1.27)) hide)
)
(property "ki_fp_filters" "C_*" (at 0 0 0)
(effects (font (size 1.27 1.27)) hide)
)
(symbol "C_0_1"
(polyline
(pts
(xy -2.032 -0.762)
(xy 2.032 -0.762)
)
(stroke (width 0.508) (type default))
(fill (type none))
)
(polyline
(pts
(xy -2.032 0.762)
(xy 2.032 0.762)
)
(stroke (width 0.508) (type default))
(fill (type none))
)
)
(symbol "C_1_1"
(pin passive line (at 0 3.81 270) (length 2.794)
(name "~" (effects (font (size 1.27 1.27))))
(number "1" (effects (font (size 1.27 1.27))))
)
(pin passive line (at 0 -3.81 90) (length 2.794)
(name "~" (effects (font (size 1.27 1.27))))
(number "2" (effects (font (size 1.27 1.27))))
)
)
)
(symbol "Regulator_Linear:LM3480-3.3" (pin_names (offset 0.254)) (in_bom yes) (on_board yes)
(property "Reference" "U" (at -3.81 3.175 0)
(effects (font (size 1.27 1.27)))
)
(property "Value" "LM3480-3.3" (at 0 3.175 0)
(effects (font (size 1.27 1.27)) (justify left))
)
(property "Footprint" "Package_TO_SOT_SMD:SOT-23" (at 0 5.715 0)
(effects (font (size 1.27 1.27) italic) hide)
)
(property "Datasheet" "http://www.ti.com/lit/ds/symlink/lm3480.pdf" (at 0 0 0)
(effects (font (size 1.27 1.27)) hide)
)
(property "ki_keywords" "ldo linear fixed positive" (at 0 0 0)
(effects (font (size 1.27 1.27)) hide)
)
(property "ki_description" "100mA, Quasi Low Dropout Voltage Regulator, 3.3V positive fixed output, SOT-23 package" (at 0 0 0)
(effects (font (size 1.27 1.27)) hide)
)
(property "ki_fp_filters" "SOT?23*" (at 0 0 0)
(effects (font (size 1.27 1.27)) hide)
)
(symbol "LM3480-3.3_0_1"
(rectangle (start -5.08 1.905) (end 5.08 -5.08)
(stroke (width 0.254) (type default))
(fill (type background))
)
)
(symbol "LM3480-3.3_1_1"
(pin power_out line (at 7.62 0 180) (length 2.54)
(name "VO" (effects (font (size 1.27 1.27))))
(number "1" (effects (font (size 1.27 1.27))))
)
(pin power_in line (at -7.62 0 0) (length 2.54)
(name "VI" (effects (font (size 1.27 1.27))))
(number "2" (effects (font (size 1.27 1.27))))
)
(pin power_in line (at 0 -7.62 90) (length 2.54)
(name "GND" (effects (font (size 1.27 1.27))))
(number "3" (effects (font (size 1.27 1.27))))
)
)
)
(symbol "power:GND" (power) (pin_names (offset 0)) (in_bom yes) (on_board yes)
(property "Reference" "#PWR" (at 0 -6.35 0)
(effects (font (size 1.27 1.27)) hide)
)
(property "Value" "GND" (at 0 -3.81 0)
(effects (font (size 1.27 1.27)))
)
(property "Footprint" "" (at 0 0 0)
(effects (font (size 1.27 1.27)) hide)
)
(property "Datasheet" "" (at 0 0 0)
(effects (font (size 1.27 1.27)) hide)
)
(property "ki_keywords" "global power" (at 0 0 0)
(effects (font (size 1.27 1.27)) hide)
)
(property "ki_description" "Power symbol creates a global label with name \"GND\" , ground" (at 0 0 0)
(effects (font (size 1.27 1.27)) hide)
)
(symbol "GND_0_1"
(polyline
(pts
(xy 0 0)
(xy 0 -1.27)
(xy 1.27 -1.27)
(xy 0 -2.54)
(xy -1.27 -1.27)
(xy 0 -1.27)
)
(stroke (width 0) (type default))
(fill (type none))
)
)
(symbol "GND_1_1"
(pin power_in line (at 0 0 270) (length 0) hide
(name "GND" (effects (font (size 1.27 1.27))))
(number "1" (effects (font (size 1.27 1.27))))
)
)
)
)
(junction (at 48.26 33.02) (diameter 0) (color 0 0 0 0)
(uuid 1fcb9ddc-6310-4b7e-95de-d0c886dfee69)
)
(junction (at 60.96 41.91) (diameter 0) (color 0 0 0 0)
(uuid 3e086a66-c53b-4c83-9d51-5c7c8fc794a2)
)
(junction (at 121.92 39.37) (diameter 0) (color 0 0 0 0)
(uuid 533a702f-c250-403f-8e38-cfe3a2cdca01)
)
(junction (at 121.92 29.21) (diameter 0) (color 0 0 0 0)
(uuid 7fae67bf-f021-432e-b117-f3f9bf9f263b)
)
(junction (at 72.39 33.02) (diameter 0) (color 0 0 0 0)
(uuid d8f01781-35b7-489c-9e8e-1876bee1500a)
)
(wire (pts (xy 115.57 39.37) (xy 121.92 39.37))
(stroke (width 0) (type default))
(uuid 071bea55-e03e-4717-9a98-20a95d131e0e)
)
(wire (pts (xy 121.92 29.21) (xy 121.92 30.48))
(stroke (width 0) (type default))
(uuid 0a1d36a8-bcf7-4b97-9a1d-164f8bf229d9)
)
(wire (pts (xy 121.92 38.1) (xy 121.92 39.37))
(stroke (width 0) (type default))
(uuid 308aee05-68c6-45d4-aa30-15ce5a685643)
)
(wire (pts (xy 48.26 33.02) (xy 48.26 34.29))
(stroke (width 0) (type default))
(uuid 354e2378-6900-41dc-8a70-9a8a273a5367)
)
(wire (pts (xy 121.92 29.21) (xy 134.62 29.21))
(stroke (width 0) (type default))
(uuid 38080e28-3b94-4e10-a094-51458db7d10f)
)
(wire (pts (xy 60.96 41.91) (xy 60.96 44.45))
(stroke (width 0) (type default))
(uuid 39a707fa-71b1-46b6-b2f8-85b1c692770e)
)
(wire (pts (xy 116.84 29.21) (xy 121.92 29.21))
(stroke (width 0) (type default))
(uuid 46779f16-0b47-4b30-a83b-f55967021bf8)
)
(wire (pts (xy 121.92 39.37) (xy 135.89 39.37))
(stroke (width 0) (type default))
(uuid 4e7e4883-39b6-47f0-8de1-bf2295cc8020)
)
(wire (pts (xy 41.91 33.02) (xy 48.26 33.02))
(stroke (width 0) (type default))
(uuid 53bb21d2-ed69-49e6-9149-33e28362b821)
)
(wire (pts (xy 48.26 33.02) (xy 53.34 33.02))
(stroke (width 0) (type default))
(uuid 653d1f30-e134-4074-9a03-e17aed2e7e18)
)
(wire (pts (xy 48.26 41.91) (xy 60.96 41.91))
(stroke (width 0) (type default))
(uuid 92bf6dec-bb9e-4096-842f-e96ebcb60609)
)
(wire (pts (xy 116.84 36.83) (xy 115.57 36.83))
(stroke (width 0) (type default))
(uuid 98b6d2eb-45c7-4e63-bb42-2ea1c1502bc3)
)
(wire (pts (xy 60.96 41.91) (xy 72.39 41.91))
(stroke (width 0) (type default))
(uuid a282714d-0fc2-49c2-b5ab-c906e83dc84f)
)
(wire (pts (xy 115.57 41.91) (xy 135.89 41.91))
(stroke (width 0) (type default))
(uuid a75b78d2-cee0-4635-a9cf-f7e12b264054)
)
(wire (pts (xy 68.58 33.02) (xy 72.39 33.02))
(stroke (width 0) (type default))
(uuid aca2b6f9-d2f8-40ee-8c29-06fbc0040a3d)
)
(wire (pts (xy 72.39 33.02) (xy 72.39 34.29))
(stroke (width 0) (type default))
(uuid aed79e8f-8a0b-4a18-acc2-798ae8dbf456)
)
(wire (pts (xy 60.96 40.64) (xy 60.96 41.91))
(stroke (width 0) (type default))
(uuid cbb56cd7-ecab-4f0d-8ac1-ceea0d1277ac)
)
(wire (pts (xy 116.84 29.21) (xy 116.84 36.83))
(stroke (width 0) (type default))
(uuid dc246c97-f41c-441f-84ad-a7faf87e263d)
)
(wire (pts (xy 72.39 33.02) (xy 77.47 33.02))
(stroke (width 0) (type default))
(uuid f062d2a1-515f-4ace-899e-674e00ed1a30)
)
(text_box "3V3 LDO"
(at 29.21 24.13 0) (size 64.77 29.21)
(stroke (width 0) (type default))
(fill (type none))
(effects (font (size 1.27 1.27)) (justify left top))
(uuid 03e2e5b0-4178-4cf1-9772-4e7c5fe7112c)
)
(text_box "Power Test Pins"
(at 104.14 24.13 0) (size 50.8 25.4)
(stroke (width 0) (type default))
(fill (type none))
(effects (font (size 1.27 1.27)) (justify left top))
(uuid dcecfbc3-f8cb-4383-9942-b5ba8d614a12)
)
(global_label "VCC_3V3" (shape input) (at 135.89 39.37 0) (fields_autoplaced)
(effects (font (size 1.27 1.27)) (justify left))
(uuid 00af2b91-5034-4168-a8f9-7aba74e449cd)
(property "Intersheetrefs" "${INTERSHEET_REFS}" (at 146.979 39.37 0)
(effects (font (size 1.27 1.27)) (justify left) hide)
)
)
(global_label "VIN_5V" (shape input) (at 135.89 41.91 0) (fields_autoplaced)
(effects (font (size 1.27 1.27)) (justify left))
(uuid 57474da4-1207-4819-a0a6-84ce9997163e)
(property "Intersheetrefs" "${INTERSHEET_REFS}" (at 145.1648 41.91 0)
(effects (font (size 1.27 1.27)) (justify left) hide)
)
)
(global_label "VCC_3V3" (shape input) (at 77.47 33.02 0) (fields_autoplaced)
(effects (font (size 1.27 1.27)) (justify left))
(uuid aea30ee0-9c9a-4894-90c0-86cb8fec2344)
(property "Intersheetrefs" "${INTERSHEET_REFS}" (at 88.559 33.02 0)
(effects (font (size 1.27 1.27)) (justify left) hide)
)
)
(global_label "VIN_5V" (shape input) (at 41.91 33.02 180) (fields_autoplaced)
(effects (font (size 1.27 1.27)) (justify right))
(uuid e2eab4d8-6159-4de3-9f6f-b8ab5bdede75)
(property "Intersheetrefs" "${INTERSHEET_REFS}" (at 32.6352 33.02 0)
(effects (font (size 1.27 1.27)) (justify right) hide)
)
)
(symbol (lib_id "Device:C") (at 121.92 34.29 0) (unit 1)
(in_bom yes) (on_board yes) (dnp no) (fields_autoplaced)
(uuid 6abf5435-ae8d-4db6-b45e-d89721ce335f)
(property "Reference" "C5" (at 125.73 33.02 0)
(effects (font (size 1.27 1.27)) (justify left))
)
(property "Value" "0u1F" (at 125.73 35.56 0)
(effects (font (size 1.27 1.27)) (justify left))
)
(property "Footprint" "Capacitor_SMD:C_0402_1005Metric" (at 122.8852 38.1 0)
(effects (font (size 1.27 1.27)) hide)
)
(property "Datasheet" "~" (at 121.92 34.29 0)
(effects (font (size 1.27 1.27)) hide)
)
(pin "1" (uuid 47460967-3dfc-495a-b6b2-ae82c9ea9df7))
(pin "2" (uuid 1c50d8ae-6c64-4902-b0c0-ca2f088fb6ce))
(instances
(project "i2s_to_toslink_pcb"
(path "/d64b6b4a-9bae-4214-91d3-9beeedeca582/1ecef023-9216-4692-95c7-62b310048c6c"
(reference "C5") (unit 1)
)
)
)
)
(symbol (lib_id "power:GND") (at 60.96 44.45 0) (unit 1)
(in_bom yes) (on_board yes) (dnp no) (fields_autoplaced)
(uuid 8d46506f-510a-40f9-9b12-564d389ecbed)
(property "Reference" "#PWR03" (at 60.96 50.8 0)
(effects (font (size 1.27 1.27)) hide)
)
(property "Value" "GND" (at 60.96 49.53 0)
(effects (font (size 1.27 1.27)))
)
(property "Footprint" "" (at 60.96 44.45 0)
(effects (font (size 1.27 1.27)) hide)
)
(property "Datasheet" "" (at 60.96 44.45 0)
(effects (font (size 1.27 1.27)) hide)
)
(pin "1" (uuid b69e2980-81f2-4e51-ad70-61d946233dcb))
(instances
(project "i2s_to_toslink_pcb"
(path "/d64b6b4a-9bae-4214-91d3-9beeedeca582/1ecef023-9216-4692-95c7-62b310048c6c"
(reference "#PWR03") (unit 1)
)
)
)
)
(symbol (lib_id "power:GND") (at 134.62 29.21 90) (unit 1)
(in_bom yes) (on_board yes) (dnp no) (fields_autoplaced)
(uuid 9a4990e3-0034-437a-a8d1-38999ee8f2e4)
(property "Reference" "#PWR04" (at 140.97 29.21 0)
(effects (font (size 1.27 1.27)) hide)
)
(property "Value" "GND" (at 138.43 29.21 90)
(effects (font (size 1.27 1.27)) (justify right))
)
(property "Footprint" "" (at 134.62 29.21 0)
(effects (font (size 1.27 1.27)) hide)
)
(property "Datasheet" "" (at 134.62 29.21 0)
(effects (font (size 1.27 1.27)) hide)
)
(pin "1" (uuid c2540ece-3280-45d3-820b-013b48bebe65))
(instances
(project "i2s_to_toslink_pcb"
(path "/d64b6b4a-9bae-4214-91d3-9beeedeca582/1ecef023-9216-4692-95c7-62b310048c6c"
(reference "#PWR04") (unit 1)
)
)
)
)
(symbol (lib_id "Regulator_Linear:LM3480-3.3") (at 60.96 33.02 0) (unit 1)
(in_bom yes) (on_board yes) (dnp no) (fields_autoplaced)
(uuid dac92fd7-e9bd-4383-9019-96fdd78fc072)
(property "Reference" "U1" (at 60.96 26.67 0)
(effects (font (size 1.27 1.27)))
)
(property "Value" "LM3480-3.3" (at 60.96 29.21 0)
(effects (font (size 1.27 1.27)))
)
(property "Footprint" "Package_TO_SOT_SMD:SOT-23" (at 60.96 27.305 0)
(effects (font (size 1.27 1.27) italic) hide)
)
(property "Datasheet" "http://www.ti.com/lit/ds/symlink/lm3480.pdf" (at 60.96 33.02 0)
(effects (font (size 1.27 1.27)) hide)
)
(pin "3" (uuid 4a0c545b-49e9-4f7c-b8bf-608fdac1b493))
(pin "2" (uuid 6b59fbd9-47ac-4913-ab65-80a348bc12f2))
(pin "1" (uuid c6724e71-0866-4f2b-a08f-9d066aece94f))
(instances
(project "i2s_to_toslink_pcb"
(path "/d64b6b4a-9bae-4214-91d3-9beeedeca582/1ecef023-9216-4692-95c7-62b310048c6c"
(reference "U1") (unit 1)
)
)
)
)
(symbol (lib_id "Connector:Conn_01x03_Pin") (at 110.49 39.37 0) (unit 1)
(in_bom yes) (on_board yes) (dnp no) (fields_autoplaced)
(uuid eaf0365b-df9f-4df4-a558-15cdde78d477)
(property "Reference" "J3" (at 111.125 31.75 0)
(effects (font (size 1.27 1.27)))
)
(property "Value" "PWR Test" (at 111.125 34.29 0)
(effects (font (size 1.27 1.27)))
)
(property "Footprint" "Connector_PinHeader_2.54mm:PinHeader_1x03_P2.54mm_Vertical" (at 110.49 39.37 0)
(effects (font (size 1.27 1.27)) hide)
)
(property "Datasheet" "~" (at 110.49 39.37 0)
(effects (font (size 1.27 1.27)) hide)
)
(pin "2" (uuid 8bc87560-7f1f-491a-9ef5-65b686694120))
(pin "1" (uuid 7e71f1f7-aaa7-418e-9924-5b6a35203db3))
(pin "3" (uuid f4da5aa6-f8d6-48aa-a664-b6d4c41b39d3))
(instances
(project "i2s_to_toslink_pcb"
(path "/d64b6b4a-9bae-4214-91d3-9beeedeca582/1ecef023-9216-4692-95c7-62b310048c6c"
(reference "J3") (unit 1)
)
)
)
)
(symbol (lib_id "Device:C") (at 48.26 38.1 0) (unit 1)
(in_bom yes) (on_board yes) (dnp no) (fields_autoplaced)
(uuid eeccf6b0-167a-4461-85ba-7909b7aa1824)
(property "Reference" "C3" (at 52.07 36.83 0)
(effects (font (size 1.27 1.27)) (justify left))
)
(property "Value" "1uF" (at 52.07 39.37 0)
(effects (font (size 1.27 1.27)) (justify left))
)
(property "Footprint" "Capacitor_SMD:C_0402_1005Metric" (at 49.2252 41.91 0)
(effects (font (size 1.27 1.27)) hide)
)
(property "Datasheet" "~" (at 48.26 38.1 0)
(effects (font (size 1.27 1.27)) hide)
)
(pin "2" (uuid 269b5bae-87c5-4bad-9081-8aa2c1352b37))
(pin "1" (uuid 7b680e08-baa1-43de-85fb-346c3a3b9638))
(instances
(project "i2s_to_toslink_pcb"
(path "/d64b6b4a-9bae-4214-91d3-9beeedeca582/1ecef023-9216-4692-95c7-62b310048c6c"
(reference "C3") (unit 1)
)
)
)
)
(symbol (lib_id "Device:C") (at 72.39 38.1 0) (unit 1)
(in_bom yes) (on_board yes) (dnp no) (fields_autoplaced)
(uuid fe0f9304-492e-4495-a472-f744c1813860)
(property "Reference" "C4" (at 76.2 36.83 0)
(effects (font (size 1.27 1.27)) (justify left))
)
(property "Value" "0u1F" (at 76.2 39.37 0)
(effects (font (size 1.27 1.27)) (justify left))
)
(property "Footprint" "Capacitor_SMD:C_0402_1005Metric" (at 73.3552 41.91 0)
(effects (font (size 1.27 1.27)) hide)
)
(property "Datasheet" "~" (at 72.39 38.1 0)
(effects (font (size 1.27 1.27)) hide)
)
(pin "2" (uuid 21f54405-15c2-43ee-9fc5-87bc8db1369c))
(pin "1" (uuid 48200c20-14a5-4c05-b96f-4e8b74849f5f))
(instances
(project "i2s_to_toslink_pcb"
(path "/d64b6b4a-9bae-4214-91d3-9beeedeca582/1ecef023-9216-4692-95c7-62b310048c6c"
(reference "C4") (unit 1)
)
)
)
)
)