-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsoc_thermo2_interface.kicad_sch
512 lines (498 loc) · 19.2 KB
/
soc_thermo2_interface.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
(kicad_sch (version 20211123) (generator eeschema)
(uuid eb591805-8dbf-4a0c-b4d2-2d3f03d9c8a2)
(paper "A4")
(lib_symbols
(symbol "Device:C_Small" (pin_numbers hide) (pin_names (offset 0.254) hide) (in_bom yes) (on_board yes)
(property "Reference" "C" (id 0) (at 0.254 1.778 0)
(effects (font (size 1.27 1.27)) (justify left))
)
(property "Value" "C_Small" (id 1) (at 0.254 -2.032 0)
(effects (font (size 1.27 1.27)) (justify left))
)
(property "Footprint" "" (id 2) (at 0 0 0)
(effects (font (size 1.27 1.27)) hide)
)
(property "Datasheet" "~" (id 3) (at 0 0 0)
(effects (font (size 1.27 1.27)) hide)
)
(property "ki_keywords" "capacitor cap" (id 4) (at 0 0 0)
(effects (font (size 1.27 1.27)) hide)
)
(property "ki_description" "Unpolarized capacitor, small symbol" (id 5) (at 0 0 0)
(effects (font (size 1.27 1.27)) hide)
)
(property "ki_fp_filters" "C_*" (id 6) (at 0 0 0)
(effects (font (size 1.27 1.27)) hide)
)
(symbol "C_Small_0_1"
(polyline
(pts
(xy -1.524 -0.508)
(xy 1.524 -0.508)
)
(stroke (width 0.3302) (type default) (color 0 0 0 0))
(fill (type none))
)
(polyline
(pts
(xy -1.524 0.508)
(xy 1.524 0.508)
)
(stroke (width 0.3048) (type default) (color 0 0 0 0))
(fill (type none))
)
)
(symbol "C_Small_1_1"
(pin passive line (at 0 2.54 270) (length 2.032)
(name "~" (effects (font (size 1.27 1.27))))
(number "1" (effects (font (size 1.27 1.27))))
)
(pin passive line (at 0 -2.54 90) (length 2.032)
(name "~" (effects (font (size 1.27 1.27))))
(number "2" (effects (font (size 1.27 1.27))))
)
)
)
(symbol "Device:R_Small" (pin_numbers hide) (pin_names (offset 0.254) hide) (in_bom yes) (on_board yes)
(property "Reference" "R" (id 0) (at 0.762 0.508 0)
(effects (font (size 1.27 1.27)) (justify left))
)
(property "Value" "R_Small" (id 1) (at 0.762 -1.016 0)
(effects (font (size 1.27 1.27)) (justify left))
)
(property "Footprint" "" (id 2) (at 0 0 0)
(effects (font (size 1.27 1.27)) hide)
)
(property "Datasheet" "~" (id 3) (at 0 0 0)
(effects (font (size 1.27 1.27)) hide)
)
(property "ki_keywords" "R resistor" (id 4) (at 0 0 0)
(effects (font (size 1.27 1.27)) hide)
)
(property "ki_description" "Resistor, small symbol" (id 5) (at 0 0 0)
(effects (font (size 1.27 1.27)) hide)
)
(property "ki_fp_filters" "R_*" (id 6) (at 0 0 0)
(effects (font (size 1.27 1.27)) hide)
)
(symbol "R_Small_0_1"
(rectangle (start -0.762 1.778) (end 0.762 -1.778)
(stroke (width 0.2032) (type default) (color 0 0 0 0))
(fill (type none))
)
)
(symbol "R_Small_1_1"
(pin passive line (at 0 2.54 270) (length 0.762)
(name "~" (effects (font (size 1.27 1.27))))
(number "1" (effects (font (size 1.27 1.27))))
)
(pin passive line (at 0 -2.54 90) (length 0.762)
(name "~" (effects (font (size 1.27 1.27))))
(number "2" (effects (font (size 1.27 1.27))))
)
)
)
(symbol "Jumper:SolderJumper_2_Open" (pin_names (offset 0) hide) (in_bom yes) (on_board yes)
(property "Reference" "JP" (id 0) (at 0 2.032 0)
(effects (font (size 1.27 1.27)))
)
(property "Value" "SolderJumper_2_Open" (id 1) (at 0 -2.54 0)
(effects (font (size 1.27 1.27)))
)
(property "Footprint" "" (id 2) (at 0 0 0)
(effects (font (size 1.27 1.27)) hide)
)
(property "Datasheet" "~" (id 3) (at 0 0 0)
(effects (font (size 1.27 1.27)) hide)
)
(property "ki_keywords" "solder jumper SPST" (id 4) (at 0 0 0)
(effects (font (size 1.27 1.27)) hide)
)
(property "ki_description" "Solder Jumper, 2-pole, open" (id 5) (at 0 0 0)
(effects (font (size 1.27 1.27)) hide)
)
(property "ki_fp_filters" "SolderJumper*Open*" (id 6) (at 0 0 0)
(effects (font (size 1.27 1.27)) hide)
)
(symbol "SolderJumper_2_Open_0_1"
(arc (start -0.254 1.016) (mid -1.27 0) (end -0.254 -1.016)
(stroke (width 0) (type default) (color 0 0 0 0))
(fill (type none))
)
(arc (start -0.254 1.016) (mid -1.27 0) (end -0.254 -1.016)
(stroke (width 0) (type default) (color 0 0 0 0))
(fill (type outline))
)
(polyline
(pts
(xy -0.254 1.016)
(xy -0.254 -1.016)
)
(stroke (width 0) (type default) (color 0 0 0 0))
(fill (type none))
)
(polyline
(pts
(xy 0.254 1.016)
(xy 0.254 -1.016)
)
(stroke (width 0) (type default) (color 0 0 0 0))
(fill (type none))
)
(arc (start 0.254 -1.016) (mid 1.27 0) (end 0.254 1.016)
(stroke (width 0) (type default) (color 0 0 0 0))
(fill (type none))
)
(arc (start 0.254 -1.016) (mid 1.27 0) (end 0.254 1.016)
(stroke (width 0) (type default) (color 0 0 0 0))
(fill (type outline))
)
)
(symbol "SolderJumper_2_Open_1_1"
(pin passive line (at -3.81 0 0) (length 2.54)
(name "A" (effects (font (size 1.27 1.27))))
(number "1" (effects (font (size 1.27 1.27))))
)
(pin passive line (at 3.81 0 180) (length 2.54)
(name "B" (effects (font (size 1.27 1.27))))
(number "2" (effects (font (size 1.27 1.27))))
)
)
)
(symbol "MAX6675ISA:MAX6675ISA+" (pin_names (offset 0.254)) (in_bom yes) (on_board yes)
(property "Reference" "U" (id 0) (at 16.51 7.62 0)
(effects (font (size 1.524 1.524)))
)
(property "Value" "MAX6675ISA+" (id 1) (at 22.86 5.08 0)
(effects (font (size 1.524 1.524)))
)
(property "Footprint" "MAX6675ISA:MAX6675ISA" (id 2) (at 0 0 0)
(effects (font (size 1.27 1.27) italic) hide)
)
(property "Datasheet" "https://www.analog.com/media/en/technical-documentation/data-sheets/MAX6675.pdf" (id 3) (at 0 0 0)
(effects (font (size 1.27 1.27) italic) hide)
)
(property "ki_keywords" "MAX6675ISA+" (id 4) (at 0 0 0)
(effects (font (size 1.27 1.27)) hide)
)
(property "ki_fp_filters" "21-0041B_8_MXM 21-0041B_8_MXM-M 21-0041B_8_MXM-L" (id 5) (at 0 0 0)
(effects (font (size 1.27 1.27)) hide)
)
(symbol "MAX6675ISA+_0_1"
(pin power_in line (at 13.97 -15.24 90) (length 3.81)
(name "GND" (effects (font (size 1.27 1.27))))
(number "1" (effects (font (size 1.27 1.27))))
)
(pin passive line (at 3.81 -2.54 0) (length 3.81)
(name "T-" (effects (font (size 1.27 1.27))))
(number "2" (effects (font (size 1.27 1.27))))
)
(pin passive line (at 3.81 -5.08 0) (length 3.81)
(name "T+" (effects (font (size 1.27 1.27))))
(number "3" (effects (font (size 1.27 1.27))))
)
(pin power_in line (at 13.97 7.62 270) (length 3.81)
(name "VCC" (effects (font (size 1.27 1.27))))
(number "4" (effects (font (size 1.27 1.27))))
)
(pin input line (at 24.13 -7.62 180) (length 3.81)
(name "SCK" (effects (font (size 1.27 1.27))))
(number "5" (effects (font (size 1.27 1.27))))
)
(pin input line (at 24.13 -5.08 180) (length 3.81)
(name "*CS" (effects (font (size 1.27 1.27))))
(number "6" (effects (font (size 1.27 1.27))))
)
(pin output line (at 24.13 -2.54 180) (length 3.81)
(name "SO" (effects (font (size 1.27 1.27))))
(number "7" (effects (font (size 1.27 1.27))))
)
(pin no_connect line (at 24.13 0 180) (length 3.81)
(name "NC" (effects (font (size 1.27 1.27))))
(number "8" (effects (font (size 1.27 1.27))))
)
)
(symbol "MAX6675ISA+_1_1"
(rectangle (start 7.62 3.81) (end 20.32 -11.43)
(stroke (width 0) (type default) (color 0 0 0 0))
(fill (type background))
)
)
)
(symbol "power:GND" (power) (pin_names (offset 0)) (in_bom yes) (on_board yes)
(property "Reference" "#PWR" (id 0) (at 0 -6.35 0)
(effects (font (size 1.27 1.27)) hide)
)
(property "Value" "GND" (id 1) (at 0 -3.81 0)
(effects (font (size 1.27 1.27)))
)
(property "Footprint" "" (id 2) (at 0 0 0)
(effects (font (size 1.27 1.27)) hide)
)
(property "Datasheet" "" (id 3) (at 0 0 0)
(effects (font (size 1.27 1.27)) hide)
)
(property "ki_keywords" "global power" (id 4) (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" (id 5) (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) (color 0 0 0 0))
(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 144.78 92.71) (diameter 0) (color 0 0 0 0)
(uuid 78010551-b302-49f9-a539-6a849762858e)
)
(junction (at 120.65 76.2) (diameter 0) (color 0 0 0 0)
(uuid c7d7b64d-d05e-4643-bdf3-c23abd4f4b05)
)
(junction (at 120.65 92.71) (diameter 0) (color 0 0 0 0)
(uuid f2a7844c-4200-4207-a8d8-821f12b78dfb)
)
(junction (at 133.35 105.41) (diameter 0) (color 0 0 0 0)
(uuid f9fe342c-1095-48ea-b8b0-daa328c5c117)
)
(wire (pts (xy 120.65 76.2) (xy 120.65 78.74))
(stroke (width 0) (type default) (color 0 0 0 0))
(uuid 03db9838-cd68-4962-812a-d72fbab0d51b)
)
(wire (pts (xy 113.03 92.71) (xy 120.65 92.71))
(stroke (width 0) (type default) (color 0 0 0 0))
(uuid 04601648-55eb-4e7f-b62a-616db617f232)
)
(wire (pts (xy 113.03 76.2) (xy 120.65 76.2))
(stroke (width 0) (type default) (color 0 0 0 0))
(uuid 15077acc-64aa-4ab7-b0c7-c15b3e1a9663)
)
(wire (pts (xy 144.78 92.71) (xy 143.51 92.71))
(stroke (width 0) (type default) (color 0 0 0 0))
(uuid 30971171-a371-43f5-b6ed-583d0c2bc287)
)
(wire (pts (xy 133.35 105.41) (xy 144.78 105.41))
(stroke (width 0) (type default) (color 0 0 0 0))
(uuid 4ef97e78-dde4-4861-b213-7b7cb2865546)
)
(wire (pts (xy 133.35 80.01) (xy 133.35 76.2))
(stroke (width 0) (type default) (color 0 0 0 0))
(uuid 53bb8f65-112f-4910-89d1-b0dd064ad4a1)
)
(wire (pts (xy 120.65 102.87) (xy 120.65 105.41))
(stroke (width 0) (type default) (color 0 0 0 0))
(uuid 54623a85-7ab1-4469-b3db-ab3262f839d4)
)
(wire (pts (xy 133.35 111.76) (xy 133.35 105.41))
(stroke (width 0) (type default) (color 0 0 0 0))
(uuid 5840a4a9-0366-4cff-8f9d-5c17c0355458)
)
(wire (pts (xy 120.65 92.71) (xy 123.19 92.71))
(stroke (width 0) (type default) (color 0 0 0 0))
(uuid 5a0a5b6b-aee6-42cb-b7f1-384ff0c8f42a)
)
(wire (pts (xy 144.78 92.71) (xy 144.78 96.52))
(stroke (width 0) (type default) (color 0 0 0 0))
(uuid 6b7b3713-d118-4044-9bba-7689ba333cde)
)
(wire (pts (xy 149.86 90.17) (xy 143.51 90.17))
(stroke (width 0) (type default) (color 0 0 0 0))
(uuid 6e5d4126-4404-4e17-8869-4a64b24a4b93)
)
(wire (pts (xy 149.86 92.71) (xy 144.78 92.71))
(stroke (width 0) (type default) (color 0 0 0 0))
(uuid 7b970164-ac75-4ff6-9837-b4993ee76ab2)
)
(wire (pts (xy 149.86 95.25) (xy 143.51 95.25))
(stroke (width 0) (type default) (color 0 0 0 0))
(uuid 7ea3df3b-5caf-46b7-828a-919650e48069)
)
(wire (pts (xy 144.78 104.14) (xy 144.78 105.41))
(stroke (width 0) (type default) (color 0 0 0 0))
(uuid 950b72d1-34a0-4ec5-9511-ddba9053fd67)
)
(wire (pts (xy 113.03 90.17) (xy 123.19 90.17))
(stroke (width 0) (type default) (color 0 0 0 0))
(uuid be34f7cc-7bf5-402d-a321-8e9e56c56ada)
)
(wire (pts (xy 133.35 105.41) (xy 133.35 102.87))
(stroke (width 0) (type default) (color 0 0 0 0))
(uuid d00c7664-916e-4d97-ac5b-e3059587a673)
)
(wire (pts (xy 120.65 92.71) (xy 120.65 97.79))
(stroke (width 0) (type default) (color 0 0 0 0))
(uuid d8d1ba46-de91-4b4a-8dd7-7f7cd24adf7b)
)
(wire (pts (xy 120.65 85.09) (xy 120.65 83.82))
(stroke (width 0) (type default) (color 0 0 0 0))
(uuid d910fcfe-2cdc-40e8-9a7f-fa00f16f3d72)
)
(wire (pts (xy 133.35 76.2) (xy 120.65 76.2))
(stroke (width 0) (type default) (color 0 0 0 0))
(uuid db141931-f062-40d5-8418-4568e6f07409)
)
(wire (pts (xy 120.65 105.41) (xy 133.35 105.41))
(stroke (width 0) (type default) (color 0 0 0 0))
(uuid dea17737-282e-4688-8e9d-343b526df470)
)
(text "*Near\nVCC" (at 114.3 87.63 0)
(effects (font (size 1 1)) (justify left bottom))
(uuid 7179877c-6b4e-4364-8cf0-dfa742e657a3)
)
(text "↑ Close this jumper\nto indicate that\nthere is no THERMO2\nmeasurement circuitry\navailable."
(at 147.32 111.76 0)
(effects (font (size 1 1)) (justify left bottom))
(uuid ae4c9831-77a2-4e46-a11f-552e451ec6de)
)
(hierarchical_label "SPI_SCK" (shape input) (at 149.86 95.25 0)
(effects (font (size 1.27 1.27)) (justify left))
(uuid 64dfafea-9f0d-4166-bb4e-d01a8e25ea5c)
)
(hierarchical_label "SPI_MISO" (shape output) (at 149.86 90.17 0)
(effects (font (size 1.27 1.27)) (justify left))
(uuid 737b8d83-587a-4a48-bf88-3b14267a792b)
)
(hierarchical_label "3V3" (shape input) (at 113.03 76.2 180)
(effects (font (size 1.27 1.27)) (justify right))
(uuid 77012114-5666-4d17-9083-df4e07b77d78)
)
(hierarchical_label "THERMO_IN-" (shape input) (at 113.03 92.71 180)
(effects (font (size 1.27 1.27)) (justify right))
(uuid 7d87cea6-2c42-4274-8e1d-39028d288663)
)
(hierarchical_label "SPI_CS" (shape input) (at 149.86 92.71 0)
(effects (font (size 1.27 1.27)) (justify left))
(uuid 9b02e5ad-ddfe-4ac3-abb9-1a2d0fc36238)
)
(hierarchical_label "THERMO_IN+" (shape input) (at 113.03 90.17 180)
(effects (font (size 1.27 1.27)) (justify right))
(uuid f6c7994f-c184-4efb-9878-b8c8c402ddd5)
)
(symbol (lib_id "Device:R_Small") (at 120.65 100.33 0) (unit 1)
(in_bom yes) (on_board yes)
(uuid 03ac0690-521d-4801-bef7-dcc7b204133f)
(property "Reference" "R32" (id 0) (at 118.11 99.06 0))
(property "Value" "0" (id 1) (at 118.11 101.6 0))
(property "Footprint" "Resistor_SMD:R_0402_1005Metric_Pad0.72x0.64mm_HandSolder" (id 2) (at 120.65 100.33 0)
(effects (font (size 1.27 1.27)) hide)
)
(property "Datasheet" "~" (id 3) (at 120.65 100.33 0)
(effects (font (size 1.27 1.27)) hide)
)
(property "MFR" "0402WGF0000TCE" (id 4) (at 120.65 100.33 0)
(effects (font (size 1.27 1.27)) hide)
)
(property "JLCPCB Part" "C17168" (id 5) (at 120.65 100.33 0)
(effects (font (size 1.27 1.27)) hide)
)
(pin "1" (uuid bab2679c-1ceb-4860-9254-95f86ed35c0d))
(pin "2" (uuid abd1ccea-b2a2-4822-a932-9d8eb5e037bb))
)
(symbol (lib_id "power:GND") (at 120.65 85.09 0) (unit 1)
(in_bom yes) (on_board yes)
(uuid 5ec225c4-39d2-4027-88b9-a43955126a06)
(property "Reference" "#PWR02" (id 0) (at 120.65 91.44 0)
(effects (font (size 1.27 1.27)) hide)
)
(property "Value" "GND" (id 1) (at 120.65 88.9 0)
(effects (font (size 1.27 1.27)) hide)
)
(property "Footprint" "" (id 2) (at 120.65 85.09 0)
(effects (font (size 1.27 1.27)) hide)
)
(property "Datasheet" "" (id 3) (at 120.65 85.09 0)
(effects (font (size 1.27 1.27)) hide)
)
(pin "1" (uuid b1060a39-3925-4e5a-9deb-55445bec8a16))
)
(symbol (lib_id "power:GND") (at 133.35 111.76 0) (unit 1)
(in_bom yes) (on_board yes)
(uuid 85b1fd6e-bdc5-4da8-a249-dee1f4456f91)
(property "Reference" "#PWR04" (id 0) (at 133.35 118.11 0)
(effects (font (size 1.27 1.27)) hide)
)
(property "Value" "GND" (id 1) (at 133.35 115.57 0)
(effects (font (size 1.27 1.27)) hide)
)
(property "Footprint" "" (id 2) (at 133.35 111.76 0)
(effects (font (size 1.27 1.27)) hide)
)
(property "Datasheet" "" (id 3) (at 133.35 111.76 0)
(effects (font (size 1.27 1.27)) hide)
)
(pin "1" (uuid 2a59ccf2-9166-4413-bf3d-3587aa6d53a9))
)
(symbol (lib_id "Jumper:SolderJumper_2_Open") (at 144.78 100.33 270) (unit 1)
(in_bom yes) (on_board yes)
(uuid 9d144a2e-60e8-4e51-bb10-ba135fd69faf)
(property "Reference" "JP10" (id 0) (at 149.86 99.06 90))
(property "Value" "THERMO2_MIA" (id 1) (at 153.67 101.6 90))
(property "Footprint" "Jumper:SolderJumper-2_P1.3mm_Open_RoundedPad1.0x1.5mm" (id 2) (at 144.78 100.33 0)
(effects (font (size 1.27 1.27)) hide)
)
(property "Datasheet" "~" (id 3) (at 144.78 100.33 0)
(effects (font (size 1.27 1.27)) hide)
)
(pin "1" (uuid 67cb757c-2dc3-46d0-9db5-2ec9fd2684a1))
(pin "2" (uuid 57f8b6bf-081a-4ead-9a8d-ee5f0da2180e))
)
(symbol (lib_id "MAX6675ISA:MAX6675ISA+") (at 119.38 87.63 0) (unit 1)
(in_bom yes) (on_board yes) (fields_autoplaced)
(uuid bee2837f-2dbf-4f65-8227-818cbfa45783)
(property "Reference" "U4" (id 0) (at 135.3694 78.74 0)
(effects (font (size 1.524 1.524)) (justify left))
)
(property "Value" "MAX6675ISA+" (id 1) (at 135.3694 82.55 0)
(effects (font (size 1.524 1.524)) (justify left))
)
(property "Footprint" "MAX6675ISA:MAX6675ISA" (id 2) (at 119.38 87.63 0)
(effects (font (size 1.27 1.27) italic) hide)
)
(property "Datasheet" "https://www.analog.com/media/en/technical-documentation/data-sheets/MAX6675.pdf" (id 3) (at 119.38 87.63 0)
(effects (font (size 1.27 1.27) italic) hide)
)
(pin "1" (uuid 3e7eee8a-5e45-44ed-8738-1d830dca6125))
(pin "2" (uuid c0725000-206b-4dad-8669-2568b4029e24))
(pin "3" (uuid f161b6e2-bfe1-49dd-a776-1fe78df3bcfe))
(pin "4" (uuid 58e7e5f9-9081-487c-a38c-ae50d477d9df))
(pin "5" (uuid d0b34856-acb0-4a9f-966a-fc41d2e30771))
(pin "6" (uuid 3dcf5a56-9ce8-483f-bed4-5dc85deb00ea))
(pin "7" (uuid 415ae4b2-8d2f-4be7-b2d6-6a2f0468caef))
(pin "8" (uuid 011050fc-653d-4ab7-8b8a-d97df4872b26))
)
(symbol (lib_id "Device:C_Small") (at 120.65 81.28 0) (unit 1)
(in_bom yes) (on_board yes)
(uuid ffa234fc-46e8-45e3-b3de-6b1e2c8e3459)
(property "Reference" "C25" (id 0) (at 115.57 80.01 0)
(effects (font (size 1.27 1.27)) (justify left))
)
(property "Value" "100n" (id 1) (at 113.03 82.55 0)
(effects (font (size 1.27 1.27)) (justify left))
)
(property "Footprint" "Capacitor_SMD:C_0402_1005Metric_Pad0.74x0.62mm_HandSolder" (id 2) (at 120.65 81.28 0)
(effects (font (size 1.27 1.27)) hide)
)
(property "Datasheet" "~" (id 3) (at 120.65 81.28 0)
(effects (font (size 1.27 1.27)) hide)
)
(pin "1" (uuid acd74027-cd57-4d40-a169-d6658c800f48))
(pin "2" (uuid 998fc229-6cd6-4da8-889d-35c8e7946a57))
)
)