This commit is contained in:
2026-03-13 19:58:28 +03:00
commit c938609393
87 changed files with 230200 additions and 0 deletions

30
hardware/rev0/.gitignore vendored Normal file
View File

@@ -0,0 +1,30 @@
# For PCBs designed using KiCad: https://www.kicad.org/
# Format documentation: https://kicad.org/help/file-formats/
# Temporary files
\#auto_saved_files\#
*.000
*.bak
*.bck
*.kicad_pcb-bak
*.kicad_sch-bak
**/*-backups/*
**/bak/*
*.kicad_prl
*.sch-bak
*~
_autosave-*
*.tmp
*-save.pro
*-save.kicad_pcb
fp-info-cache
# Netlist files (exported from Eeschema)
*.net
# Autorouter files (exported from Pcbnew)
*.dsn
*.ses
# Exported BOM files
*.xml

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because one or more lines are too long

View File

@@ -0,0 +1,29 @@
EESchema-LIBRARY Version 2.4
#encoding utf-8
#
# SquantorLabels:OHWLOGO
#
DEF SquantorLabels:OHWLOGO N 0 40 Y Y 1 F N
F0 "N" 0 150 60 H V C CNN
F1 "SquantorLabels:OHWLOGO" 0 -150 60 H V C CNN
F2 "" 0 0 60 H I C CNN
F3 "" 0 0 60 H I C CNN
DRAW
C 0 0 50 0 1 0 N
C 0 0 100 0 1 0 N
ENDDRAW
ENDDEF
#
# SquantorLabels:VYYYYMMDD
#
DEF SquantorLabels:VYYYYMMDD N 0 40 Y Y 1 F N
F0 "N" 0 100 60 H V C CNN
F1 "SquantorLabels:VYYYYMMDD" 0 0 60 H V C CNN
F2 "" 0 0 60 H I C CNN
F3 "" 0 0 60 H I C CNN
DRAW
S 300 -50 -300 150 0 1 0 N
ENDDRAW
ENDDEF
#
#End Library

View File

@@ -0,0 +1,94 @@
(version 1)
# 4-layer, 1oz copper
# In global rules
#(rule "Minimum Trace Width and Spacing (outer layer)"
# (constraint track_width (min 3.5mil))
# (constraint clearance (min 3.5mil))
# (layer outer)
# (condition "A.Type == 'track' && B.Type != 'Zone'"))
(rule "Minimum Trace Width and Spacing (inner layer)"
(constraint track_width (min 5mil))
(constraint clearance (min 5mil))
(layer inner)
(condition "A.Type == 'track' && B.Type != 'Zone'"))
# silkscreen
# This is just JLCPCB being overly cautious, <6mil is readable.
#(rule "Minimum line width"
# (constraint track_width (min 6mil))
# (layer "F.Silkscreen") (layer "B.Silkscreen"))
(rule "Pad to Silkscreen"
(constraint clearance (min 0.15mm))
(layer outer)
(condition "A.Type == 'pad' && (B.Type == 'text' || B.Type == 'graphic')"))
# edge clearance
# in global rules
#(rule "Trace to Outline"
# (constraint edge_clearance (min 0.2mm))
# (condition "A.Type == 'track'"))
# drill/hole size
# in global rules
#(rule "drill hole size (mechanical)"
# (constraint hole (min 0.2mm) (max 6.3mm))
# (condition "A.Type == 'hole'"))
#
#(rule "Minimum Via Hole Size"
# (constraint hole (min 0.2mm))
# (condition "A.Type == 'via'"))
#
#(rule "Minimum Via Diameter"
# (constraint length (min 0.4mm))
# (condition "A.Type == 'via' && Lay"))
# JLCPCB's guidelines here are contradictory; they say that PTH hole size minimum is .2,
# then they immediately after that they say that the pad has to be 1mm in size with a minimum .5mm hole size?
# At first they say that the minimum PTH annular width is .15, but then they say it's .25?
# this is very confusing, we'll just go with the smaller number.
(rule "PTH Hole Size"
(constraint hole (min 0.2mm) )
(condition "A.isPlated() && A.Type != 'via'"))
(rule "PTH Annular Width"
(constraint annular_width (min 0.15mm) )
(condition "A.isPlated() && A.Type != 'via'"))
(rule "Minimum Non-plated Hole Size"
(constraint hole (min 0.5mm))
(condition "A.Type == 'pad' && !A.isPlated()"))
# clearance
(rule "via to track clearance"
(constraint hole_clearance (min 0.254mm))
(condition "A.Type == 'via' && B.Type == 'track'"))
(rule "via to via clearance (same nets)"
(constraint hole_clearance (min 0.254mm))
(condition "A.Type == 'via' && B.Type == 'via' && A.Net == B.Net"))
(rule "pad to pad clearance (with hole, different nets)"
(constraint hole_clearance (min 0.5mm))
(condition "A.Type == 'through-hole' && B.Type == A.Type && A.Net != B.Net"))
(rule "pad to pad clearance (without hole, different nets)"
(constraint clearance (min 0.127mm))
(condition "A.Type == 'pad' && B.Type == A.Type && A.Net != B.Net"))
(rule "NPTH to Track clearance)"
(constraint hole_clearance (min 0.254mm))
(condition "A.Pad_Type == 'NPTH, mechanical' && B.Type == 'track'"))
(rule "PTH to Track clearance)"
(constraint hole_clearance (min 0.33mm))
(condition "A.isPlated() && B.Type == 'track'"))
#Only non-via pads
(rule "Pad to Track clearance)"
(constraint clearance (min 0.2mm))
(condition "A.isPlated() && A.type != 'via' && B.Type == 'track'"))

File diff suppressed because it is too large Load Diff

View File

@@ -0,0 +1,475 @@
{
"board": {
"design_settings": {
"defaults": {
"board_outline_line_width": 0.15,
"copper_line_width": 0.19999999999999998,
"copper_text_italic": false,
"copper_text_size_h": 1.5,
"copper_text_size_v": 1.5,
"copper_text_thickness": 0.3,
"copper_text_upright": false,
"courtyard_line_width": 0.049999999999999996,
"dimension_precision": 4,
"dimension_units": 3,
"dimensions": {
"arrow_length": 1270000,
"extension_offset": 500000,
"keep_text_aligned": true,
"suppress_zeroes": false,
"text_position": 0,
"units_format": 1
},
"fab_line_width": 0.09999999999999999,
"fab_text_italic": false,
"fab_text_size_h": 1.0,
"fab_text_size_v": 1.0,
"fab_text_thickness": 0.15,
"fab_text_upright": false,
"other_line_width": 0.09999999999999999,
"other_text_italic": false,
"other_text_size_h": 1.0,
"other_text_size_v": 1.0,
"other_text_thickness": 0.15,
"other_text_upright": false,
"pads": {
"drill": 0.762,
"height": 1.524,
"width": 1.524
},
"silk_line_width": 0.15,
"silk_text_italic": false,
"silk_text_size_h": 1.0,
"silk_text_size_v": 1.0,
"silk_text_thickness": 0.15,
"silk_text_upright": false,
"zones": {
"45_degree_only": false,
"min_clearance": 0.508
}
},
"diff_pair_dimensions": [
{
"gap": 0.0,
"via_gap": 0.0,
"width": 0.0
}
],
"drc_exclusions": [],
"meta": {
"filename": "board_design_settings.json",
"version": 2
},
"rule_severities": {
"annular_width": "error",
"clearance": "error",
"copper_edge_clearance": "error",
"courtyards_overlap": "error",
"diff_pair_gap_out_of_range": "error",
"diff_pair_uncoupled_length_too_long": "error",
"drill_out_of_range": "error",
"duplicate_footprints": "warning",
"extra_footprint": "warning",
"footprint_type_mismatch": "error",
"hole_clearance": "error",
"hole_near_hole": "error",
"invalid_outline": "error",
"item_on_disabled_layer": "error",
"items_not_allowed": "error",
"length_out_of_range": "error",
"malformed_courtyard": "error",
"microvia_drill_out_of_range": "error",
"missing_courtyard": "ignore",
"missing_footprint": "warning",
"net_conflict": "warning",
"npth_inside_courtyard": "ignore",
"padstack": "error",
"pth_inside_courtyard": "ignore",
"shorting_items": "error",
"silk_over_copper": "ignore",
"silk_overlap": "warning",
"skew_out_of_range": "error",
"through_hole_pad_without_hole": "error",
"too_many_vias": "error",
"track_dangling": "warning",
"track_width": "error",
"tracks_crossing": "error",
"unconnected_items": "error",
"unresolved_variable": "error",
"via_dangling": "warning",
"zone_has_empty_net": "error",
"zones_intersect": "error"
},
"rules": {
"allow_blind_buried_vias": false,
"allow_microvias": false,
"max_error": 0.005,
"min_clearance": 0.08889999999999999,
"min_copper_edge_clearance": 0.19999999999999998,
"min_hole_clearance": 0.254,
"min_hole_to_hole": 0.5,
"min_microvia_diameter": 0.381,
"min_microvia_drill": 0.254,
"min_silk_clearance": 0.0,
"min_through_hole_diameter": 0.19999999999999998,
"min_track_width": 0.08889999999999999,
"min_via_annular_width": 0.13,
"min_via_diameter": 0.44999999999999996,
"use_height_for_length_calcs": true
},
"track_widths": [
0.0,
0.15,
0.2,
0.3,
0.4,
0.6,
1.0,
1.5,
2.0
],
"via_dimensions": [
{
"diameter": 0.0,
"drill": 0.0
},
{
"diameter": 0.46,
"drill": 0.2
},
{
"diameter": 0.66,
"drill": 0.4
},
{
"diameter": 0.86,
"drill": 0.6
},
{
"diameter": 1.08,
"drill": 0.8
},
{
"diameter": 1.3,
"drill": 1.0
},
{
"diameter": 1.5,
"drill": 1.2
},
{
"diameter": 1.7,
"drill": 1.4
},
{
"diameter": 1.9,
"drill": 1.6
}
],
"zones_allow_external_fillets": false,
"zones_use_no_outline": true
},
"layer_presets": []
},
"boards": [],
"cvpcb": {
"equivalence_files": []
},
"erc": {
"erc_exclusions": [],
"meta": {
"version": 0
},
"pin_map": [
[
0,
0,
0,
0,
0,
0,
1,
0,
0,
0,
0,
2
],
[
0,
2,
0,
1,
0,
0,
1,
0,
2,
2,
2,
2
],
[
0,
0,
0,
0,
0,
0,
1,
0,
1,
0,
1,
2
],
[
0,
1,
0,
0,
0,
0,
1,
1,
2,
1,
1,
2
],
[
0,
0,
0,
0,
0,
0,
1,
0,
0,
0,
0,
2
],
[
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
2
],
[
1,
1,
1,
1,
1,
0,
1,
1,
1,
1,
1,
2
],
[
0,
0,
0,
1,
0,
0,
1,
0,
0,
0,
0,
2
],
[
0,
2,
1,
2,
0,
0,
1,
0,
2,
2,
2,
2
],
[
0,
2,
0,
1,
0,
0,
1,
0,
2,
0,
0,
2
],
[
0,
2,
1,
1,
0,
0,
1,
0,
2,
0,
0,
2
],
[
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2
]
],
"rule_severities": {
"bus_definition_conflict": "error",
"bus_entry_needed": "error",
"bus_label_syntax": "error",
"bus_to_bus_conflict": "error",
"bus_to_net_conflict": "error",
"different_unit_footprint": "error",
"different_unit_net": "error",
"duplicate_reference": "error",
"duplicate_sheet_names": "error",
"extra_units": "error",
"global_label_dangling": "warning",
"hier_label_mismatch": "error",
"label_dangling": "error",
"lib_symbol_issues": "warning",
"multiple_net_names": "warning",
"net_not_bus_member": "warning",
"no_connect_connected": "warning",
"no_connect_dangling": "warning",
"pin_not_connected": "error",
"pin_not_driven": "error",
"pin_to_pin": "warning",
"power_pin_not_driven": "error",
"similar_labels": "warning",
"unannotated": "error",
"unit_value_mismatch": "error",
"unresolved_variable": "error",
"wire_dangling": "error"
}
},
"libraries": {
"pinned_footprint_libs": [],
"pinned_symbol_libs": []
},
"meta": {
"filename": "adatface_baseboard.kicad_pro",
"version": 1
},
"net_settings": {
"classes": [
{
"bus_width": 12.0,
"clearance": 0.09,
"diff_pair_gap": 0.25,
"diff_pair_via_gap": 0.25,
"diff_pair_width": 0.2,
"line_style": 0,
"microvia_diameter": 0.6,
"microvia_drill": 0.3,
"name": "Default",
"pcb_color": "rgba(0, 0, 0, 0.000)",
"schematic_color": "rgba(0, 0, 0, 0.000)",
"track_width": 0.0889,
"via_diameter": 0.46,
"via_drill": 0.2,
"wire_width": 6.0
}
],
"meta": {
"version": 2
},
"net_colors": null
},
"pcbnew": {
"last_paths": {
"gencad": "",
"idf": "",
"netlist": "",
"specctra_dsn": "",
"step": "",
"vrml": ""
},
"page_layout_descr_file": ""
},
"schematic": {
"annotate_start_num": 0,
"drawing": {
"default_bus_thickness": 12.0,
"default_junction_size": 40.0,
"default_line_thickness": 6.0,
"default_text_size": 50.0,
"default_wire_thickness": 6.0,
"field_names": [],
"intersheets_ref_own_page": false,
"intersheets_ref_prefix": "",
"intersheets_ref_short": false,
"intersheets_ref_show": false,
"intersheets_ref_suffix": "",
"junction_size_choice": 3,
"label_size_ratio": 0.3,
"pin_symbol_size": 25.0,
"text_offset_ratio": 0.3
},
"legacy_lib_dir": "",
"legacy_lib_list": [],
"meta": {
"version": 1
},
"net_format_name": "",
"ngspice": {
"fix_include_paths": true,
"fix_passive_vals": false,
"meta": {
"version": 0
},
"model_mode": 0,
"workbook_filename": ""
},
"page_layout_descr_file": "",
"plot_directory": "",
"spice_adjust_passive_values": false,
"spice_external_command": "spice \"%I\"",
"subpart_first_id": 65,
"subpart_id_separator": 0
},
"sheets": [
[
"8c8ee5d7-3451-4a2e-85b6-a20d3d490147",
""
]
],
"text_variables": {}
}

File diff suppressed because it is too large Load Diff

View File

@@ -0,0 +1,30 @@
update=do 26 jul 2018 21:08:19 CEST
version=1
last_client=kicad
[pcbnew]
version=1
LastNetListRead=
UseCmpFile=1
PadDrill=0.600000000000
PadDrillOvalY=0.600000000000
PadSizeH=1.500000000000
PadSizeV=1.500000000000
PcbTextSizeV=1.500000000000
PcbTextSizeH=1.500000000000
PcbTextThickness=0.300000000000
ModuleTextSizeV=1.000000000000
ModuleTextSizeH=1.000000000000
ModuleTextSizeThickness=0.150000000000
SolderMaskClearance=0.000000000000
SolderMaskMinWidth=0.000000000000
DrawSegmentWidth=0.200000000000
BoardOutlineThickness=0.100000000000
ModuleOutlineThickness=0.150000000000
[cvpcb]
version=1
NetIExt=net
[general]
version=1
[eeschema]
version=1
LibDir=

View File

@@ -0,0 +1,39 @@
EESchema Schematic File Version 4
LIBS:adatface_baseboard-cache
EELAYER 26 0
EELAYER END
$Descr A4 11693 8268
encoding utf-8
Sheet 1 1
Title ""
Date ""
Rev ""
Comp ""
Comment1 ""
Comment2 ""
Comment3 ""
Comment4 ""
$EndDescr
$Comp
L SquantorLabels:VYYYYMMDD N2
U 1 1 5A1357A5
P 850 7700
F 0 "N2" H 850 7800 60 0000 C CNN
F 1 "V20180726" H 850 7700 60 0000 C CNN
F 2 "SquantorLabels:Label_version" H 850 7700 60 0001 C CNN
F 3 "" H 850 7700 60 0001 C CNN
1 850 7700
1 0 0 -1
$EndComp
$Comp
L SquantorLabels:OHWLOGO N1
U 1 1 5A135869
P 850 7350
F 0 "N1" H 850 7500 60 0000 C CNN
F 1 "OHWLOGO" H 850 7200 60 0000 C CNN
F 2 "Symbols:OSHW-Symbol_6.7x6mm_SilkScreen" H 850 7350 60 0001 C CNN
F 3 "" H 850 7350 60 0001 C CNN
1 850 7350
1 0 0 -1
$EndComp
$EndSCHEMATC

Binary file not shown.

View File

@@ -0,0 +1,13 @@
Copyright 2006, 2007, 2008, 2009, 2010 Google Corp.
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.

View File

@@ -0,0 +1,6 @@
Droid Sans Mono for Powerline
=============================
:Font creator: Ascender Corporation
:Source: Provided by system
:Patched by: `mt3 <https://github.com/mt3>`_

View File

@@ -0,0 +1,77 @@
(module QFN-32-1EP_5x5mm_P0.5mm_EP3.3x3.3mm (layer F.Cu) (tedit 5E2FFDFC)
(descr "QFN, 32 Pin (http://ww1.microchip.com/downloads/en/DeviceDoc/00002164B.pdf#page=68), generated with kicad-footprint-generator ipc_noLead_generator.py")
(tags "QFN NoLead")
(attr smd)
(fp_text reference REF** (at 0 -3.82) (layer F.SilkS)
(effects (font (size 1 1) (thickness 0.15)))
)
(fp_text value QFN-32-1EP_5x5mm_P0.5mm_EP3.3x3.3mm (at 0 3.82) (layer F.Fab)
(effects (font (size 1 1) (thickness 0.15)))
)
(fp_line (start 2.135 -2.61) (end 2.61 -2.61) (layer F.SilkS) (width 0.12))
(fp_line (start 2.61 -2.61) (end 2.61 -2.135) (layer F.SilkS) (width 0.12))
(fp_line (start -2.135 2.61) (end -2.61 2.61) (layer F.SilkS) (width 0.12))
(fp_line (start -2.61 2.61) (end -2.61 2.135) (layer F.SilkS) (width 0.12))
(fp_line (start 2.135 2.61) (end 2.61 2.61) (layer F.SilkS) (width 0.12))
(fp_line (start 2.61 2.61) (end 2.61 2.135) (layer F.SilkS) (width 0.12))
(fp_line (start -2.135 -2.61) (end -2.61 -2.61) (layer F.SilkS) (width 0.12))
(fp_line (start -1.5 -2.5) (end 2.5 -2.5) (layer F.Fab) (width 0.1))
(fp_line (start 2.5 -2.5) (end 2.5 2.5) (layer F.Fab) (width 0.1))
(fp_line (start 2.5 2.5) (end -2.5 2.5) (layer F.Fab) (width 0.1))
(fp_line (start -2.5 2.5) (end -2.5 -1.5) (layer F.Fab) (width 0.1))
(fp_line (start -2.5 -1.5) (end -1.5 -2.5) (layer F.Fab) (width 0.1))
(fp_line (start -3.12 -3.12) (end -3.12 3.12) (layer F.CrtYd) (width 0.05))
(fp_line (start -3.12 3.12) (end 3.12 3.12) (layer F.CrtYd) (width 0.05))
(fp_line (start 3.12 3.12) (end 3.12 -3.12) (layer F.CrtYd) (width 0.05))
(fp_line (start 3.12 -3.12) (end -3.12 -3.12) (layer F.CrtYd) (width 0.05))
(pad 1 smd roundrect (at -2.4375 -1.75) (size 0.875 0.25) (layers F.Cu F.Mask F.Paste) (roundrect_rratio 0.25))
(pad 2 smd roundrect (at -2.4375 -1.25) (size 0.875 0.25) (layers F.Cu F.Mask F.Paste) (roundrect_rratio 0.25))
(pad 3 smd roundrect (at -2.4375 -0.75) (size 0.875 0.25) (layers F.Cu F.Mask F.Paste) (roundrect_rratio 0.25))
(pad 4 smd roundrect (at -2.4375 -0.25) (size 0.875 0.25) (layers F.Cu F.Mask F.Paste) (roundrect_rratio 0.25))
(pad 5 smd roundrect (at -2.4375 0.25) (size 0.875 0.25) (layers F.Cu F.Mask F.Paste) (roundrect_rratio 0.25))
(pad 6 smd roundrect (at -2.4375 0.75) (size 0.875 0.25) (layers F.Cu F.Mask F.Paste) (roundrect_rratio 0.25))
(pad 7 smd roundrect (at -2.4375 1.25) (size 0.875 0.25) (layers F.Cu F.Mask F.Paste) (roundrect_rratio 0.25))
(pad 8 smd roundrect (at -2.4375 1.75) (size 0.875 0.25) (layers F.Cu F.Mask F.Paste) (roundrect_rratio 0.25))
(pad 9 smd roundrect (at -1.75 2.4375) (size 0.25 0.875) (layers F.Cu F.Mask F.Paste) (roundrect_rratio 0.25))
(pad 10 smd roundrect (at -1.25 2.4375) (size 0.25 0.875) (layers F.Cu F.Mask F.Paste) (roundrect_rratio 0.25))
(pad 11 smd roundrect (at -0.75 2.4375) (size 0.25 0.875) (layers F.Cu F.Mask F.Paste) (roundrect_rratio 0.25))
(pad 12 smd roundrect (at -0.25 2.4375) (size 0.25 0.875) (layers F.Cu F.Mask F.Paste) (roundrect_rratio 0.25))
(pad 13 smd roundrect (at 0.25 2.4375) (size 0.25 0.875) (layers F.Cu F.Mask F.Paste) (roundrect_rratio 0.25))
(pad 14 smd roundrect (at 0.75 2.4375) (size 0.25 0.875) (layers F.Cu F.Mask F.Paste) (roundrect_rratio 0.25))
(pad 15 smd roundrect (at 1.25 2.4375) (size 0.25 0.875) (layers F.Cu F.Mask F.Paste) (roundrect_rratio 0.25))
(pad 16 smd roundrect (at 1.75 2.4375) (size 0.25 0.875) (layers F.Cu F.Mask F.Paste) (roundrect_rratio 0.25))
(pad 17 smd roundrect (at 2.4375 1.75) (size 0.875 0.25) (layers F.Cu F.Mask F.Paste) (roundrect_rratio 0.25))
(pad 18 smd roundrect (at 2.4375 1.25) (size 0.875 0.25) (layers F.Cu F.Mask F.Paste) (roundrect_rratio 0.25))
(pad 19 smd roundrect (at 2.4375 0.75) (size 0.875 0.25) (layers F.Cu F.Mask F.Paste) (roundrect_rratio 0.25))
(pad 20 smd roundrect (at 2.4375 0.25) (size 0.875 0.25) (layers F.Cu F.Mask F.Paste) (roundrect_rratio 0.25))
(pad 21 smd roundrect (at 2.4375 -0.25) (size 0.875 0.25) (layers F.Cu F.Mask F.Paste) (roundrect_rratio 0.25))
(pad 22 smd roundrect (at 2.4375 -0.75) (size 0.875 0.25) (layers F.Cu F.Mask F.Paste) (roundrect_rratio 0.25))
(pad 23 smd roundrect (at 2.4375 -1.25) (size 0.875 0.25) (layers F.Cu F.Mask F.Paste) (roundrect_rratio 0.25))
(pad 24 smd roundrect (at 2.4375 -1.75) (size 0.875 0.25) (layers F.Cu F.Mask F.Paste) (roundrect_rratio 0.25))
(pad 25 smd roundrect (at 1.75 -2.4375) (size 0.25 0.875) (layers F.Cu F.Mask F.Paste) (roundrect_rratio 0.25))
(pad 26 smd roundrect (at 1.25 -2.4375) (size 0.25 0.875) (layers F.Cu F.Mask F.Paste) (roundrect_rratio 0.25))
(pad 27 smd roundrect (at 0.75 -2.4375) (size 0.25 0.875) (layers F.Cu F.Mask F.Paste) (roundrect_rratio 0.25))
(pad 28 smd roundrect (at 0.25 -2.4375) (size 0.25 0.875) (layers F.Cu F.Mask F.Paste) (roundrect_rratio 0.25))
(pad 29 smd roundrect (at -0.25 -2.4375) (size 0.25 0.875) (layers F.Cu F.Mask F.Paste) (roundrect_rratio 0.25))
(pad 30 smd roundrect (at -0.75 -2.4375) (size 0.25 0.875) (layers F.Cu F.Mask F.Paste) (roundrect_rratio 0.25))
(pad 31 smd roundrect (at -1.25 -2.4375) (size 0.25 0.875) (layers F.Cu F.Mask F.Paste) (roundrect_rratio 0.25))
(pad 32 smd roundrect (at -1.75 -2.4375) (size 0.25 0.875) (layers F.Cu F.Mask F.Paste) (roundrect_rratio 0.25))
(pad 33 smd rect (at 0 0) (size 3.3 3.3) (layers F.Cu F.Mask))
(pad "" smd roundrect (at -1.1 -1.1) (size 0.89 0.89) (layers F.Paste) (roundrect_rratio 0.25))
(pad "" smd roundrect (at -1.1 0) (size 0.89 0.89) (layers F.Paste) (roundrect_rratio 0.25))
(pad "" smd roundrect (at -1.1 1.1) (size 0.89 0.89) (layers F.Paste) (roundrect_rratio 0.25))
(pad "" smd roundrect (at 0 -1.1) (size 0.89 0.89) (layers F.Paste) (roundrect_rratio 0.25))
(pad "" smd roundrect (at 0 0) (size 0.89 0.89) (layers F.Paste) (roundrect_rratio 0.25))
(pad "" smd roundrect (at 0 1.1) (size 0.89 0.89) (layers F.Paste) (roundrect_rratio 0.25))
(pad "" smd roundrect (at 1.1 -1.1) (size 0.89 0.89) (layers F.Paste) (roundrect_rratio 0.25))
(pad "" smd roundrect (at 1.1 0) (size 0.89 0.89) (layers F.Paste) (roundrect_rratio 0.25))
(pad "" smd roundrect (at 1.1 1.1) (size 0.89 0.89) (layers F.Paste) (roundrect_rratio 0.25))
(fp_text user %R (at 0 0) (layer F.Fab)
(effects (font (size 1 1) (thickness 0.15)))
)
(model ${KISYS3DMOD}/Package_DFN_QFN.3dshapes/QFN-32-1EP_5x5mm_P0.5mm_EP3.3x3.3mm.wrl
(at (xyz 0 0 0))
(scale (xyz 1 1 1))
(rotate (xyz 0 0 0))
)
)

View File

@@ -0,0 +1,166 @@
(module QFN-32-1EP_5x5mm_P0.5mm_EP3.3x3.3mm_ThermalVias (layer F.Cu) (tedit 5E2FFDFC)
(descr "QFN, 32 Pin (http://ww1.microchip.com/downloads/en/DeviceDoc/00002164B.pdf#page=68), generated with kicad-footprint-generator ipc_noLead_generator.py")
(tags "QFN NoLead")
(attr smd)
(fp_text reference REF** (at 0 -3.82) (layer F.SilkS)
(effects (font (size 1 1) (thickness 0.15)))
)
(fp_text value QFN-32-1EP_5x5mm_P0.5mm_EP3.3x3.3mm_ThermalVias (at 0 3.82) (layer F.Fab)
(effects (font (size 1 1) (thickness 0.15)))
)
(fp_line (start 2.135 -2.61) (end 2.61 -2.61) (layer F.SilkS) (width 0.12))
(fp_line (start 2.61 -2.61) (end 2.61 -2.135) (layer F.SilkS) (width 0.12))
(fp_line (start -2.135 2.61) (end -2.61 2.61) (layer F.SilkS) (width 0.12))
(fp_line (start -2.61 2.61) (end -2.61 2.135) (layer F.SilkS) (width 0.12))
(fp_line (start 2.135 2.61) (end 2.61 2.61) (layer F.SilkS) (width 0.12))
(fp_line (start 2.61 2.61) (end 2.61 2.135) (layer F.SilkS) (width 0.12))
(fp_line (start -2.135 -2.61) (end -2.61 -2.61) (layer F.SilkS) (width 0.12))
(fp_line (start -1.5 -2.5) (end 2.5 -2.5) (layer F.Fab) (width 0.1))
(fp_line (start 2.5 -2.5) (end 2.5 2.5) (layer F.Fab) (width 0.1))
(fp_line (start 2.5 2.5) (end -2.5 2.5) (layer F.Fab) (width 0.1))
(fp_line (start -2.5 2.5) (end -2.5 -1.5) (layer F.Fab) (width 0.1))
(fp_line (start -2.5 -1.5) (end -1.5 -2.5) (layer F.Fab) (width 0.1))
(fp_line (start -3.12 -3.12) (end -3.12 3.12) (layer F.CrtYd) (width 0.05))
(fp_line (start -3.12 3.12) (end 3.12 3.12) (layer F.CrtYd) (width 0.05))
(fp_line (start 3.12 3.12) (end 3.12 -3.12) (layer F.CrtYd) (width 0.05))
(fp_line (start 3.12 -3.12) (end -3.12 -3.12) (layer F.CrtYd) (width 0.05))
(pad 1 smd roundrect (at -2.4375 -1.75) (size 0.875 0.25) (layers F.Cu F.Mask F.Paste) (roundrect_rratio 0.25))
(pad 2 smd roundrect (at -2.4375 -1.25) (size 0.875 0.25) (layers F.Cu F.Mask F.Paste) (roundrect_rratio 0.25))
(pad 3 smd roundrect (at -2.4375 -0.75) (size 0.875 0.25) (layers F.Cu F.Mask F.Paste) (roundrect_rratio 0.25))
(pad 4 smd roundrect (at -2.4375 -0.25) (size 0.875 0.25) (layers F.Cu F.Mask F.Paste) (roundrect_rratio 0.25))
(pad 5 smd roundrect (at -2.4375 0.25) (size 0.875 0.25) (layers F.Cu F.Mask F.Paste) (roundrect_rratio 0.25))
(pad 6 smd roundrect (at -2.4375 0.75) (size 0.875 0.25) (layers F.Cu F.Mask F.Paste) (roundrect_rratio 0.25))
(pad 7 smd roundrect (at -2.4375 1.25) (size 0.875 0.25) (layers F.Cu F.Mask F.Paste) (roundrect_rratio 0.25))
(pad 8 smd roundrect (at -2.4375 1.75) (size 0.875 0.25) (layers F.Cu F.Mask F.Paste) (roundrect_rratio 0.25))
(pad 9 smd roundrect (at -1.75 2.4375) (size 0.25 0.875) (layers F.Cu F.Mask F.Paste) (roundrect_rratio 0.25))
(pad 10 smd roundrect (at -1.25 2.4375) (size 0.25 0.875) (layers F.Cu F.Mask F.Paste) (roundrect_rratio 0.25))
(pad 11 smd roundrect (at -0.75 2.4375) (size 0.25 0.875) (layers F.Cu F.Mask F.Paste) (roundrect_rratio 0.25))
(pad 12 smd roundrect (at -0.25 2.4375) (size 0.25 0.875) (layers F.Cu F.Mask F.Paste) (roundrect_rratio 0.25))
(pad 13 smd roundrect (at 0.25 2.4375) (size 0.25 0.875) (layers F.Cu F.Mask F.Paste) (roundrect_rratio 0.25))
(pad 14 smd roundrect (at 0.75 2.4375) (size 0.25 0.875) (layers F.Cu F.Mask F.Paste) (roundrect_rratio 0.25))
(pad 15 smd roundrect (at 1.25 2.4375) (size 0.25 0.875) (layers F.Cu F.Mask F.Paste) (roundrect_rratio 0.25))
(pad 16 smd roundrect (at 1.75 2.4375) (size 0.25 0.875) (layers F.Cu F.Mask F.Paste) (roundrect_rratio 0.25))
(pad 17 smd roundrect (at 2.4375 1.75) (size 0.875 0.25) (layers F.Cu F.Mask F.Paste) (roundrect_rratio 0.25))
(pad 18 smd roundrect (at 2.4375 1.25) (size 0.875 0.25) (layers F.Cu F.Mask F.Paste) (roundrect_rratio 0.25))
(pad 19 smd roundrect (at 2.4375 0.75) (size 0.875 0.25) (layers F.Cu F.Mask F.Paste) (roundrect_rratio 0.25))
(pad 20 smd roundrect (at 2.4375 0.25) (size 0.875 0.25) (layers F.Cu F.Mask F.Paste) (roundrect_rratio 0.25))
(pad 21 smd roundrect (at 2.4375 -0.25) (size 0.875 0.25) (layers F.Cu F.Mask F.Paste) (roundrect_rratio 0.25))
(pad 22 smd roundrect (at 2.4375 -0.75) (size 0.875 0.25) (layers F.Cu F.Mask F.Paste) (roundrect_rratio 0.25))
(pad 23 smd roundrect (at 2.4375 -1.25) (size 0.875 0.25) (layers F.Cu F.Mask F.Paste) (roundrect_rratio 0.25))
(pad 24 smd roundrect (at 2.4375 -1.75) (size 0.875 0.25) (layers F.Cu F.Mask F.Paste) (roundrect_rratio 0.25))
(pad 25 smd roundrect (at 1.75 -2.4375) (size 0.25 0.875) (layers F.Cu F.Mask F.Paste) (roundrect_rratio 0.25))
(pad 26 smd roundrect (at 1.25 -2.4375) (size 0.25 0.875) (layers F.Cu F.Mask F.Paste) (roundrect_rratio 0.25))
(pad 27 smd roundrect (at 0.75 -2.4375) (size 0.25 0.875) (layers F.Cu F.Mask F.Paste) (roundrect_rratio 0.25))
(pad 28 smd roundrect (at 0.25 -2.4375) (size 0.25 0.875) (layers F.Cu F.Mask F.Paste) (roundrect_rratio 0.25))
(pad 29 smd roundrect (at -0.25 -2.4375) (size 0.25 0.875) (layers F.Cu F.Mask F.Paste) (roundrect_rratio 0.25))
(pad 30 smd roundrect (at -0.75 -2.4375) (size 0.25 0.875) (layers F.Cu F.Mask F.Paste) (roundrect_rratio 0.25))
(pad 31 smd roundrect (at -1.25 -2.4375) (size 0.25 0.875) (layers F.Cu F.Mask F.Paste) (roundrect_rratio 0.25))
(pad 32 smd roundrect (at -1.75 -2.4375) (size 0.25 0.875) (layers F.Cu F.Mask F.Paste) (roundrect_rratio 0.25))
(pad 33 smd rect (at 0 0) (size 3.3 3.3) (layers F.Cu F.Mask))
(pad 33 thru_hole circle (at -1 -1) (size 0.5 0.5) (drill 0.2) (layers *.Cu))
(pad 33 thru_hole circle (at 0 -1) (size 0.5 0.5) (drill 0.2) (layers *.Cu))
(pad 33 thru_hole circle (at 1 -1) (size 0.5 0.5) (drill 0.2) (layers *.Cu))
(pad 33 thru_hole circle (at -1 0) (size 0.5 0.5) (drill 0.2) (layers *.Cu))
(pad 33 thru_hole circle (at 0 0) (size 0.5 0.5) (drill 0.2) (layers *.Cu))
(pad 33 thru_hole circle (at 1 0) (size 0.5 0.5) (drill 0.2) (layers *.Cu))
(pad 33 thru_hole circle (at -1 1) (size 0.5 0.5) (drill 0.2) (layers *.Cu))
(pad 33 thru_hole circle (at 0 1) (size 0.5 0.5) (drill 0.2) (layers *.Cu))
(pad 33 thru_hole circle (at 1 1) (size 0.5 0.5) (drill 0.2) (layers *.Cu))
(pad 33 smd rect (at 0 0) (size 2.5 2.5) (layers B.Cu))
(pad "" smd roundrect (at -0.5 -0.5) (size 0.806226 0.806226) (layers F.Paste) (roundrect_rratio 0.25))
(pad "" smd roundrect (at -0.5 0.5) (size 0.806226 0.806226) (layers F.Paste) (roundrect_rratio 0.25))
(pad "" smd roundrect (at 0.5 -0.5) (size 0.806226 0.806226) (layers F.Paste) (roundrect_rratio 0.25))
(pad "" smd roundrect (at 0.5 0.5) (size 0.806226 0.806226) (layers F.Paste) (roundrect_rratio 0.25))
(pad "" smd custom (at -1.325 -0.5) (size 0.437087 0.437087) (layers F.Paste)
(options (clearance outline) (anchor circle))
(primitives
(gr_poly (pts
(xy -0.175064 -0.316154) (xy 0.103025 -0.316154) (xy 0.175064 -0.244114) (xy 0.175064 0.244114)
(xy 0.103025 0.316154) (xy -0.175064 0.316154)) (width 0.173919))
))
(pad "" smd custom (at -1.325 0.5) (size 0.437087 0.437087) (layers F.Paste)
(options (clearance outline) (anchor circle))
(primitives
(gr_poly (pts
(xy -0.175064 -0.316154) (xy 0.103025 -0.316154) (xy 0.175064 -0.244114) (xy 0.175064 0.244114)
(xy 0.103025 0.316154) (xy -0.175064 0.316154)) (width 0.173919))
))
(pad "" smd custom (at 1.325 -0.5) (size 0.437087 0.437087) (layers F.Paste)
(options (clearance outline) (anchor circle))
(primitives
(gr_poly (pts
(xy -0.175064 -0.244114) (xy -0.103025 -0.316154) (xy 0.175064 -0.316154) (xy 0.175064 0.316154)
(xy -0.103025 0.316154) (xy -0.175064 0.244114)) (width 0.173919))
))
(pad "" smd custom (at 1.325 0.5) (size 0.437087 0.437087) (layers F.Paste)
(options (clearance outline) (anchor circle))
(primitives
(gr_poly (pts
(xy -0.175064 -0.244114) (xy -0.103025 -0.316154) (xy 0.175064 -0.316154) (xy 0.175064 0.316154)
(xy -0.103025 0.316154) (xy -0.175064 0.244114)) (width 0.173919))
))
(pad "" smd custom (at -0.5 -1.325) (size 0.437087 0.437087) (layers F.Paste)
(options (clearance outline) (anchor circle))
(primitives
(gr_poly (pts
(xy -0.316154 -0.175064) (xy 0.316154 -0.175064) (xy 0.316154 0.103025) (xy 0.244114 0.175064)
(xy -0.244114 0.175064) (xy -0.316154 0.103025)) (width 0.173919))
))
(pad "" smd custom (at 0.5 -1.325) (size 0.437087 0.437087) (layers F.Paste)
(options (clearance outline) (anchor circle))
(primitives
(gr_poly (pts
(xy -0.316154 -0.175064) (xy 0.316154 -0.175064) (xy 0.316154 0.103025) (xy 0.244114 0.175064)
(xy -0.244114 0.175064) (xy -0.316154 0.103025)) (width 0.173919))
))
(pad "" smd custom (at -0.5 1.325) (size 0.437087 0.437087) (layers F.Paste)
(options (clearance outline) (anchor circle))
(primitives
(gr_poly (pts
(xy -0.316154 -0.103025) (xy -0.244114 -0.175064) (xy 0.244114 -0.175064) (xy 0.316154 -0.103025)
(xy 0.316154 0.175064) (xy -0.316154 0.175064)) (width 0.173919))
))
(pad "" smd custom (at 0.5 1.325) (size 0.437087 0.437087) (layers F.Paste)
(options (clearance outline) (anchor circle))
(primitives
(gr_poly (pts
(xy -0.316154 -0.103025) (xy -0.244114 -0.175064) (xy 0.244114 -0.175064) (xy 0.316154 -0.103025)
(xy 0.316154 0.175064) (xy -0.316154 0.175064)) (width 0.173919))
))
(pad "" smd custom (at -1.325 -1.325) (size 0.413109 0.413109) (layers F.Paste)
(options (clearance outline) (anchor circle))
(primitives
(gr_poly (pts
(xy -0.151086 -0.151086) (xy 0.151086 -0.151086) (xy 0.151086 0.059182) (xy 0.059182 0.151086)
(xy -0.151086 0.151086)) (width 0.221875))
))
(pad "" smd custom (at -1.325 1.325) (size 0.413109 0.413109) (layers F.Paste)
(options (clearance outline) (anchor circle))
(primitives
(gr_poly (pts
(xy -0.151086 -0.151086) (xy 0.059182 -0.151086) (xy 0.151086 -0.059182) (xy 0.151086 0.151086)
(xy -0.151086 0.151086)) (width 0.221875))
))
(pad "" smd custom (at 1.325 -1.325) (size 0.413109 0.413109) (layers F.Paste)
(options (clearance outline) (anchor circle))
(primitives
(gr_poly (pts
(xy -0.151086 -0.151086) (xy 0.151086 -0.151086) (xy 0.151086 0.151086) (xy -0.059182 0.151086)
(xy -0.151086 0.059182)) (width 0.221875))
))
(pad "" smd custom (at 1.325 1.325) (size 0.413109 0.413109) (layers F.Paste)
(options (clearance outline) (anchor circle))
(primitives
(gr_poly (pts
(xy -0.151086 -0.059182) (xy -0.059182 -0.151086) (xy 0.151086 -0.151086) (xy 0.151086 0.151086)
(xy -0.151086 0.151086)) (width 0.221875))
))
(fp_text user %R (at 0 0) (layer F.Fab)
(effects (font (size 1 1) (thickness 0.15)))
)
(model ${KISYS3DMOD}/Package_DFN_QFN.3dshapes/QFN-32-1EP_5x5mm_P0.5mm_EP3.3x3.3mm.wrl
(at (xyz 0 0 0))
(scale (xyz 1 1 1))
(rotate (xyz 0 0 0))
)
)

View File

@@ -0,0 +1,54 @@
(module USB_C_Receptacle_XKB_U262-16XN-4BVC11 (layer F.Cu) (tedit 5E1305FC)
(descr "USB Type C, right-angle, SMT, https://datasheet.lcsc.com/szlcsc/1811141824_XKB-Enterprise-U262-161N-4BVC11_C319148.pdf")
(tags "USB C Type-C Receptacle SMD")
(attr smd)
(fp_text reference REF** (at 0 -5.715) (layer F.SilkS)
(effects (font (size 1 1) (thickness 0.15)))
)
(fp_text value USB_C_Receptacle_XKB_U262-16XN-4BVC11 (at 0 4.935) (layer F.Fab)
(effects (font (size 1 1) (thickness 0.15)))
)
(fp_line (start -4.58 -1.85) (end -4.58 0.07) (layer F.SilkS) (width 0.12))
(fp_line (start 4.58 0.07) (end 4.58 -1.85) (layer F.SilkS) (width 0.12))
(fp_line (start 4.58 2.08) (end 4.58 3.785) (layer F.SilkS) (width 0.12))
(fp_line (start -4.58 3.785) (end -4.58 2.08) (layer F.SilkS) (width 0.12))
(fp_line (start 4.58 3.785) (end -4.58 3.785) (layer F.SilkS) (width 0.12))
(fp_line (start -5.32 -4.75) (end 5.32 -4.75) (layer F.CrtYd) (width 0.05))
(fp_line (start 5.32 -4.75) (end 5.32 4.18) (layer F.CrtYd) (width 0.05))
(fp_line (start 5.32 4.18) (end -5.32 4.18) (layer F.CrtYd) (width 0.05))
(fp_line (start -5.32 4.18) (end -5.32 -4.75) (layer F.CrtYd) (width 0.05))
(fp_line (start -4.47 -3.675) (end -4.47 3.675) (layer F.Fab) (width 0.1))
(fp_line (start -4.47 3.675) (end 4.47 3.675) (layer F.Fab) (width 0.1))
(fp_line (start 4.47 3.675) (end 4.47 -3.675) (layer F.Fab) (width 0.1))
(fp_line (start -4.47 -3.675) (end 4.47 -3.675) (layer F.Fab) (width 0.1))
(fp_text user %R (at 0 0) (layer F.Fab)
(effects (font (size 1 1) (thickness 0.15)))
)
(pad S1 thru_hole oval (at -4.32 -3.105) (size 1 2.1) (drill oval 0.6 1.7) (layers *.Cu *.Mask))
(pad S1 thru_hole oval (at 4.32 -3.105) (size 1 2.1) (drill oval 0.6 1.7) (layers *.Cu *.Mask))
(pad S1 thru_hole oval (at -4.32 1.075) (size 1 1.6) (drill oval 0.6 1.2) (layers *.Cu *.Mask))
(pad S1 thru_hole oval (at 4.32 1.075) (size 1 1.6) (drill oval 0.6 1.2) (layers *.Cu *.Mask))
(pad "" np_thru_hole circle (at 2.89 -2.605) (size 0.65 0.65) (drill 0.65) (layers *.Cu *.Mask))
(pad "" np_thru_hole circle (at -2.89 -2.605) (size 0.65 0.65) (drill 0.65) (layers *.Cu *.Mask))
(pad B1 smd rect (at 3.05 -3.67) (size 0.3 1.15) (layers F.Cu F.Paste F.Mask))
(pad B4 smd rect (at 2.25 -3.67) (size 0.3 1.15) (layers F.Cu F.Paste F.Mask))
(pad B5 smd rect (at 1.75 -3.67) (size 0.3 1.15) (layers F.Cu F.Paste F.Mask))
(pad A8 smd rect (at 1.25 -3.67) (size 0.3 1.15) (layers F.Cu F.Paste F.Mask))
(pad B6 smd rect (at 0.75 -3.67) (size 0.3 1.15) (layers F.Cu F.Paste F.Mask))
(pad A7 smd rect (at 0.25 -3.67) (size 0.3 1.15) (layers F.Cu F.Paste F.Mask))
(pad A6 smd rect (at -0.25 -3.67) (size 0.3 1.15) (layers F.Cu F.Paste F.Mask))
(pad B7 smd rect (at -0.75 -3.67) (size 0.3 1.15) (layers F.Cu F.Paste F.Mask))
(pad A5 smd rect (at -1.25 -3.67) (size 0.3 1.15) (layers F.Cu F.Paste F.Mask))
(pad B8 smd rect (at -1.75 -3.67) (size 0.3 1.15) (layers F.Cu F.Paste F.Mask))
(pad A4 smd rect (at -2.55 -3.67) (size 0.3 1.15) (layers F.Cu F.Paste F.Mask))
(pad A1 smd rect (at -3.35 -3.67) (size 0.3 1.15) (layers F.Cu F.Paste F.Mask))
(pad B12 smd rect (at -3.05 -3.67) (size 0.3 1.15) (layers F.Cu F.Paste F.Mask))
(pad B9 smd rect (at -2.25 -3.67) (size 0.3 1.15) (layers F.Cu F.Paste F.Mask))
(pad A9 smd rect (at 2.55 -3.67) (size 0.3 1.15) (layers F.Cu F.Paste F.Mask))
(pad A12 smd rect (at 3.35 -3.67) (size 0.3 1.15) (layers F.Cu F.Paste F.Mask))
(model ${KISYS3DMOD}/Connector_USB.3dshapes/USB_C_Receptacle_XKB_U262-16XN-4BVC11.wrl
(at (xyz 0 0 0))
(scale (xyz 1 1 1))
(rotate (xyz 0 0 0))
)
)

View File

@@ -0,0 +1,4 @@
(fp_lib_table
(lib (name "toslink")(type "KiCad")(uri "${KIPRJMOD}/toslink")(options "")(descr ""))
(lib (name "footprints")(type "KiCad")(uri "${KIPRJMOD}/footprints")(options "")(descr ""))
)

View File

@@ -0,0 +1,38 @@
Comment,Designator,Footprint,LCSC
10k,"R10,R3,R4,R5,R6,R9",R_0603_1608Metric, C25804
USB3320,"U5,U6",QFN-32-1EP_5x5mm_P0.5mm_EP3.3x3.3mm,C132156
PLR135_T8,"U1,U2,U3,U4",PLR135-T8_PLT133-T8,C133351
47uH,"L1,L2,L3,L4",L_0805_2012Metric,C14304
100n,"C1,C12,C14,C15,C17,C2,C20,C3,C4,C5,C6,C7,C8",C_0603_1608Metric,C14663
1u,"C11,C13",C_0603_1608Metric,C15849
10u,C21,C_0805_2012Metric,C15850
Connector_USB_C_Receptacle_USB2.0,"J4,J5",USB_C_Receptacle_XKB_U262-16XN-4BVC11,C165948
1.5A,FB1,L_1206_3216Metric,C16902
10n,C19,C_0805_2012Metric,C1710
1k,"R1,R11,R2,R21,R23,R25,R8",R_0603_1608Metric,C21190
Schottky,"D12,D13",D_SMA,C22452
red,D1,LED_0603_1608Metric,C2286
1M,"R12,R7",R_0603_1608Metric,C22935
2k,"R24,R26",R_0603_1608Metric,C22975
8k06 1%,"R17,R18",R_0603_1608Metric,C23112
5k1,"R13,R14,R15,R16",R_0603_1608Metric,C23186
2u2,"C10,C16,C18,C9",C_0603_1608Metric,C23630
ME6212C18M5G,U7,SOT-23-5,C236669
10k,"R19,R20",R_0603_1608Metric,C25804
PLT133_T8,"TR1,TR2,TR3,TR4",PLT133_T8,C2940206
yellow,"D10,D11,D2,D7",LED_0603_1608Metric,C72038
green,"D3,D4,D5,D6,D8,D9",LED_0603_1608Metric,C72043
MountingHole,H3,MountingHole_3.2mm_M3_Pad_Via,
MountingHole,H4,MountingHole_3.2mm_M3_Pad_Via,
Conn_02x32_Odd_Even,J3,PinHeader_2x32_P2.54mm_Vertical,
Conn_01x26_Male,J7,PinHeader_1x26_P2.54mm_Horizontal,
Conn_01x06_Male,J6,PinHeader_1x06_P2.54mm_Vertical,
TestPoint,TP5,TestPoint_Pad_D1.5mm,
Conn_01x01_Male,J9,PinHeader_1x01_P2.54mm_Horizontal,
MountingHole,H2,MountingHole_3.2mm_M3_Pad_Via,
Conn_01x06_Male,J1,PinHeader_1x06_P2.54mm_Vertical,
Conn_01x01_Male,J8,PinHeader_1x01_P2.54mm_Horizontal,
MountingHole,H1,MountingHole_3.2mm_M3_Pad_Via,
Conn_02x32_Odd_Even,J2,PinHeader_2x32_P2.54mm_Vertical,
Conn_01x04_Male,J11,PinHeader_1x04_P2.54mm_Horizontal,
Conn_01x04_Male,J10,PinHeader_1x04_P2.54mm_Horizontal,
1 Comment Designator Footprint LCSC
2 10k R10,R3,R4,R5,R6,R9 R_0603_1608Metric C25804
3 USB3320 U5,U6 QFN-32-1EP_5x5mm_P0.5mm_EP3.3x3.3mm C132156
4 PLR135_T8 U1,U2,U3,U4 PLR135-T8_PLT133-T8 C133351
5 47uH L1,L2,L3,L4 L_0805_2012Metric C14304
6 100n C1,C12,C14,C15,C17,C2,C20,C3,C4,C5,C6,C7,C8 C_0603_1608Metric C14663
7 1u C11,C13 C_0603_1608Metric C15849
8 10u C21 C_0805_2012Metric C15850
9 Connector_USB_C_Receptacle_USB2.0 J4,J5 USB_C_Receptacle_XKB_U262-16XN-4BVC11 C165948
10 1.5A FB1 L_1206_3216Metric C16902
11 10n C19 C_0805_2012Metric C1710
12 1k R1,R11,R2,R21,R23,R25,R8 R_0603_1608Metric C21190
13 Schottky D12,D13 D_SMA C22452
14 red D1 LED_0603_1608Metric C2286
15 1M R12,R7 R_0603_1608Metric C22935
16 2k R24,R26 R_0603_1608Metric C22975
17 8k06 1% R17,R18 R_0603_1608Metric C23112
18 5k1 R13,R14,R15,R16 R_0603_1608Metric C23186
19 2u2 C10,C16,C18,C9 C_0603_1608Metric C23630
20 ME6212C18M5G U7 SOT-23-5 C236669
21 10k R19,R20 R_0603_1608Metric C25804
22 PLT133_T8 TR1,TR2,TR3,TR4 PLT133_T8 C2940206
23 yellow D10,D11,D2,D7 LED_0603_1608Metric C72038
24 green D3,D4,D5,D6,D8,D9 LED_0603_1608Metric C72043
25 MountingHole H3 MountingHole_3.2mm_M3_Pad_Via
26 MountingHole H4 MountingHole_3.2mm_M3_Pad_Via
27 Conn_02x32_Odd_Even J3 PinHeader_2x32_P2.54mm_Vertical
28 Conn_01x26_Male J7 PinHeader_1x26_P2.54mm_Horizontal
29 Conn_01x06_Male J6 PinHeader_1x06_P2.54mm_Vertical
30 TestPoint TP5 TestPoint_Pad_D1.5mm
31 Conn_01x01_Male J9 PinHeader_1x01_P2.54mm_Horizontal
32 MountingHole H2 MountingHole_3.2mm_M3_Pad_Via
33 Conn_01x06_Male J1 PinHeader_1x06_P2.54mm_Vertical
34 Conn_01x01_Male J8 PinHeader_1x01_P2.54mm_Horizontal
35 MountingHole H1 MountingHole_3.2mm_M3_Pad_Via
36 Conn_02x32_Odd_Even J2 PinHeader_2x32_P2.54mm_Vertical
37 Conn_01x04_Male J11 PinHeader_1x04_P2.54mm_Horizontal
38 Conn_01x04_Male J10 PinHeader_1x04_P2.54mm_Horizontal

View File

@@ -0,0 +1,87 @@
Designator,Val,Package,Mid X,Mid Y,Rotation,Layer
C1,100n,C_0603_1608Metric,55.65,-138.6,90.0,top
C2,100n,C_0603_1608Metric,55.65,-54.85,90.0,top
C3,100n,C_0603_1608Metric,55.65,-82.6375,90.0,top
C4,100n,C_0603_1608Metric,55.525979,-110.519892,90.0,top
C5,100n,C_0603_1608Metric,55.65,-127.85,-90.0,top
C6,100n,C_0603_1608Metric,55.5,-44.675,-90.0,top
C7,100n,C_0603_1608Metric,55.45,-72.65,-90.0,top
C8,100n,C_0603_1608Metric,56.136737,-100.320543,-90.0,top
C9,2u2,C_0603_1608Metric,152.4,-60.35,-90.0,top
C10,2u2,C_0603_1608Metric,151.3,-90.5,180.0,top
C11,1u,C_0603_1608Metric,150.45,-70.95,-90.0,top
C12,100n,C_0603_1608Metric,137.97,-82.5,180.0,top
C13,1u,C_0603_1608Metric,157.75,-71.25,-90.0,top
C14,100n,C_0603_1608Metric,137.72,-53.69,180.0,top
C15,100n,C_0603_1608Metric,140.21,-80.73,180.0,top
C16,2u2,C_0603_1608Metric,146.825,-83.9,90.0,top
C17,100n,C_0603_1608Metric,139.45,-51.74,180.0,top
C18,2u2,C_0603_1608Metric,147.55,-54.67,90.0,top
C19,10n,C_0805_2012Metric,157.25,-102.0,0.0,top
C20,100n,C_0603_1608Metric,157.5,-99.25,0.0,top
C21,10u,C_0805_2012Metric,157.5,-97.25,0.0,top
D1,red,LED_0603_1608Metric,157.0,-128.6,180.0,top
D2,yellow,LED_0603_1608Metric,157.0,-122.816664,180.0,top
D3,green,LED_0603_1608Metric,157.0,-111.25,180.0,top
D4,green,LED_0603_1608Metric,157.0,-114.141666,180.0,top
D5,green,LED_0603_1608Metric,157.0,-117.033332,180.0,top
D6,green,LED_0603_1608Metric,157.0,-119.924998,180.0,top
D7,yellow,LED_0603_1608Metric,146.025,-101.02,180.0,top
D8,green,LED_0603_1608Metric,146.025,-103.597321,180.0,top
D9,green,LED_0603_1608Metric,146.025,-108.751964,180.0,top
D10,yellow,LED_0603_1608Metric,146.025,-106.174642,180.0,top
D11,yellow,LED_0603_1608Metric,157.0,-125.70833,180.0,top
D12,Schottky,D_SMA,156.9,-48.9,180.0,top
D13,Schottky,D_SMA,157.0,-94.0,180.0,top
FB1,1.5A,L_1206_3216Metric,160.5,-100.75,90.0,top
J1,Conn_01x06_Male,PinHeader_1x06_P2.54mm_Vertical,132.25,-132.9,0.0,top
J2,Conn_02x32_Odd_Even,PinHeader_2x32_P2.54mm_Vertical,67.945,-41.91,0.0,top
J3,Conn_02x32_Odd_Even,PinHeader_2x32_P2.54mm_Vertical,128.65,-41.91,0.0,top
J4,Connector_USB_C_Receptacle_USB2.0,USB_C_Receptacle_XKB_U262-16XN-4BVC11,158.65,-85.85,90.0,top
J5,Connector_USB_C_Receptacle_USB2.0,USB_C_Receptacle_XKB_U262-16XN-4BVC11,158.65,-56.85,90.0,top
J6,Conn_01x06_Male,PinHeader_1x06_P2.54mm_Vertical,99.0,-132.9,0.0,top
J7,Conn_01x26_Male,PinHeader_1x26_P2.54mm_Horizontal,80.01,-41.783,0.0,top
J8,Conn_01x01_Male,PinHeader_1x01_P2.54mm_Horizontal,124.25,-47.0,180.0,top
J9,Conn_01x01_Male,PinHeader_1x01_P2.54mm_Horizontal,124.25,-43.25,180.0,top
J10,Conn_01x04_Male,PinHeader_1x04_P2.54mm_Horizontal,107.49,-39.31,90.0,top
J11,Conn_01x04_Male,PinHeader_1x04_P2.54mm_Horizontal,93.64,-39.365,90.0,top
L1,47uH,L_0805_2012Metric,58.4,-136.85,-90.0,top
L2,47uH,L_0805_2012Metric,58.65,-53.09375,-90.0,top
L3,47uH,L_0805_2012Metric,58.45,-80.85,-90.0,top
L4,47uH,L_0805_2012Metric,58.55,-108.8125,-90.0,top
R1,1k,R_0603_1608Metric,135.8,-128.64,180.0,top
R2,1k,R_0603_1608Metric,135.8,-122.856664,180.0,top
R3,10k,R_0603_1608Metric,135.8,-111.29,180.0,top
R4,10k,R_0603_1608Metric,135.8,-114.181666,180.0,top
R5,10k,R_0603_1608Metric,135.8,-117.073332,180.0,top
R6,10k,R_0603_1608Metric,135.8,-119.964998,180.0,top
R7,1M,R_0603_1608Metric,157.7625,-79.25,0.0,top
R8,1k,R_0603_1608Metric,135.8,-101.027811,180.0,top
R9,10k,R_0603_1608Metric,135.8,-103.593358,180.0,top
R10,10k,R_0603_1608Metric,135.8,-108.724452,180.0,top
R11,1k,R_0603_1608Metric,135.8,-106.158905,180.0,top
R12,1M,R_0603_1608Metric,157.65,-63.85,0.0,top
R13,5k1,R_0603_1608Metric,151.2875,-87.2,180.0,top
R14,5k1,R_0603_1608Metric,151.725,-82.675,180.0,top
R15,5k1,R_0603_1608Metric,149.85,-58.3,180.0,top
R16,5k1,R_0603_1608Metric,150.22,-55.07,0.0,top
R17,8k06 1%,R_0603_1608Metric,144.8,-50.4,90.0,top
R18,8k06 1%,R_0603_1608Metric,146.05,-80.85,0.0,top
R19,10k,R_0603_1608Metric,149.7,-49.1,180.0,top
R20,10k,R_0603_1608Metric,151.2625,-88.9,180.0,top
R21,1k,R_0603_1608Metric,135.8,-125.74833,180.0,top
R23,1k,R_0603_1608Metric,149.9,-61.1,180.0,top
R24,2k,R_0603_1608Metric,146.3,-62.425,-90.0,top
R25,1k,R_0603_1608Metric,150.925,-77.3625,180.0,top
R26,2k,R_0603_1608Metric,148.51,-76.6375,90.0,top
TR1,PLT133_T8,PLT133_T8,48.416023,-126.551533,-90.0,top
TR2,PLT133_T8,PLT133_T8,48.430408,-43.357745,-90.0,top
TR3,PLT133_T8,PLT133_T8,48.406111,-71.121385,-90.0,top
TR4,PLT133_T8,PLT133_T8,48.32653,-98.843594,-90.0,top
U1,PLR135_T8,PLR135-T8_PLT133-T8,48.426023,-139.789033,90.0,top
U2,PLR135_T8,PLR135-T8_PLT133-T8,48.440408,-56.120245,90.0,top
U3,PLR135_T8,PLR135-T8_PLT133-T8,48.4,-83.85,90.0,top
U4,PLR135_T8,PLR135-T8_PLT133-T8,48.426023,-111.789033,90.0,top
U5,USB3320,QFN-32-1EP_5x5mm_P0.5mm_EP3.3x3.3mm,142.65,-55.85,270.0,top
U6,USB3320,QFN-32-1EP_5x5mm_P0.5mm_EP3.3x3.3mm,142.7,-84.875,270.0,top
U7,ME6212C18M5G,SOT-23-5,154.15,-71.3875,180.0,top
1 Designator Val Package Mid X Mid Y Rotation Layer
2 C1 100n C_0603_1608Metric 55.65 -138.6 90.0 top
3 C2 100n C_0603_1608Metric 55.65 -54.85 90.0 top
4 C3 100n C_0603_1608Metric 55.65 -82.6375 90.0 top
5 C4 100n C_0603_1608Metric 55.525979 -110.519892 90.0 top
6 C5 100n C_0603_1608Metric 55.65 -127.85 -90.0 top
7 C6 100n C_0603_1608Metric 55.5 -44.675 -90.0 top
8 C7 100n C_0603_1608Metric 55.45 -72.65 -90.0 top
9 C8 100n C_0603_1608Metric 56.136737 -100.320543 -90.0 top
10 C9 2u2 C_0603_1608Metric 152.4 -60.35 -90.0 top
11 C10 2u2 C_0603_1608Metric 151.3 -90.5 180.0 top
12 C11 1u C_0603_1608Metric 150.45 -70.95 -90.0 top
13 C12 100n C_0603_1608Metric 137.97 -82.5 180.0 top
14 C13 1u C_0603_1608Metric 157.75 -71.25 -90.0 top
15 C14 100n C_0603_1608Metric 137.72 -53.69 180.0 top
16 C15 100n C_0603_1608Metric 140.21 -80.73 180.0 top
17 C16 2u2 C_0603_1608Metric 146.825 -83.9 90.0 top
18 C17 100n C_0603_1608Metric 139.45 -51.74 180.0 top
19 C18 2u2 C_0603_1608Metric 147.55 -54.67 90.0 top
20 C19 10n C_0805_2012Metric 157.25 -102.0 0.0 top
21 C20 100n C_0603_1608Metric 157.5 -99.25 0.0 top
22 C21 10u C_0805_2012Metric 157.5 -97.25 0.0 top
23 D1 red LED_0603_1608Metric 157.0 -128.6 180.0 top
24 D2 yellow LED_0603_1608Metric 157.0 -122.816664 180.0 top
25 D3 green LED_0603_1608Metric 157.0 -111.25 180.0 top
26 D4 green LED_0603_1608Metric 157.0 -114.141666 180.0 top
27 D5 green LED_0603_1608Metric 157.0 -117.033332 180.0 top
28 D6 green LED_0603_1608Metric 157.0 -119.924998 180.0 top
29 D7 yellow LED_0603_1608Metric 146.025 -101.02 180.0 top
30 D8 green LED_0603_1608Metric 146.025 -103.597321 180.0 top
31 D9 green LED_0603_1608Metric 146.025 -108.751964 180.0 top
32 D10 yellow LED_0603_1608Metric 146.025 -106.174642 180.0 top
33 D11 yellow LED_0603_1608Metric 157.0 -125.70833 180.0 top
34 D12 Schottky D_SMA 156.9 -48.9 180.0 top
35 D13 Schottky D_SMA 157.0 -94.0 180.0 top
36 FB1 1.5A L_1206_3216Metric 160.5 -100.75 90.0 top
37 J1 Conn_01x06_Male PinHeader_1x06_P2.54mm_Vertical 132.25 -132.9 0.0 top
38 J2 Conn_02x32_Odd_Even PinHeader_2x32_P2.54mm_Vertical 67.945 -41.91 0.0 top
39 J3 Conn_02x32_Odd_Even PinHeader_2x32_P2.54mm_Vertical 128.65 -41.91 0.0 top
40 J4 Connector_USB_C_Receptacle_USB2.0 USB_C_Receptacle_XKB_U262-16XN-4BVC11 158.65 -85.85 90.0 top
41 J5 Connector_USB_C_Receptacle_USB2.0 USB_C_Receptacle_XKB_U262-16XN-4BVC11 158.65 -56.85 90.0 top
42 J6 Conn_01x06_Male PinHeader_1x06_P2.54mm_Vertical 99.0 -132.9 0.0 top
43 J7 Conn_01x26_Male PinHeader_1x26_P2.54mm_Horizontal 80.01 -41.783 0.0 top
44 J8 Conn_01x01_Male PinHeader_1x01_P2.54mm_Horizontal 124.25 -47.0 180.0 top
45 J9 Conn_01x01_Male PinHeader_1x01_P2.54mm_Horizontal 124.25 -43.25 180.0 top
46 J10 Conn_01x04_Male PinHeader_1x04_P2.54mm_Horizontal 107.49 -39.31 90.0 top
47 J11 Conn_01x04_Male PinHeader_1x04_P2.54mm_Horizontal 93.64 -39.365 90.0 top
48 L1 47uH L_0805_2012Metric 58.4 -136.85 -90.0 top
49 L2 47uH L_0805_2012Metric 58.65 -53.09375 -90.0 top
50 L3 47uH L_0805_2012Metric 58.45 -80.85 -90.0 top
51 L4 47uH L_0805_2012Metric 58.55 -108.8125 -90.0 top
52 R1 1k R_0603_1608Metric 135.8 -128.64 180.0 top
53 R2 1k R_0603_1608Metric 135.8 -122.856664 180.0 top
54 R3 10k R_0603_1608Metric 135.8 -111.29 180.0 top
55 R4 10k R_0603_1608Metric 135.8 -114.181666 180.0 top
56 R5 10k R_0603_1608Metric 135.8 -117.073332 180.0 top
57 R6 10k R_0603_1608Metric 135.8 -119.964998 180.0 top
58 R7 1M R_0603_1608Metric 157.7625 -79.25 0.0 top
59 R8 1k R_0603_1608Metric 135.8 -101.027811 180.0 top
60 R9 10k R_0603_1608Metric 135.8 -103.593358 180.0 top
61 R10 10k R_0603_1608Metric 135.8 -108.724452 180.0 top
62 R11 1k R_0603_1608Metric 135.8 -106.158905 180.0 top
63 R12 1M R_0603_1608Metric 157.65 -63.85 0.0 top
64 R13 5k1 R_0603_1608Metric 151.2875 -87.2 180.0 top
65 R14 5k1 R_0603_1608Metric 151.725 -82.675 180.0 top
66 R15 5k1 R_0603_1608Metric 149.85 -58.3 180.0 top
67 R16 5k1 R_0603_1608Metric 150.22 -55.07 0.0 top
68 R17 8k06 1% R_0603_1608Metric 144.8 -50.4 90.0 top
69 R18 8k06 1% R_0603_1608Metric 146.05 -80.85 0.0 top
70 R19 10k R_0603_1608Metric 149.7 -49.1 180.0 top
71 R20 10k R_0603_1608Metric 151.2625 -88.9 180.0 top
72 R21 1k R_0603_1608Metric 135.8 -125.74833 180.0 top
73 R23 1k R_0603_1608Metric 149.9 -61.1 180.0 top
74 R24 2k R_0603_1608Metric 146.3 -62.425 -90.0 top
75 R25 1k R_0603_1608Metric 150.925 -77.3625 180.0 top
76 R26 2k R_0603_1608Metric 148.51 -76.6375 90.0 top
77 TR1 PLT133_T8 PLT133_T8 48.416023 -126.551533 -90.0 top
78 TR2 PLT133_T8 PLT133_T8 48.430408 -43.357745 -90.0 top
79 TR3 PLT133_T8 PLT133_T8 48.406111 -71.121385 -90.0 top
80 TR4 PLT133_T8 PLT133_T8 48.32653 -98.843594 -90.0 top
81 U1 PLR135_T8 PLR135-T8_PLT133-T8 48.426023 -139.789033 90.0 top
82 U2 PLR135_T8 PLR135-T8_PLT133-T8 48.440408 -56.120245 90.0 top
83 U3 PLR135_T8 PLR135-T8_PLT133-T8 48.4 -83.85 90.0 top
84 U4 PLR135_T8 PLR135-T8_PLT133-T8 48.426023 -111.789033 90.0 top
85 U5 USB3320 QFN-32-1EP_5x5mm_P0.5mm_EP3.3x3.3mm 142.65 -55.85 270.0 top
86 U6 USB3320 QFN-32-1EP_5x5mm_P0.5mm_EP3.3x3.3mm 142.7 -84.875 270.0 top
87 U7 ME6212C18M5G SOT-23-5 154.15 -71.3875 180.0 top

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

View File

@@ -0,0 +1,26 @@
%TF.GenerationSoftware,KiCad,Pcbnew,(6.0.7)*%
%TF.CreationDate,2022-08-08T23:44:24-07:00*%
%TF.ProjectId,adatface_baseboard,61646174-6661-4636-955f-62617365626f,rev?*%
%TF.SameCoordinates,Original*%
%TF.FileFunction,Profile,NP*%
%FSLAX46Y46*%
G04 Gerber Fmt 4.6, Leading zero omitted, Abs format (unit mm)*
G04 Created by KiCad (PCBNEW (6.0.7)) date 2022-08-08 23:44:24*
%MOMM*%
%LPD*%
G01*
G04 APERTURE LIST*
%TA.AperFunction,Profile*%
%ADD10C,0.150000*%
%TD*%
G04 APERTURE END LIST*
D10*
X41350000Y-36650000D02*
X162650000Y-36650000D01*
X162650000Y-36650000D02*
X162650000Y-148250000D01*
X162650000Y-148250000D02*
X41350000Y-148250000D01*
X41350000Y-148250000D02*
X41350000Y-36650000D01*
M02*

View File

@@ -0,0 +1,670 @@
%TF.GenerationSoftware,KiCad,Pcbnew,(6.0.7)*%
%TF.CreationDate,2022-08-08T23:44:24-07:00*%
%TF.ProjectId,adatface_baseboard,61646174-6661-4636-955f-62617365626f,rev?*%
%TF.SameCoordinates,Original*%
%TF.FileFunction,Soldermask,Bot*%
%TF.FilePolarity,Negative*%
%FSLAX46Y46*%
G04 Gerber Fmt 4.6, Leading zero omitted, Abs format (unit mm)*
G04 Created by KiCad (PCBNEW (6.0.7)) date 2022-08-08 23:44:24*
%MOMM*%
%LPD*%
G01*
G04 APERTURE LIST*
G04 Aperture macros list*
%AMRoundRect*
0 Rectangle with rounded corners*
0 $1 Rounding radius*
0 $2 $3 $4 $5 $6 $7 $8 $9 X,Y pos of 4 corners*
0 Add a 4 corners polygon primitive as box body*
4,1,4,$2,$3,$4,$5,$6,$7,$8,$9,$2,$3,0*
0 Add four circle primitives for the rounded corners*
1,1,$1+$1,$2,$3*
1,1,$1+$1,$4,$5*
1,1,$1+$1,$6,$7*
1,1,$1+$1,$8,$9*
0 Add four rect primitives between the rounded corners*
20,1,$1+$1,$2,$3,$4,$5,0*
20,1,$1+$1,$4,$5,$6,$7,0*
20,1,$1+$1,$6,$7,$8,$9,0*
20,1,$1+$1,$8,$9,$2,$3,0*%
G04 Aperture macros list end*
%ADD10C,2.100000*%
%ADD11C,1.708000*%
%ADD12C,1.700000*%
%ADD13C,2.050000*%
%ADD14RoundRect,0.200000X-0.679000X0.679000X-0.679000X-0.679000X0.679000X-0.679000X0.679000X0.679000X0*%
%ADD15C,1.758000*%
%ADD16C,2.125000*%
%ADD17RoundRect,0.200000X0.850000X-0.850000X0.850000X0.850000X-0.850000X0.850000X-0.850000X-0.850000X0*%
%ADD18O,2.100000X2.100000*%
%ADD19C,1.200000*%
%ADD20C,6.800000*%
%ADD21RoundRect,0.200000X-0.850000X-0.850000X0.850000X-0.850000X0.850000X0.850000X-0.850000X0.850000X0*%
%ADD22C,1.050000*%
%ADD23O,2.500000X1.400000*%
%ADD24O,2.000000X1.400000*%
%ADD25RoundRect,0.200000X0.850000X0.850000X-0.850000X0.850000X-0.850000X-0.850000X0.850000X-0.850000X0*%
%ADD26C,0.860000*%
%ADD27C,1.900000*%
%ADD28C,1.060000*%
%ADD29C,1.480000*%
%ADD30C,1.260000*%
G04 APERTURE END LIST*
D10*
%TO.C,U1*%
X45816023Y-142589033D03*
X45816023Y-136989033D03*
D11*
X51056023Y-137249033D03*
D12*
X51056023Y-139789033D03*
D11*
X51056023Y-142329033D03*
D13*
X48426023Y-137249033D03*
X48426023Y-142329033D03*
%TD*%
D10*
%TO.C,TR2*%
X45810408Y-40557745D03*
X45810408Y-46157745D03*
D14*
X51050408Y-40817745D03*
D15*
X51050408Y-43357745D03*
X51050408Y-45897745D03*
D16*
X48430408Y-40817745D03*
X48430408Y-45897745D03*
%TD*%
D10*
%TO.C,TR3*%
X45786111Y-68321385D03*
X45786111Y-73921385D03*
D14*
X51026111Y-68581385D03*
D15*
X51026111Y-71121385D03*
X51026111Y-73661385D03*
D16*
X48406111Y-68581385D03*
X48406111Y-73661385D03*
%TD*%
D17*
%TO.C,J11*%
X93640000Y-39365000D03*
D18*
X96180000Y-39365000D03*
X98720000Y-39365000D03*
X101260000Y-39365000D03*
%TD*%
D19*
%TO.C,H3*%
X60050000Y-63700000D03*
X64147056Y-62002944D03*
X64850000Y-63700000D03*
X60752944Y-62002944D03*
X64147056Y-65397056D03*
D20*
X62450000Y-63700000D03*
D19*
X62450000Y-66100000D03*
X60752944Y-65397056D03*
X62450000Y-61300000D03*
%TD*%
%TO.C,H4*%
X121793000Y-115049000D03*
X123490056Y-110951944D03*
X124193000Y-112649000D03*
X123490056Y-114346056D03*
X120095944Y-110951944D03*
D20*
X121793000Y-112649000D03*
D19*
X121793000Y-110249000D03*
X119393000Y-112649000D03*
X120095944Y-114346056D03*
%TD*%
D17*
%TO.C,J10*%
X107490000Y-39310000D03*
D18*
X110030000Y-39310000D03*
X112570000Y-39310000D03*
X115110000Y-39310000D03*
%TD*%
D10*
%TO.C,U2*%
X45830408Y-58920245D03*
X45830408Y-53320245D03*
D11*
X51070408Y-53580245D03*
D12*
X51070408Y-56120245D03*
D11*
X51070408Y-58660245D03*
D13*
X48440408Y-53580245D03*
X48440408Y-58660245D03*
%TD*%
D21*
%TO.C,J3*%
X128650000Y-41910000D03*
D18*
X131190000Y-41910000D03*
X128650000Y-44450000D03*
X131190000Y-44450000D03*
X128650000Y-46990000D03*
X131190000Y-46990000D03*
X128650000Y-49530000D03*
X131190000Y-49530000D03*
X128650000Y-52070000D03*
X131190000Y-52070000D03*
X128650000Y-54610000D03*
X131190000Y-54610000D03*
X128650000Y-57150000D03*
X131190000Y-57150000D03*
X128650000Y-59690000D03*
X131190000Y-59690000D03*
X128650000Y-62230000D03*
X131190000Y-62230000D03*
X128650000Y-64770000D03*
X131190000Y-64770000D03*
X128650000Y-67310000D03*
X131190000Y-67310000D03*
X128650000Y-69850000D03*
X131190000Y-69850000D03*
X128650000Y-72390000D03*
X131190000Y-72390000D03*
X128650000Y-74930000D03*
X131190000Y-74930000D03*
X128650000Y-77470000D03*
X131190000Y-77470000D03*
X128650000Y-80010000D03*
X131190000Y-80010000D03*
X128650000Y-82550000D03*
X131190000Y-82550000D03*
X128650000Y-85090000D03*
X131190000Y-85090000D03*
X128650000Y-87630000D03*
X131190000Y-87630000D03*
X128650000Y-90170000D03*
X131190000Y-90170000D03*
X128650000Y-92710000D03*
X131190000Y-92710000D03*
X128650000Y-95250000D03*
X131190000Y-95250000D03*
X128650000Y-97790000D03*
X131190000Y-97790000D03*
X128650000Y-100330000D03*
X131190000Y-100330000D03*
X128650000Y-102870000D03*
X131190000Y-102870000D03*
X128650000Y-105410000D03*
X131190000Y-105410000D03*
X128650000Y-107950000D03*
X131190000Y-107950000D03*
X128650000Y-110490000D03*
X131190000Y-110490000D03*
X128650000Y-113030000D03*
X131190000Y-113030000D03*
X128650000Y-115570000D03*
X131190000Y-115570000D03*
X128650000Y-118110000D03*
X131190000Y-118110000D03*
X128650000Y-120650000D03*
X131190000Y-120650000D03*
%TD*%
D21*
%TO.C,J7*%
X80010000Y-41783000D03*
D18*
X80010000Y-44323000D03*
X80010000Y-46863000D03*
X80010000Y-49403000D03*
X80010000Y-51943000D03*
X80010000Y-54483000D03*
X80010000Y-57023000D03*
X80010000Y-59563000D03*
X80010000Y-62103000D03*
X80010000Y-64643000D03*
X80010000Y-67183000D03*
X80010000Y-69723000D03*
X80010000Y-72263000D03*
X80010000Y-74803000D03*
X80010000Y-77343000D03*
X80010000Y-79883000D03*
X80010000Y-82423000D03*
X80010000Y-84963000D03*
X80010000Y-87503000D03*
X80010000Y-90043000D03*
X80010000Y-92583000D03*
X80010000Y-95123000D03*
X80010000Y-97663000D03*
X80010000Y-100203000D03*
X80010000Y-102743000D03*
X80010000Y-105283000D03*
%TD*%
D21*
%TO.C,J6*%
X99000000Y-132900000D03*
D18*
X99000000Y-135440000D03*
X99000000Y-137980000D03*
X99000000Y-140520000D03*
X99000000Y-143060000D03*
X99000000Y-145600000D03*
%TD*%
D22*
%TO.C,J4*%
X156045000Y-82960000D03*
X156045000Y-88740000D03*
D23*
X155545000Y-90170000D03*
D24*
X159725000Y-90170000D03*
X159725000Y-81530000D03*
D23*
X155545000Y-81530000D03*
%TD*%
D10*
%TO.C,U3*%
X45790000Y-86650000D03*
X45790000Y-81050000D03*
D11*
X51030000Y-81310000D03*
D12*
X51030000Y-83850000D03*
D11*
X51030000Y-86390000D03*
D13*
X48400000Y-81310000D03*
X48400000Y-86390000D03*
%TD*%
D25*
%TO.C,J9*%
X124250000Y-43250000D03*
%TD*%
D19*
%TO.C,H2*%
X62752944Y-141902944D03*
X66850000Y-143600000D03*
X64450000Y-146000000D03*
X66147056Y-145297056D03*
X64450000Y-141200000D03*
X66147056Y-141902944D03*
X62752944Y-145297056D03*
X62050000Y-143600000D03*
D20*
X64450000Y-143600000D03*
%TD*%
D21*
%TO.C,J1*%
X132250000Y-132900000D03*
D18*
X132250000Y-135440000D03*
X132250000Y-137980000D03*
X132250000Y-140520000D03*
X132250000Y-143060000D03*
X132250000Y-145600000D03*
%TD*%
D10*
%TO.C,TR4*%
X45706530Y-96043594D03*
X45706530Y-101643594D03*
D14*
X50946530Y-96303594D03*
D15*
X50946530Y-98843594D03*
X50946530Y-101383594D03*
D16*
X48326530Y-96303594D03*
X48326530Y-101383594D03*
%TD*%
D25*
%TO.C,J8*%
X124250000Y-47000000D03*
%TD*%
D20*
%TO.C,H1*%
X137925000Y-42100000D03*
D19*
X137925000Y-39700000D03*
X137925000Y-44500000D03*
X140325000Y-42100000D03*
X139622056Y-43797056D03*
X136227944Y-40402944D03*
X135525000Y-42100000D03*
X136227944Y-43797056D03*
X139622056Y-40402944D03*
%TD*%
D10*
%TO.C,U4*%
X45816023Y-108989033D03*
X45816023Y-114589033D03*
D11*
X51056023Y-109249033D03*
D12*
X51056023Y-111789033D03*
D11*
X51056023Y-114329033D03*
D13*
X48426023Y-109249033D03*
X48426023Y-114329033D03*
%TD*%
D10*
%TO.C,TR1*%
X45796023Y-123751533D03*
X45796023Y-129351533D03*
D14*
X51036023Y-124011533D03*
D15*
X51036023Y-126551533D03*
X51036023Y-129091533D03*
D16*
X48416023Y-124011533D03*
X48416023Y-129091533D03*
%TD*%
D21*
%TO.C,J2*%
X67945000Y-41910000D03*
D18*
X70485000Y-41910000D03*
X67945000Y-44450000D03*
X70485000Y-44450000D03*
X67945000Y-46990000D03*
X70485000Y-46990000D03*
X67945000Y-49530000D03*
X70485000Y-49530000D03*
X67945000Y-52070000D03*
X70485000Y-52070000D03*
X67945000Y-54610000D03*
X70485000Y-54610000D03*
X67945000Y-57150000D03*
X70485000Y-57150000D03*
X67945000Y-59690000D03*
X70485000Y-59690000D03*
X67945000Y-62230000D03*
X70485000Y-62230000D03*
X67945000Y-64770000D03*
X70485000Y-64770000D03*
X67945000Y-67310000D03*
X70485000Y-67310000D03*
X67945000Y-69850000D03*
X70485000Y-69850000D03*
X67945000Y-72390000D03*
X70485000Y-72390000D03*
X67945000Y-74930000D03*
X70485000Y-74930000D03*
X67945000Y-77470000D03*
X70485000Y-77470000D03*
X67945000Y-80010000D03*
X70485000Y-80010000D03*
X67945000Y-82550000D03*
X70485000Y-82550000D03*
X67945000Y-85090000D03*
X70485000Y-85090000D03*
X67945000Y-87630000D03*
X70485000Y-87630000D03*
X67945000Y-90170000D03*
X70485000Y-90170000D03*
X67945000Y-92710000D03*
X70485000Y-92710000D03*
X67945000Y-95250000D03*
X70485000Y-95250000D03*
X67945000Y-97790000D03*
X70485000Y-97790000D03*
X67945000Y-100330000D03*
X70485000Y-100330000D03*
X67945000Y-102870000D03*
X70485000Y-102870000D03*
X67945000Y-105410000D03*
X70485000Y-105410000D03*
X67945000Y-107950000D03*
X70485000Y-107950000D03*
X67945000Y-110490000D03*
X70485000Y-110490000D03*
X67945000Y-113030000D03*
X70485000Y-113030000D03*
X67945000Y-115570000D03*
X70485000Y-115570000D03*
X67945000Y-118110000D03*
X70485000Y-118110000D03*
X67945000Y-120650000D03*
X70485000Y-120650000D03*
%TD*%
D22*
%TO.C,J5*%
X156045000Y-53960000D03*
X156045000Y-59740000D03*
D23*
X155545000Y-52530000D03*
D24*
X159725000Y-61170000D03*
X159725000Y-52530000D03*
D23*
X155545000Y-61170000D03*
%TD*%
D26*
X156425000Y-57125000D03*
X156425000Y-56000000D03*
X156035000Y-57775000D03*
X155895500Y-56579500D03*
X143650000Y-54850000D03*
X141550000Y-61940000D03*
D27*
X155000000Y-97250000D03*
D26*
X142630000Y-91570000D03*
X138430000Y-88610000D03*
D28*
X133030000Y-47130000D03*
X135720000Y-47070000D03*
D26*
X141754384Y-83960199D03*
X137350000Y-93040000D03*
D12*
X150450000Y-73100000D03*
D26*
X143650000Y-55850000D03*
X149850000Y-50340000D03*
X142750000Y-85950000D03*
D28*
X148500000Y-74250000D03*
D26*
X143310000Y-60280000D03*
X137420000Y-86410000D03*
D29*
X144850000Y-63275000D03*
D26*
X133460000Y-66360000D03*
X142650000Y-56850000D03*
D28*
X132940000Y-54600000D03*
X153560000Y-82570000D03*
D26*
X132600000Y-59100000D03*
X133010000Y-82430000D03*
D27*
X155000000Y-99300000D03*
D30*
X153550000Y-89200000D03*
D26*
X139990000Y-89530000D03*
D29*
X159600000Y-119900000D03*
D26*
X140480000Y-94090000D03*
X135600000Y-77900000D03*
X133020000Y-69860000D03*
D28*
X144800000Y-48750000D03*
D26*
X138300000Y-84650000D03*
X138540000Y-64980000D03*
X139180000Y-95670000D03*
X143130000Y-89860000D03*
X135060000Y-66330000D03*
X141650000Y-54850000D03*
X141750000Y-84850000D03*
D28*
X135710000Y-53680000D03*
D26*
X132490000Y-63710000D03*
X141650000Y-55850000D03*
D30*
X153825000Y-53325000D03*
D26*
X142750000Y-83800000D03*
X143650000Y-84850000D03*
X141750000Y-85950000D03*
D28*
X137980000Y-80730000D03*
D26*
X136890000Y-64530000D03*
D28*
X137400000Y-51740000D03*
D26*
X133370000Y-90340000D03*
X132600000Y-95790000D03*
X143650000Y-85950000D03*
X132860000Y-79660000D03*
X147820000Y-87080000D03*
D27*
X154700000Y-102000000D03*
D26*
X147080000Y-60210000D03*
X142750000Y-84850000D03*
D29*
X149420000Y-53910000D03*
D28*
X149412500Y-87200000D03*
D26*
X141200000Y-49890000D03*
X133330000Y-77890000D03*
X143650000Y-56850000D03*
X135870000Y-91820000D03*
D28*
X136150000Y-82330000D03*
D26*
X138190000Y-92130000D03*
X139940000Y-61480000D03*
D28*
X146825000Y-81975000D03*
X149425000Y-90525000D03*
X135950000Y-55600000D03*
D26*
X137330000Y-49910000D03*
X143650000Y-83800000D03*
X141650000Y-56850000D03*
X140400000Y-91300000D03*
D12*
X155650000Y-63850000D03*
D26*
X132910000Y-75370000D03*
X137520000Y-75810000D03*
X135480000Y-80250000D03*
X141400000Y-89670000D03*
D28*
X147520000Y-52640000D03*
D26*
X142650000Y-55850000D03*
X135050000Y-93210000D03*
X142650000Y-54850000D03*
D12*
X155400000Y-79250000D03*
D29*
X152400000Y-62550000D03*
D26*
X137420000Y-84850000D03*
D12*
X157750000Y-73800000D03*
D29*
X147841950Y-58391950D03*
D30*
X153775000Y-60500000D03*
D26*
X141290000Y-92730000D03*
X135530000Y-67940000D03*
X133790000Y-49070000D03*
X141870000Y-76460000D03*
D12*
X58550000Y-106150000D03*
X57650000Y-71850000D03*
D26*
X143529500Y-88095000D03*
D28*
X139667911Y-58032917D03*
X143630000Y-59230000D03*
X139240000Y-53920500D03*
D26*
X142029500Y-88114428D03*
D12*
X58650000Y-50343750D03*
X58450000Y-78112500D03*
D28*
X142074144Y-59210155D03*
D12*
X153100000Y-68900000D03*
X57900000Y-127100000D03*
X153050000Y-73900000D03*
D28*
X140000000Y-82500000D03*
D12*
X58450000Y-99450000D03*
D28*
X139270000Y-87810000D03*
D12*
X58400000Y-134100000D03*
X57150000Y-43850000D03*
D28*
X146350000Y-55850000D03*
X145975000Y-84900000D03*
D27*
X159775000Y-68050000D03*
D12*
X145737840Y-67109048D03*
D26*
X142954263Y-80810000D03*
D28*
X141705105Y-52364145D03*
D26*
X141795263Y-81290000D03*
D28*
X142760000Y-51420000D03*
D30*
X133000000Y-127500000D03*
D28*
X133500000Y-121000000D03*
X142460000Y-61320000D03*
X137490000Y-47380000D03*
D26*
X143479500Y-52170000D03*
X153070000Y-55710000D03*
D28*
X148912500Y-52427598D03*
X146600000Y-54800000D03*
D26*
X148350000Y-83875000D03*
D28*
X149425000Y-88900000D03*
X138950098Y-72390000D03*
X149490000Y-59810000D03*
X151730000Y-79770000D03*
X153470000Y-83480000D03*
D26*
X142890000Y-77280000D03*
X142970000Y-78004500D03*
X145910000Y-83530000D03*
X145900000Y-79490000D03*
X143491719Y-81519809D03*
X132150000Y-91450000D03*
X139129124Y-86811999D03*
X150450000Y-84625000D03*
X153400000Y-87375000D03*
X156425000Y-85000000D03*
X156425000Y-86125000D03*
X155895500Y-85579500D03*
X156035000Y-86775000D03*
M02*

File diff suppressed because it is too large Load Diff

View File

@@ -0,0 +1,39 @@
M48
; DRILL file {KiCad (6.0.7)} date Mon Aug 8 23:44:24 2022
; FORMAT={-:-/ absolute / inch / decimal}
; #@! TF.CreationDate,2022-08-08T23:44:24-07:00
; #@! TF.GenerationSoftware,Kicad,Pcbnew,(6.0.7)
; #@! TF.FileFunction,NonPlated,1,4,NPTH
FMAT,2
INCH
; #@! TA.AperFunction,NonPlated,NPTH,ComponentDrill
T1C0.0256
; #@! TA.AperFunction,NonPlated,NPTH,ComponentDrill
T2C0.0669
%
G90
G05
T1
X6.1435Y-2.1244
X6.1435Y-2.352
X6.1435Y-3.2661
X6.1435Y-3.4937
T2
X1.7995Y-3.7812
X1.7995Y-4.0017
X1.8026Y-2.6898
X1.8026Y-2.9103
X1.8028Y-3.1909
X1.8028Y-3.4114
X1.803Y-4.8721
X1.803Y-5.0926
X1.8036Y-1.5968
X1.8036Y-1.8172
X1.8038Y-4.2909
X1.8038Y-4.5114
X1.8038Y-5.3933
X1.8038Y-5.6137
X1.8043Y-2.0992
X1.8043Y-2.3197
T0
M30

View File

@@ -0,0 +1,495 @@
M48
; DRILL file {KiCad (6.0.7)} date Mon Aug 8 23:44:24 2022
; FORMAT={-:-/ absolute / inch / decimal}
; #@! TF.CreationDate,2022-08-08T23:44:24-07:00
; #@! TF.GenerationSoftware,Kicad,Pcbnew,(6.0.7)
; #@! TF.FileFunction,Plated,1,4,PTH
FMAT,2
INCH
; #@! TA.AperFunction,Plated,PTH,ViaDrill
T1C0.0079
; #@! TA.AperFunction,Plated,PTH,ViaDrill
T2C0.0157
; #@! TA.AperFunction,Plated,PTH,ComponentDrill
T3C0.0197
; #@! TA.AperFunction,Plated,PTH,ViaDrill
T4C0.0236
; #@! TA.AperFunction,Plated,PTH,ComponentDrill
T5C0.0236
; #@! TA.AperFunction,Plated,PTH,ViaDrill
T6C0.0315
; #@! TA.AperFunction,Plated,PTH,ComponentDrill
T7C0.0315
; #@! TA.AperFunction,Plated,PTH,ComponentDrill
T8C0.0335
; #@! TA.AperFunction,Plated,PTH,ViaDrill
T9C0.0394
; #@! TA.AperFunction,Plated,PTH,ComponentDrill
T10C0.0394
; #@! TA.AperFunction,Plated,PTH,ComponentDrill
T11C0.0433
; #@! TA.AperFunction,Plated,PTH,ComponentDrill
T12C0.0453
; #@! TA.AperFunction,Plated,PTH,ViaDrill
T13C0.0472
; #@! TA.AperFunction,Plated,PTH,ComponentDrill
T14C0.1260
%
G90
G05
T1
X5.2028Y-3.6004
X5.2161Y-2.5083
X5.2205Y-2.3268
X5.2205Y-3.7713
X5.2307Y-3.1362
X5.2327Y-2.9673
X5.2366Y-3.2453
X5.237Y-2.7504
X5.2492Y-3.0665
X5.2508Y-3.5567
X5.2543Y-2.6126
X5.2673Y-1.9319
X5.3169Y-3.6697
X5.3173Y-2.6114
X5.3339Y-3.1594
X5.3358Y-2.6748
X5.3386Y-3.0669
X5.3492Y-3.615
X5.3894Y-2.5406
X5.4067Y-1.965
X5.4075Y-3.663
X5.4102Y-3.3406
X5.4102Y-3.402
X5.4142Y-2.9846
X5.4406Y-3.6272
X5.4449Y-3.3327
X5.45Y-3.4886
X5.4543Y-2.5583
X5.4775Y-3.4178
X5.4795Y-3.7665
X5.5094Y-2.4205
X5.5114Y-3.5248
X5.5276Y-3.5945
X5.5307Y-3.7043
X5.5591Y-1.9642
X5.5626Y-3.6508
X5.5669Y-3.5303
X5.5728Y-2.4386
X5.5768Y-2.1594
X5.5768Y-2.1988
X5.5768Y-2.2382
X5.5807Y-3.3406
X5.5807Y-3.3839
X5.5809Y-3.3055
X5.5825Y-3.2004
X5.5854Y-3.0102
X5.5917Y-3.4691
X5.6154Y-3.6051
X5.6161Y-2.1594
X5.6161Y-2.1988
X5.6161Y-2.2382
X5.6201Y-3.2992
X5.6201Y-3.3406
X5.6201Y-3.3839
X5.6256Y-3.0425
X5.6281Y-3.1815
X5.6287Y-3.071
X5.635Y-3.5378
X5.6421Y-2.3732
X5.6488Y-2.0539
X5.6493Y-3.2094
X5.6508Y-3.4683
X5.6555Y-2.1594
X5.6555Y-2.1988
X5.6555Y-2.2382
X5.6555Y-3.2992
X5.6555Y-3.3406
X5.6555Y-3.3839
X5.7441Y-3.1295
X5.7445Y-3.2886
X5.7906Y-2.3705
X5.8197Y-3.4283
X5.8406Y-3.3022
X5.8996Y-1.9819
X5.9232Y-3.3317
X6.0264Y-2.1933
X6.0394Y-3.44
X6.1376Y-2.2275
X6.1376Y-3.3693
X6.1431Y-2.2746
X6.1431Y-3.4163
X6.1585Y-2.2047
X6.1585Y-2.249
X6.1585Y-3.3465
X6.1585Y-3.3907
T2
X5.2339Y-2.1496
X5.2374Y-1.8555
X5.2559Y-4.7638
X5.3429Y-2.1134
X5.3433Y-1.8531
X5.3524Y-2.189
X5.3602Y-3.2413
X5.4094Y-2.037
X5.413Y-1.8654
X5.4323Y-3.1783
X5.4705Y-2.85
X5.4819Y-2.1229
X5.4831Y-3.4571
X5.4987Y-2.2848
X5.5118Y-3.248
X5.5789Y-2.0616
X5.5935Y-2.3311
X5.6087Y-2.4142
X5.6205Y-2.0244
X5.6547Y-2.3319
X5.7008Y-1.9193
X5.747Y-3.3425
X5.7618Y-2.1988
X5.7717Y-2.1575
X5.7805Y-3.2274
X5.8079Y-2.0724
X5.8465Y-2.9232
X5.8627Y-2.0641
X5.8824Y-3.4331
X5.8829Y-3.5
X5.8829Y-3.564
X5.8854Y-2.3547
X5.9736Y-3.1406
X6.0421Y-3.2866
X6.0457Y-3.2508
T3
X2.3642Y-2.5079
X2.3918Y-2.4411
X2.3918Y-2.5747
X2.4429Y-5.6535
X2.4587Y-2.4134
X2.4587Y-2.6024
X2.4706Y-5.5867
X2.4706Y-5.7204
X2.5255Y-2.4411
X2.5255Y-2.5747
X2.5374Y-5.5591
X2.5374Y-5.748
X2.5531Y-2.5079
X2.6042Y-5.5867
X2.6042Y-5.7204
X2.6319Y-5.6535
X4.7005Y-4.435
X4.7282Y-4.3682
X4.7282Y-4.5018
X4.795Y-4.3405
X4.795Y-4.5295
X4.8618Y-4.3682
X4.8618Y-4.5018
X4.8895Y-4.435
X5.3356Y-1.6575
X5.3633Y-1.5907
X5.3633Y-1.7243
X5.4301Y-1.563
X5.4301Y-1.752
X5.4969Y-1.5907
X5.4969Y-1.7243
X5.5246Y-1.6575
T4
X5.2362Y-5.0197
X6.0453Y-3.5118
X6.0541Y-2.3819
X6.0561Y-2.0994
T6
X5.7028Y-2.4911
X5.8205Y-2.2989
X5.8827Y-2.1224
X6.0Y-2.4626
X6.2835Y-4.7205
T7
X2.0091Y-3.2012
X2.0091Y-3.3012
X2.0091Y-3.4012
X2.0101Y-4.3011
X2.0101Y-4.4011
X2.0101Y-4.5011
X2.0101Y-5.4035
X2.0101Y-5.5035
X2.0101Y-5.6035
X2.0106Y-2.1095
X2.0106Y-2.2095
X2.0106Y-2.3095
T8
X2.0058Y-3.7915
X2.0058Y-3.8915
X2.0058Y-3.9915
X2.0089Y-2.7001
X2.0089Y-2.8001
X2.0089Y-2.9001
X2.0093Y-4.8823
X2.0093Y-4.9823
X2.0093Y-5.0823
X2.0099Y-1.607
X2.0099Y-1.707
X2.0099Y-1.807
T9
X2.25Y-1.7264
X2.2697Y-2.8287
X2.2795Y-5.0039
X2.2992Y-5.2795
X2.3012Y-3.0753
X2.3012Y-3.9154
X2.3051Y-4.1791
X2.3091Y-1.982
X5.7377Y-2.6421
X5.9232Y-2.878
X6.0256Y-2.9094
X6.0276Y-2.7126
X6.1181Y-3.1201
X6.128Y-2.5138
X6.2106Y-2.9055
T10
X2.675Y-1.65
X2.675Y-1.75
X2.675Y-1.85
X2.675Y-1.95
X2.675Y-2.05
X2.675Y-2.15
X2.675Y-2.25
X2.675Y-2.35
X2.675Y-2.45
X2.675Y-2.55
X2.675Y-2.65
X2.675Y-2.75
X2.675Y-2.85
X2.675Y-2.95
X2.675Y-3.05
X2.675Y-3.15
X2.675Y-3.25
X2.675Y-3.35
X2.675Y-3.45
X2.675Y-3.55
X2.675Y-3.65
X2.675Y-3.75
X2.675Y-3.85
X2.675Y-3.95
X2.675Y-4.05
X2.675Y-4.15
X2.675Y-4.25
X2.675Y-4.35
X2.675Y-4.45
X2.675Y-4.55
X2.675Y-4.65
X2.675Y-4.75
X2.775Y-1.65
X2.775Y-1.75
X2.775Y-1.85
X2.775Y-1.95
X2.775Y-2.05
X2.775Y-2.15
X2.775Y-2.25
X2.775Y-2.35
X2.775Y-2.45
X2.775Y-2.55
X2.775Y-2.65
X2.775Y-2.75
X2.775Y-2.85
X2.775Y-2.95
X2.775Y-3.05
X2.775Y-3.15
X2.775Y-3.25
X2.775Y-3.35
X2.775Y-3.45
X2.775Y-3.55
X2.775Y-3.65
X2.775Y-3.75
X2.775Y-3.85
X2.775Y-3.95
X2.775Y-4.05
X2.775Y-4.15
X2.775Y-4.25
X2.775Y-4.35
X2.775Y-4.45
X2.775Y-4.55
X2.775Y-4.65
X2.775Y-4.75
X3.15Y-1.645
X3.15Y-1.745
X3.15Y-1.845
X3.15Y-1.945
X3.15Y-2.045
X3.15Y-2.145
X3.15Y-2.245
X3.15Y-2.345
X3.15Y-2.445
X3.15Y-2.545
X3.15Y-2.645
X3.15Y-2.745
X3.15Y-2.845
X3.15Y-2.945
X3.15Y-3.045
X3.15Y-3.145
X3.15Y-3.245
X3.15Y-3.345
X3.15Y-3.445
X3.15Y-3.545
X3.15Y-3.645
X3.15Y-3.745
X3.15Y-3.845
X3.15Y-3.945
X3.15Y-4.045
X3.15Y-4.145
X3.6866Y-1.5498
X3.7866Y-1.5498
X3.8866Y-1.5498
X3.8976Y-5.2323
X3.8976Y-5.3323
X3.8976Y-5.4323
X3.8976Y-5.5323
X3.8976Y-5.6323
X3.8976Y-5.7323
X3.9866Y-1.5498
X4.2319Y-1.5476
X4.3319Y-1.5476
X4.4319Y-1.5476
X4.5319Y-1.5476
X4.8917Y-1.7028
X4.8917Y-1.8504
X5.065Y-1.65
X5.065Y-1.75
X5.065Y-1.85
X5.065Y-1.95
X5.065Y-2.05
X5.065Y-2.15
X5.065Y-2.25
X5.065Y-2.35
X5.065Y-2.45
X5.065Y-2.55
X5.065Y-2.65
X5.065Y-2.75
X5.065Y-2.85
X5.065Y-2.95
X5.065Y-3.05
X5.065Y-3.15
X5.065Y-3.25
X5.065Y-3.35
X5.065Y-3.45
X5.065Y-3.55
X5.065Y-3.65
X5.065Y-3.75
X5.065Y-3.85
X5.065Y-3.95
X5.065Y-4.05
X5.065Y-4.15
X5.065Y-4.25
X5.065Y-4.35
X5.065Y-4.45
X5.065Y-4.55
X5.065Y-4.65
X5.065Y-4.75
X5.165Y-1.65
X5.165Y-1.75
X5.165Y-1.85
X5.165Y-1.95
X5.165Y-2.05
X5.165Y-2.15
X5.165Y-2.25
X5.165Y-2.35
X5.165Y-2.45
X5.165Y-2.55
X5.165Y-2.65
X5.165Y-2.75
X5.165Y-2.85
X5.165Y-2.95
X5.165Y-3.05
X5.165Y-3.15
X5.165Y-3.25
X5.165Y-3.35
X5.165Y-3.45
X5.165Y-3.55
X5.165Y-3.65
X5.165Y-3.75
X5.165Y-3.85
X5.165Y-3.95
X5.165Y-4.05
X5.165Y-4.15
X5.165Y-4.25
X5.165Y-4.35
X5.165Y-4.45
X5.165Y-4.55
X5.165Y-4.65
X5.165Y-4.75
X5.2067Y-5.2323
X5.2067Y-5.3323
X5.2067Y-5.4323
X5.2067Y-5.5323
X5.2067Y-5.6323
X5.2067Y-5.7323
T11
X1.9055Y-3.2012
X1.9055Y-3.4012
X1.9065Y-4.3011
X1.9065Y-4.5011
X1.9065Y-5.4035
X1.9065Y-5.6035
X1.9071Y-2.1095
X1.9071Y-2.3095
T12
X1.9026Y-3.7915
X1.9026Y-3.9915
X1.9058Y-2.7001
X1.9058Y-2.9001
X1.9061Y-4.8823
X1.9061Y-5.0823
X1.9067Y-1.607
X1.9067Y-1.807
T13
X6.0906Y-4.0157
X6.1024Y-3.8287
X6.1024Y-3.9094
X6.2904Y-2.6791
T14
X2.4587Y-2.5079
X2.5374Y-5.6535
X4.795Y-4.435
X5.4301Y-1.6575
T5
G00X6.1022Y-2.0681
M15
G01X6.1455Y-2.0681
M16
G05
G00X6.1022Y-2.4083
M15
G01X6.1455Y-2.4083
M16
G05
G00X6.1022Y-3.2098
M15
G01X6.1455Y-3.2098
M16
G05
G00X6.1022Y-3.55
M15
G01X6.1455Y-3.55
M16
G05
G00X6.2766Y-2.0681
M15
G01X6.3002Y-2.0681
M16
G05
G00X6.2766Y-2.4083
M15
G01X6.3002Y-2.4083
M16
G05
G00X6.2766Y-3.2098
M15
G01X6.3002Y-3.2098
M16
G05
G00X6.2766Y-3.55
M15
G01X6.3002Y-3.55
M16
G05
T0
M30

View File

@@ -0,0 +1,15 @@
%TF.GenerationSoftware,KiCad,Pcbnew,(6.0.7)*%
%TF.CreationDate,2022-08-08T23:44:24-07:00*%
%TF.ProjectId,adatface_baseboard,61646174-6661-4636-955f-62617365626f,rev?*%
%TF.SameCoordinates,Original*%
%TF.FileFunction,Paste,Bot*%
%TF.FilePolarity,Positive*%
%FSLAX46Y46*%
G04 Gerber Fmt 4.6, Leading zero omitted, Abs format (unit mm)*
G04 Created by KiCad (PCBNEW (6.0.7)) date 2022-08-08 23:44:24*
%MOMM*%
%LPD*%
G01*
G04 APERTURE LIST*
G04 APERTURE END LIST*
M02*

View File

@@ -0,0 +1,492 @@
%TF.GenerationSoftware,KiCad,Pcbnew,(6.0.7)*%
%TF.CreationDate,2022-08-08T23:44:24-07:00*%
%TF.ProjectId,adatface_baseboard,61646174-6661-4636-955f-62617365626f,rev?*%
%TF.SameCoordinates,Original*%
%TF.FileFunction,Paste,Top*%
%TF.FilePolarity,Positive*%
%FSLAX46Y46*%
G04 Gerber Fmt 4.6, Leading zero omitted, Abs format (unit mm)*
G04 Created by KiCad (PCBNEW (6.0.7)) date 2022-08-08 23:44:24*
%MOMM*%
%LPD*%
G01*
G04 APERTURE LIST*
G04 Aperture macros list*
%AMRoundRect*
0 Rectangle with rounded corners*
0 $1 Rounding radius*
0 $2 $3 $4 $5 $6 $7 $8 $9 X,Y pos of 4 corners*
0 Add a 4 corners polygon primitive as box body*
4,1,4,$2,$3,$4,$5,$6,$7,$8,$9,$2,$3,0*
0 Add four circle primitives for the rounded corners*
1,1,$1+$1,$2,$3*
1,1,$1+$1,$4,$5*
1,1,$1+$1,$6,$7*
1,1,$1+$1,$8,$9*
0 Add four rect primitives between the rounded corners*
20,1,$1+$1,$2,$3,$4,$5,0*
20,1,$1+$1,$4,$5,$6,$7,0*
20,1,$1+$1,$6,$7,$8,$9,0*
20,1,$1+$1,$8,$9,$2,$3,0*%
G04 Aperture macros list end*
%ADD10RoundRect,0.218750X0.218750X0.256250X-0.218750X0.256250X-0.218750X-0.256250X0.218750X-0.256250X0*%
%ADD11RoundRect,0.243750X-0.456250X0.243750X-0.456250X-0.243750X0.456250X-0.243750X0.456250X0.243750X0*%
%ADD12RoundRect,0.218750X-0.256250X0.218750X-0.256250X-0.218750X0.256250X-0.218750X0.256250X0.218750X0*%
%ADD13RoundRect,0.250000X0.625000X-0.375000X0.625000X0.375000X-0.625000X0.375000X-0.625000X-0.375000X0*%
%ADD14R,1.060000X0.650000*%
%ADD15RoundRect,0.218750X0.256250X-0.218750X0.256250X0.218750X-0.256250X0.218750X-0.256250X-0.218750X0*%
%ADD16RoundRect,0.218750X-0.218750X-0.256250X0.218750X-0.256250X0.218750X0.256250X-0.218750X0.256250X0*%
%ADD17RoundRect,0.243750X-0.243750X-0.456250X0.243750X-0.456250X0.243750X0.456250X-0.243750X0.456250X0*%
%ADD18R,1.150000X0.300000*%
%ADD19R,2.500000X1.800000*%
%ADD20RoundRect,0.222500X-0.222500X-0.222500X0.222500X-0.222500X0.222500X0.222500X-0.222500X0.222500X0*%
%ADD21RoundRect,0.062500X-0.375000X-0.062500X0.375000X-0.062500X0.375000X0.062500X-0.375000X0.062500X0*%
%ADD22RoundRect,0.062500X-0.062500X-0.375000X0.062500X-0.375000X0.062500X0.375000X-0.062500X0.375000X0*%
G04 APERTURE END LIST*
D10*
%TO.C,C10*%
X152087500Y-90500000D03*
X150512500Y-90500000D03*
%TD*%
%TO.C,R4*%
X136587500Y-114181666D03*
X135012500Y-114181666D03*
%TD*%
D11*
%TO.C,L3*%
X58450000Y-79912500D03*
X58450000Y-81787500D03*
%TD*%
D12*
%TO.C,C9*%
X152400000Y-59562500D03*
X152400000Y-61137500D03*
%TD*%
D13*
%TO.C,FB1*%
X160500000Y-102150000D03*
X160500000Y-99350000D03*
%TD*%
D10*
%TO.C,R8*%
X136587500Y-101027811D03*
X135012500Y-101027811D03*
%TD*%
D12*
%TO.C,C5*%
X55650000Y-127062500D03*
X55650000Y-128637500D03*
%TD*%
D14*
%TO.C,U7*%
X153050000Y-70437500D03*
X153050000Y-71387500D03*
X153050000Y-72337500D03*
X155250000Y-72337500D03*
X155250000Y-70437500D03*
%TD*%
D10*
%TO.C,D4*%
X157787500Y-114141666D03*
X156212500Y-114141666D03*
%TD*%
%TO.C,R13*%
X152075000Y-87200000D03*
X150500000Y-87200000D03*
%TD*%
%TO.C,D5*%
X157787500Y-117033332D03*
X156212500Y-117033332D03*
%TD*%
D12*
%TO.C,C7*%
X55450000Y-71862500D03*
X55450000Y-73437500D03*
%TD*%
D10*
%TO.C,R14*%
X152512500Y-82675000D03*
X150937500Y-82675000D03*
%TD*%
%TO.C,C12*%
X138757500Y-82500000D03*
X137182500Y-82500000D03*
%TD*%
D15*
%TO.C,R17*%
X144800000Y-51187500D03*
X144800000Y-49612500D03*
%TD*%
D12*
%TO.C,C11*%
X150450000Y-70162500D03*
X150450000Y-71737500D03*
%TD*%
D11*
%TO.C,L4*%
X58550000Y-107875000D03*
X58550000Y-109750000D03*
%TD*%
D16*
%TO.C,R18*%
X145262500Y-80850000D03*
X146837500Y-80850000D03*
%TD*%
D10*
%TO.C,D1*%
X157787500Y-128600000D03*
X156212500Y-128600000D03*
%TD*%
D15*
%TO.C,C3*%
X55650000Y-83425000D03*
X55650000Y-81850000D03*
%TD*%
D17*
%TO.C,C21*%
X156562500Y-97250000D03*
X158437500Y-97250000D03*
%TD*%
D11*
%TO.C,L1*%
X58400000Y-135912500D03*
X58400000Y-137787500D03*
%TD*%
D10*
%TO.C,C14*%
X138507500Y-53690000D03*
X136932500Y-53690000D03*
%TD*%
D15*
%TO.C,C2*%
X55650000Y-55637500D03*
X55650000Y-54062500D03*
%TD*%
D10*
%TO.C,R3*%
X136587500Y-111290000D03*
X135012500Y-111290000D03*
%TD*%
D16*
%TO.C,R12*%
X156862500Y-63850000D03*
X158437500Y-63850000D03*
%TD*%
D18*
%TO.C,J4*%
X154980000Y-89200000D03*
X154980000Y-88400000D03*
X154980000Y-87100000D03*
X154980000Y-86100000D03*
X154980000Y-85600000D03*
X154980000Y-84600000D03*
X154980000Y-83300000D03*
X154980000Y-82500000D03*
X154980000Y-82800000D03*
X154980000Y-83600000D03*
X154980000Y-84100000D03*
X154980000Y-85100000D03*
X154980000Y-86600000D03*
X154980000Y-87600000D03*
X154980000Y-88100000D03*
X154980000Y-88900000D03*
%TD*%
D15*
%TO.C,C1*%
X55650000Y-139387500D03*
X55650000Y-137812500D03*
%TD*%
D10*
%TO.C,D2*%
X157787500Y-122816664D03*
X156212500Y-122816664D03*
%TD*%
D19*
%TO.C,D12*%
X158900000Y-48900000D03*
X154900000Y-48900000D03*
%TD*%
D12*
%TO.C,R24*%
X146300000Y-61637500D03*
X146300000Y-63212500D03*
%TD*%
D10*
%TO.C,R15*%
X150637500Y-58300000D03*
X149062500Y-58300000D03*
%TD*%
%TO.C,D9*%
X146812500Y-108751964D03*
X145237500Y-108751964D03*
%TD*%
%TO.C,R9*%
X136587500Y-103593358D03*
X135012500Y-103593358D03*
%TD*%
%TO.C,R1*%
X136587500Y-128640000D03*
X135012500Y-128640000D03*
%TD*%
D12*
%TO.C,C8*%
X56136737Y-99533043D03*
X56136737Y-101108043D03*
%TD*%
D15*
%TO.C,R26*%
X148510000Y-77425000D03*
X148510000Y-75850000D03*
%TD*%
D10*
%TO.C,D6*%
X157787500Y-119924998D03*
X156212500Y-119924998D03*
%TD*%
%TO.C,R5*%
X136587500Y-117073332D03*
X135012500Y-117073332D03*
%TD*%
%TO.C,R23*%
X150687500Y-61100000D03*
X149112500Y-61100000D03*
%TD*%
D15*
%TO.C,C18*%
X147550000Y-55457500D03*
X147550000Y-53882500D03*
%TD*%
D10*
%TO.C,R11*%
X136587500Y-106158905D03*
X135012500Y-106158905D03*
%TD*%
D16*
%TO.C,R16*%
X149432500Y-55070000D03*
X151007500Y-55070000D03*
%TD*%
D10*
%TO.C,R19*%
X150487500Y-49100000D03*
X148912500Y-49100000D03*
%TD*%
%TO.C,D10*%
X146812500Y-106174642D03*
X145237500Y-106174642D03*
%TD*%
%TO.C,R10*%
X136587500Y-108724452D03*
X135012500Y-108724452D03*
%TD*%
%TO.C,D7*%
X146812500Y-101020000D03*
X145237500Y-101020000D03*
%TD*%
D15*
%TO.C,C4*%
X55525979Y-111307392D03*
X55525979Y-109732392D03*
%TD*%
D10*
%TO.C,D11*%
X157787500Y-125708330D03*
X156212500Y-125708330D03*
%TD*%
D15*
%TO.C,C16*%
X146825000Y-84687500D03*
X146825000Y-83112500D03*
%TD*%
D10*
%TO.C,C17*%
X140237500Y-51740000D03*
X138662500Y-51740000D03*
%TD*%
%TO.C,D3*%
X157787500Y-111250000D03*
X156212500Y-111250000D03*
%TD*%
D12*
%TO.C,C6*%
X55500000Y-43887500D03*
X55500000Y-45462500D03*
%TD*%
D10*
%TO.C,R6*%
X136587500Y-119964998D03*
X135012500Y-119964998D03*
%TD*%
%TO.C,R25*%
X151712500Y-77362500D03*
X150137500Y-77362500D03*
%TD*%
%TO.C,C15*%
X140997500Y-80730000D03*
X139422500Y-80730000D03*
%TD*%
D16*
%TO.C,R7*%
X156975000Y-79250000D03*
X158550000Y-79250000D03*
%TD*%
%TO.C,C20*%
X156712500Y-99250000D03*
X158287500Y-99250000D03*
%TD*%
D10*
%TO.C,R21*%
X136587500Y-125748330D03*
X135012500Y-125748330D03*
%TD*%
D12*
%TO.C,C13*%
X157750000Y-70462500D03*
X157750000Y-72037500D03*
%TD*%
D10*
%TO.C,D8*%
X146812500Y-103597321D03*
X145237500Y-103597321D03*
%TD*%
D20*
%TO.C,U5*%
X143750000Y-55850000D03*
X142650000Y-55850000D03*
X142650000Y-54750000D03*
X143750000Y-54750000D03*
X141550000Y-56950000D03*
X141550000Y-55850000D03*
X141550000Y-54750000D03*
X142650000Y-56950000D03*
X143750000Y-56950000D03*
D21*
X140212500Y-54100000D03*
X140212500Y-54600000D03*
X140212500Y-55100000D03*
X140212500Y-55600000D03*
X140212500Y-56100000D03*
X140212500Y-56600000D03*
X140212500Y-57100000D03*
X140212500Y-57600000D03*
D22*
X140900000Y-58287500D03*
X141400000Y-58287500D03*
X141900000Y-58287500D03*
X142400000Y-58287500D03*
X142900000Y-58287500D03*
X143400000Y-58287500D03*
X143900000Y-58287500D03*
X144400000Y-58287500D03*
D21*
X145087500Y-57600000D03*
X145087500Y-57100000D03*
X145087500Y-56600000D03*
X145087500Y-56100000D03*
X145087500Y-55600000D03*
X145087500Y-55100000D03*
X145087500Y-54600000D03*
X145087500Y-54100000D03*
D22*
X144400000Y-53412500D03*
X143900000Y-53412500D03*
X143400000Y-53412500D03*
X142900000Y-53412500D03*
X142400000Y-53412500D03*
X141900000Y-53412500D03*
X141400000Y-53412500D03*
X140900000Y-53412500D03*
%TD*%
D17*
%TO.C,C19*%
X156312500Y-102000000D03*
X158187500Y-102000000D03*
%TD*%
D10*
%TO.C,R2*%
X136587500Y-122856664D03*
X135012500Y-122856664D03*
%TD*%
D18*
%TO.C,J5*%
X154980000Y-60200000D03*
X154980000Y-59400000D03*
X154980000Y-58100000D03*
X154980000Y-57100000D03*
X154980000Y-56600000D03*
X154980000Y-55600000D03*
X154980000Y-54300000D03*
X154980000Y-53500000D03*
X154980000Y-53800000D03*
X154980000Y-54600000D03*
X154980000Y-55100000D03*
X154980000Y-56100000D03*
X154980000Y-57600000D03*
X154980000Y-58600000D03*
X154980000Y-59100000D03*
X154980000Y-59900000D03*
%TD*%
D20*
%TO.C,U6*%
X141600000Y-85975000D03*
X143800000Y-84875000D03*
X141600000Y-84875000D03*
X141600000Y-83775000D03*
X142700000Y-83775000D03*
X143800000Y-85975000D03*
X143800000Y-83775000D03*
X142700000Y-84875000D03*
X142700000Y-85975000D03*
D21*
X140262500Y-83125000D03*
X140262500Y-83625000D03*
X140262500Y-84125000D03*
X140262500Y-84625000D03*
X140262500Y-85125000D03*
X140262500Y-85625000D03*
X140262500Y-86125000D03*
X140262500Y-86625000D03*
D22*
X140950000Y-87312500D03*
X141450000Y-87312500D03*
X141950000Y-87312500D03*
X142450000Y-87312500D03*
X142950000Y-87312500D03*
X143450000Y-87312500D03*
X143950000Y-87312500D03*
X144450000Y-87312500D03*
D21*
X145137500Y-86625000D03*
X145137500Y-86125000D03*
X145137500Y-85625000D03*
X145137500Y-85125000D03*
X145137500Y-84625000D03*
X145137500Y-84125000D03*
X145137500Y-83625000D03*
X145137500Y-83125000D03*
D22*
X144450000Y-82437500D03*
X143950000Y-82437500D03*
X143450000Y-82437500D03*
X142950000Y-82437500D03*
X142450000Y-82437500D03*
X141950000Y-82437500D03*
X141450000Y-82437500D03*
X140950000Y-82437500D03*
%TD*%
D19*
%TO.C,D13*%
X159000000Y-94000000D03*
X155000000Y-94000000D03*
%TD*%
D10*
%TO.C,R20*%
X152050000Y-88900000D03*
X150475000Y-88900000D03*
%TD*%
D11*
%TO.C,L2*%
X58650000Y-52156250D03*
X58650000Y-54031250D03*
%TD*%
M02*

View File

@@ -0,0 +1,671 @@
%TF.GenerationSoftware,KiCad,Pcbnew,(6.0.7)*%
%TF.CreationDate,2022-08-08T23:44:24-07:00*%
%TF.ProjectId,adatface_baseboard,61646174-6661-4636-955f-62617365626f,rev?*%
%TF.SameCoordinates,Original*%
%TF.FileFunction,Legend,Bot*%
%TF.FilePolarity,Positive*%
%FSLAX46Y46*%
G04 Gerber Fmt 4.6, Leading zero omitted, Abs format (unit mm)*
G04 Created by KiCad (PCBNEW (6.0.7)) date 2022-08-08 23:44:24*
%MOMM*%
%LPD*%
G01*
G04 APERTURE LIST*
G04 Aperture macros list*
%AMRoundRect*
0 Rectangle with rounded corners*
0 $1 Rounding radius*
0 $2 $3 $4 $5 $6 $7 $8 $9 X,Y pos of 4 corners*
0 Add a 4 corners polygon primitive as box body*
4,1,4,$2,$3,$4,$5,$6,$7,$8,$9,$2,$3,0*
0 Add four circle primitives for the rounded corners*
1,1,$1+$1,$2,$3*
1,1,$1+$1,$4,$5*
1,1,$1+$1,$6,$7*
1,1,$1+$1,$8,$9*
0 Add four rect primitives between the rounded corners*
20,1,$1+$1,$2,$3,$4,$5,0*
20,1,$1+$1,$4,$5,$6,$7,0*
20,1,$1+$1,$6,$7,$8,$9,0*
20,1,$1+$1,$8,$9,$2,$3,0*%
G04 Aperture macros list end*
%ADD10C,2.100000*%
%ADD11C,1.708000*%
%ADD12C,1.700000*%
%ADD13C,2.050000*%
%ADD14RoundRect,0.200000X-0.679000X0.679000X-0.679000X-0.679000X0.679000X-0.679000X0.679000X0.679000X0*%
%ADD15C,1.758000*%
%ADD16C,2.125000*%
%ADD17RoundRect,0.200000X0.850000X-0.850000X0.850000X0.850000X-0.850000X0.850000X-0.850000X-0.850000X0*%
%ADD18O,2.100000X2.100000*%
%ADD19C,1.200000*%
%ADD20C,6.800000*%
%ADD21RoundRect,0.200000X-0.850000X-0.850000X0.850000X-0.850000X0.850000X0.850000X-0.850000X0.850000X0*%
%ADD22C,1.050000*%
%ADD23O,2.500000X1.400000*%
%ADD24O,2.000000X1.400000*%
%ADD25RoundRect,0.200000X0.850000X0.850000X-0.850000X0.850000X-0.850000X-0.850000X0.850000X-0.850000X0*%
%ADD26C,0.860000*%
%ADD27C,1.900000*%
%ADD28C,1.060000*%
%ADD29C,1.480000*%
%ADD30C,1.260000*%
G04 APERTURE END LIST*
%LPC*%
D10*
%TO.C,U1*%
X45816023Y-142589033D03*
X45816023Y-136989033D03*
D11*
X51056023Y-137249033D03*
D12*
X51056023Y-139789033D03*
D11*
X51056023Y-142329033D03*
D13*
X48426023Y-137249033D03*
X48426023Y-142329033D03*
%TD*%
D10*
%TO.C,TR2*%
X45810408Y-40557745D03*
X45810408Y-46157745D03*
D14*
X51050408Y-40817745D03*
D15*
X51050408Y-43357745D03*
X51050408Y-45897745D03*
D16*
X48430408Y-40817745D03*
X48430408Y-45897745D03*
%TD*%
D10*
%TO.C,TR3*%
X45786111Y-68321385D03*
X45786111Y-73921385D03*
D14*
X51026111Y-68581385D03*
D15*
X51026111Y-71121385D03*
X51026111Y-73661385D03*
D16*
X48406111Y-68581385D03*
X48406111Y-73661385D03*
%TD*%
D17*
%TO.C,J11*%
X93640000Y-39365000D03*
D18*
X96180000Y-39365000D03*
X98720000Y-39365000D03*
X101260000Y-39365000D03*
%TD*%
D19*
%TO.C,H3*%
X60050000Y-63700000D03*
X64147056Y-62002944D03*
X64850000Y-63700000D03*
X60752944Y-62002944D03*
X64147056Y-65397056D03*
D20*
X62450000Y-63700000D03*
D19*
X62450000Y-66100000D03*
X60752944Y-65397056D03*
X62450000Y-61300000D03*
%TD*%
%TO.C,H4*%
X121793000Y-115049000D03*
X123490056Y-110951944D03*
X124193000Y-112649000D03*
X123490056Y-114346056D03*
X120095944Y-110951944D03*
D20*
X121793000Y-112649000D03*
D19*
X121793000Y-110249000D03*
X119393000Y-112649000D03*
X120095944Y-114346056D03*
%TD*%
D17*
%TO.C,J10*%
X107490000Y-39310000D03*
D18*
X110030000Y-39310000D03*
X112570000Y-39310000D03*
X115110000Y-39310000D03*
%TD*%
D10*
%TO.C,U2*%
X45830408Y-58920245D03*
X45830408Y-53320245D03*
D11*
X51070408Y-53580245D03*
D12*
X51070408Y-56120245D03*
D11*
X51070408Y-58660245D03*
D13*
X48440408Y-53580245D03*
X48440408Y-58660245D03*
%TD*%
D21*
%TO.C,J3*%
X128650000Y-41910000D03*
D18*
X131190000Y-41910000D03*
X128650000Y-44450000D03*
X131190000Y-44450000D03*
X128650000Y-46990000D03*
X131190000Y-46990000D03*
X128650000Y-49530000D03*
X131190000Y-49530000D03*
X128650000Y-52070000D03*
X131190000Y-52070000D03*
X128650000Y-54610000D03*
X131190000Y-54610000D03*
X128650000Y-57150000D03*
X131190000Y-57150000D03*
X128650000Y-59690000D03*
X131190000Y-59690000D03*
X128650000Y-62230000D03*
X131190000Y-62230000D03*
X128650000Y-64770000D03*
X131190000Y-64770000D03*
X128650000Y-67310000D03*
X131190000Y-67310000D03*
X128650000Y-69850000D03*
X131190000Y-69850000D03*
X128650000Y-72390000D03*
X131190000Y-72390000D03*
X128650000Y-74930000D03*
X131190000Y-74930000D03*
X128650000Y-77470000D03*
X131190000Y-77470000D03*
X128650000Y-80010000D03*
X131190000Y-80010000D03*
X128650000Y-82550000D03*
X131190000Y-82550000D03*
X128650000Y-85090000D03*
X131190000Y-85090000D03*
X128650000Y-87630000D03*
X131190000Y-87630000D03*
X128650000Y-90170000D03*
X131190000Y-90170000D03*
X128650000Y-92710000D03*
X131190000Y-92710000D03*
X128650000Y-95250000D03*
X131190000Y-95250000D03*
X128650000Y-97790000D03*
X131190000Y-97790000D03*
X128650000Y-100330000D03*
X131190000Y-100330000D03*
X128650000Y-102870000D03*
X131190000Y-102870000D03*
X128650000Y-105410000D03*
X131190000Y-105410000D03*
X128650000Y-107950000D03*
X131190000Y-107950000D03*
X128650000Y-110490000D03*
X131190000Y-110490000D03*
X128650000Y-113030000D03*
X131190000Y-113030000D03*
X128650000Y-115570000D03*
X131190000Y-115570000D03*
X128650000Y-118110000D03*
X131190000Y-118110000D03*
X128650000Y-120650000D03*
X131190000Y-120650000D03*
%TD*%
D21*
%TO.C,J7*%
X80010000Y-41783000D03*
D18*
X80010000Y-44323000D03*
X80010000Y-46863000D03*
X80010000Y-49403000D03*
X80010000Y-51943000D03*
X80010000Y-54483000D03*
X80010000Y-57023000D03*
X80010000Y-59563000D03*
X80010000Y-62103000D03*
X80010000Y-64643000D03*
X80010000Y-67183000D03*
X80010000Y-69723000D03*
X80010000Y-72263000D03*
X80010000Y-74803000D03*
X80010000Y-77343000D03*
X80010000Y-79883000D03*
X80010000Y-82423000D03*
X80010000Y-84963000D03*
X80010000Y-87503000D03*
X80010000Y-90043000D03*
X80010000Y-92583000D03*
X80010000Y-95123000D03*
X80010000Y-97663000D03*
X80010000Y-100203000D03*
X80010000Y-102743000D03*
X80010000Y-105283000D03*
%TD*%
D21*
%TO.C,J6*%
X99000000Y-132900000D03*
D18*
X99000000Y-135440000D03*
X99000000Y-137980000D03*
X99000000Y-140520000D03*
X99000000Y-143060000D03*
X99000000Y-145600000D03*
%TD*%
D22*
%TO.C,J4*%
X156045000Y-82960000D03*
X156045000Y-88740000D03*
D23*
X155545000Y-90170000D03*
D24*
X159725000Y-90170000D03*
X159725000Y-81530000D03*
D23*
X155545000Y-81530000D03*
%TD*%
D10*
%TO.C,U3*%
X45790000Y-86650000D03*
X45790000Y-81050000D03*
D11*
X51030000Y-81310000D03*
D12*
X51030000Y-83850000D03*
D11*
X51030000Y-86390000D03*
D13*
X48400000Y-81310000D03*
X48400000Y-86390000D03*
%TD*%
D25*
%TO.C,J9*%
X124250000Y-43250000D03*
%TD*%
D19*
%TO.C,H2*%
X62752944Y-141902944D03*
X66850000Y-143600000D03*
X64450000Y-146000000D03*
X66147056Y-145297056D03*
X64450000Y-141200000D03*
X66147056Y-141902944D03*
X62752944Y-145297056D03*
X62050000Y-143600000D03*
D20*
X64450000Y-143600000D03*
%TD*%
D21*
%TO.C,J1*%
X132250000Y-132900000D03*
D18*
X132250000Y-135440000D03*
X132250000Y-137980000D03*
X132250000Y-140520000D03*
X132250000Y-143060000D03*
X132250000Y-145600000D03*
%TD*%
D10*
%TO.C,TR4*%
X45706530Y-96043594D03*
X45706530Y-101643594D03*
D14*
X50946530Y-96303594D03*
D15*
X50946530Y-98843594D03*
X50946530Y-101383594D03*
D16*
X48326530Y-96303594D03*
X48326530Y-101383594D03*
%TD*%
D25*
%TO.C,J8*%
X124250000Y-47000000D03*
%TD*%
D20*
%TO.C,H1*%
X137925000Y-42100000D03*
D19*
X137925000Y-39700000D03*
X137925000Y-44500000D03*
X140325000Y-42100000D03*
X139622056Y-43797056D03*
X136227944Y-40402944D03*
X135525000Y-42100000D03*
X136227944Y-43797056D03*
X139622056Y-40402944D03*
%TD*%
D10*
%TO.C,U4*%
X45816023Y-108989033D03*
X45816023Y-114589033D03*
D11*
X51056023Y-109249033D03*
D12*
X51056023Y-111789033D03*
D11*
X51056023Y-114329033D03*
D13*
X48426023Y-109249033D03*
X48426023Y-114329033D03*
%TD*%
D10*
%TO.C,TR1*%
X45796023Y-123751533D03*
X45796023Y-129351533D03*
D14*
X51036023Y-124011533D03*
D15*
X51036023Y-126551533D03*
X51036023Y-129091533D03*
D16*
X48416023Y-124011533D03*
X48416023Y-129091533D03*
%TD*%
D21*
%TO.C,J2*%
X67945000Y-41910000D03*
D18*
X70485000Y-41910000D03*
X67945000Y-44450000D03*
X70485000Y-44450000D03*
X67945000Y-46990000D03*
X70485000Y-46990000D03*
X67945000Y-49530000D03*
X70485000Y-49530000D03*
X67945000Y-52070000D03*
X70485000Y-52070000D03*
X67945000Y-54610000D03*
X70485000Y-54610000D03*
X67945000Y-57150000D03*
X70485000Y-57150000D03*
X67945000Y-59690000D03*
X70485000Y-59690000D03*
X67945000Y-62230000D03*
X70485000Y-62230000D03*
X67945000Y-64770000D03*
X70485000Y-64770000D03*
X67945000Y-67310000D03*
X70485000Y-67310000D03*
X67945000Y-69850000D03*
X70485000Y-69850000D03*
X67945000Y-72390000D03*
X70485000Y-72390000D03*
X67945000Y-74930000D03*
X70485000Y-74930000D03*
X67945000Y-77470000D03*
X70485000Y-77470000D03*
X67945000Y-80010000D03*
X70485000Y-80010000D03*
X67945000Y-82550000D03*
X70485000Y-82550000D03*
X67945000Y-85090000D03*
X70485000Y-85090000D03*
X67945000Y-87630000D03*
X70485000Y-87630000D03*
X67945000Y-90170000D03*
X70485000Y-90170000D03*
X67945000Y-92710000D03*
X70485000Y-92710000D03*
X67945000Y-95250000D03*
X70485000Y-95250000D03*
X67945000Y-97790000D03*
X70485000Y-97790000D03*
X67945000Y-100330000D03*
X70485000Y-100330000D03*
X67945000Y-102870000D03*
X70485000Y-102870000D03*
X67945000Y-105410000D03*
X70485000Y-105410000D03*
X67945000Y-107950000D03*
X70485000Y-107950000D03*
X67945000Y-110490000D03*
X70485000Y-110490000D03*
X67945000Y-113030000D03*
X70485000Y-113030000D03*
X67945000Y-115570000D03*
X70485000Y-115570000D03*
X67945000Y-118110000D03*
X70485000Y-118110000D03*
X67945000Y-120650000D03*
X70485000Y-120650000D03*
%TD*%
D22*
%TO.C,J5*%
X156045000Y-53960000D03*
X156045000Y-59740000D03*
D23*
X155545000Y-52530000D03*
D24*
X159725000Y-61170000D03*
X159725000Y-52530000D03*
D23*
X155545000Y-61170000D03*
%TD*%
D26*
X156425000Y-57125000D03*
X156425000Y-56000000D03*
X156035000Y-57775000D03*
X155895500Y-56579500D03*
X143650000Y-54850000D03*
X141550000Y-61940000D03*
D27*
X155000000Y-97250000D03*
D26*
X142630000Y-91570000D03*
X138430000Y-88610000D03*
D28*
X133030000Y-47130000D03*
X135720000Y-47070000D03*
D26*
X141754384Y-83960199D03*
X137350000Y-93040000D03*
D12*
X150450000Y-73100000D03*
D26*
X143650000Y-55850000D03*
X149850000Y-50340000D03*
X142750000Y-85950000D03*
D28*
X148500000Y-74250000D03*
D26*
X143310000Y-60280000D03*
X137420000Y-86410000D03*
D29*
X144850000Y-63275000D03*
D26*
X133460000Y-66360000D03*
X142650000Y-56850000D03*
D28*
X132940000Y-54600000D03*
X153560000Y-82570000D03*
D26*
X132600000Y-59100000D03*
X133010000Y-82430000D03*
D27*
X155000000Y-99300000D03*
D30*
X153550000Y-89200000D03*
D26*
X139990000Y-89530000D03*
D29*
X159600000Y-119900000D03*
D26*
X140480000Y-94090000D03*
X135600000Y-77900000D03*
X133020000Y-69860000D03*
D28*
X144800000Y-48750000D03*
D26*
X138300000Y-84650000D03*
X138540000Y-64980000D03*
X139180000Y-95670000D03*
X143130000Y-89860000D03*
X135060000Y-66330000D03*
X141650000Y-54850000D03*
X141750000Y-84850000D03*
D28*
X135710000Y-53680000D03*
D26*
X132490000Y-63710000D03*
X141650000Y-55850000D03*
D30*
X153825000Y-53325000D03*
D26*
X142750000Y-83800000D03*
X143650000Y-84850000D03*
X141750000Y-85950000D03*
D28*
X137980000Y-80730000D03*
D26*
X136890000Y-64530000D03*
D28*
X137400000Y-51740000D03*
D26*
X133370000Y-90340000D03*
X132600000Y-95790000D03*
X143650000Y-85950000D03*
X132860000Y-79660000D03*
X147820000Y-87080000D03*
D27*
X154700000Y-102000000D03*
D26*
X147080000Y-60210000D03*
X142750000Y-84850000D03*
D29*
X149420000Y-53910000D03*
D28*
X149412500Y-87200000D03*
D26*
X141200000Y-49890000D03*
X133330000Y-77890000D03*
X143650000Y-56850000D03*
X135870000Y-91820000D03*
D28*
X136150000Y-82330000D03*
D26*
X138190000Y-92130000D03*
X139940000Y-61480000D03*
D28*
X146825000Y-81975000D03*
X149425000Y-90525000D03*
X135950000Y-55600000D03*
D26*
X137330000Y-49910000D03*
X143650000Y-83800000D03*
X141650000Y-56850000D03*
X140400000Y-91300000D03*
D12*
X155650000Y-63850000D03*
D26*
X132910000Y-75370000D03*
X137520000Y-75810000D03*
X135480000Y-80250000D03*
X141400000Y-89670000D03*
D28*
X147520000Y-52640000D03*
D26*
X142650000Y-55850000D03*
X135050000Y-93210000D03*
X142650000Y-54850000D03*
D12*
X155400000Y-79250000D03*
D29*
X152400000Y-62550000D03*
D26*
X137420000Y-84850000D03*
D12*
X157750000Y-73800000D03*
D29*
X147841950Y-58391950D03*
D30*
X153775000Y-60500000D03*
D26*
X141290000Y-92730000D03*
X135530000Y-67940000D03*
X133790000Y-49070000D03*
X141870000Y-76460000D03*
D12*
X58550000Y-106150000D03*
X57650000Y-71850000D03*
D26*
X143529500Y-88095000D03*
D28*
X139667911Y-58032917D03*
X143630000Y-59230000D03*
X139240000Y-53920500D03*
D26*
X142029500Y-88114428D03*
D12*
X58650000Y-50343750D03*
X58450000Y-78112500D03*
D28*
X142074144Y-59210155D03*
D12*
X153100000Y-68900000D03*
X57900000Y-127100000D03*
X153050000Y-73900000D03*
D28*
X140000000Y-82500000D03*
D12*
X58450000Y-99450000D03*
D28*
X139270000Y-87810000D03*
D12*
X58400000Y-134100000D03*
X57150000Y-43850000D03*
D28*
X146350000Y-55850000D03*
X145975000Y-84900000D03*
D27*
X159775000Y-68050000D03*
D12*
X145737840Y-67109048D03*
D26*
X142954263Y-80810000D03*
D28*
X141705105Y-52364145D03*
D26*
X141795263Y-81290000D03*
D28*
X142760000Y-51420000D03*
D30*
X133000000Y-127500000D03*
D28*
X133500000Y-121000000D03*
X142460000Y-61320000D03*
X137490000Y-47380000D03*
D26*
X143479500Y-52170000D03*
X153070000Y-55710000D03*
D28*
X148912500Y-52427598D03*
X146600000Y-54800000D03*
D26*
X148350000Y-83875000D03*
D28*
X149425000Y-88900000D03*
X138950098Y-72390000D03*
X149490000Y-59810000D03*
X151730000Y-79770000D03*
X153470000Y-83480000D03*
D26*
X142890000Y-77280000D03*
X142970000Y-78004500D03*
X145910000Y-83530000D03*
X145900000Y-79490000D03*
X143491719Y-81519809D03*
X132150000Y-91450000D03*
X139129124Y-86811999D03*
X150450000Y-84625000D03*
X153400000Y-87375000D03*
X156425000Y-85000000D03*
X156425000Y-86125000D03*
X155895500Y-85579500D03*
X156035000Y-86775000D03*
M02*

File diff suppressed because it is too large Load Diff

View File

@@ -0,0 +1,41 @@
%TF.GenerationSoftware,KiCad,Pcbnew,(6.0.7)*%
%TF.CreationDate,2022-08-08T23:44:24-07:00*%
%TF.ProjectId,adatface_baseboard,61646174-6661-4636-955f-62617365626f,rev?*%
%TF.SameCoordinates,Original*%
%TF.FileFunction,Other,Comment*%
%FSLAX46Y46*%
G04 Gerber Fmt 4.6, Leading zero omitted, Abs format (unit mm)*
G04 Created by KiCad (PCBNEW (6.0.7)) date 2022-08-08 23:44:24*
%MOMM*%
%LPD*%
G01*
G04 APERTURE LIST*
%ADD10C,0.150000*%
G04 APERTURE END LIST*
D10*
%TO.C,H3*%
X65650000Y-63700000D02*
G75*
G03*
X65650000Y-63700000I-3200000J0D01*
G01*
%TO.C,H4*%
X124993000Y-112649000D02*
G75*
G03*
X124993000Y-112649000I-3200000J0D01*
G01*
%TO.C,H2*%
X67650000Y-143600000D02*
G75*
G03*
X67650000Y-143600000I-3200000J0D01*
G01*
%TO.C,H1*%
X141125000Y-42100000D02*
G75*
G03*
X141125000Y-42100000I-3200000J0D01*
G01*
%TD*%
M02*

View File

@@ -0,0 +1,90 @@
N1,,1,1
C10,C23630,0,0
R4, C25804,0,0
U1,,0,0
TR2,,0,0
L3,C14304,0,0
TR3,,0,0
C9,C23630,0,0
FB1,C16902,0,0
R8,C21190,0,0
C5,C14663,0,0
U7,C236669,0,0
H3,,0,1
H4,,0,1
D4,C72043,0,0
R13,C23186,0,0
D5,C72043,0,0
C7,C14663,0,0
R14,C23186,0,0
C12,C14663,0,0
R17,C23112,0,0
C11,C15849,0,0
L4,C14304,0,0
R18,C23112,0,0
U2,,0,0
D1,C2286,0,0
C3,C14663,0,0
C21,C15850,0,0
L1,C14304,0,0
J3,,0,0
C14,C14663,0,0
C2,C14663,0,0
R3, C25804,0,0
J6,,0,0
R12,C22935,0,0
TP5,,0,1
J4,C165948,0,0
C1,C14663,0,0
D2,C72038,0,0
D12,C22452,0,0
R24,C22975,0,0
R15,C23186,0,0
D9,C72043,0,0
R9, C25804,0,0
R1,C21190,0,0
U3,,0,0
C8,C14663,0,0
R26,C22975,0,0
D6,C72043,0,0
R5, C25804,0,0
R23,C21190,0,0
C18,C23630,0,0
R11,C21190,0,0
R16,C23186,0,0
R19,C25804,0,0
D10,C72038,0,0
R10, C25804,0,0
D7,C72038,0,0
J9,,0,0
H2,,0,1
J1,,0,0
C4,C14663,0,0
D11,C72038,0,0
C16,C23630,0,0
C17,C14663,0,0
D3,C72043,0,0
C6,C14663,0,0
TR4,,0,0
R6, C25804,0,0
R25,C21190,0,0
J8,,0,0
J7,,0,0
C15,C14663,0,0
R7,C22935,0,0
C20,C14663,0,0
H1,,0,1
R21,C21190,0,0
U4,,0,0
C13,C15849,0,0
D8,C72043,0,0
TR1,,0,0
J2,,0,0
U5,C132156,0,0
C19,C1710,0,0
R2,C21190,0,0
J5,C165948,0,0
U6,C132156,0,0
D13,C22452,0,0
R20,C25804,0,0
L2,C14304,0,0

Binary file not shown.

View File

@@ -0,0 +1,4 @@
(sym_lib_table
(lib (name "usb_ulpi")(type "KiCad")(uri "${KIPRJMOD}/usb_ulpi.kicad_sym")(options "")(descr ""))
(lib (name "toslink")(type "KiCad")(uri "${KIPRJMOD}/toslink.kicad_sym")(options "")(descr ""))
)

View File

@@ -0,0 +1,242 @@
(kicad_symbol_lib (version 20211014) (generator kicad_symbol_editor)
(symbol "PLR135_T10" (pin_names (offset 1.016)) (in_bom yes) (on_board yes)
(property "Reference" "U?" (id 0) (at 10.0585 0.9085 0)
(effects (font (size 1.27 1.27)) (justify left))
)
(property "Value" "PLR135_T10" (id 1) (at 10.0585 -1.8666 0)
(effects (font (size 1.27 1.27)) (justify left))
)
(property "Footprint" "toslink:PLR135-T10_PLT133-T10W" (id 2) (at 0 0 0)
(effects (font (size 1.27 1.27)) (justify left bottom) hide)
)
(property "Datasheet" "" (id 3) (at 0 0 0)
(effects (font (size 1.27 1.27)) (justify left bottom) hide)
)
(symbol "PLR135_T10_0_0"
(rectangle (start -5.08 -10.16) (end 5.08 10.16)
(stroke (width 0.254) (type default) (color 0 0 0 0))
(fill (type background))
)
(polyline
(pts
(xy 9.271 0.8636)
(xy 7.62 -0.7874)
)
(stroke (width 0.3048) (type default) (color 0 0 0 0))
(fill (type none))
)
(polyline
(pts
(xy 9.271 2.8956)
(xy 7.62 1.2446)
)
(stroke (width 0.3048) (type default) (color 0 0 0 0))
(fill (type none))
)
(polyline
(pts
(xy 6.604 -1.8034)
(xy 7.239 -0.1524)
(xy 8.255 -1.1684)
(xy 6.604 -1.8034)
)
(stroke (width 0.1524) (type default) (color 0 0 0 0))
(fill (type background))
)
(polyline
(pts
(xy 6.604 0.2286)
(xy 7.239 1.8796)
(xy 8.255 0.8636)
(xy 6.604 0.2286)
)
(stroke (width 0.1524) (type default) (color 0 0 0 0))
(fill (type background))
)
(pin input line (at -10.16 0 0) (length 5.08)
(name "VCC" (effects (font (size 1.016 1.016))))
(number "1" (effects (font (size 1.016 1.016))))
)
(pin power_in line (at -10.16 -7.62 0) (length 5.08)
(name "GND" (effects (font (size 1.016 1.016))))
(number "2" (effects (font (size 1.016 1.016))))
)
(pin output line (at -10.16 7.62 0) (length 5.08)
(name "VOUT" (effects (font (size 1.016 1.016))))
(number "3" (effects (font (size 1.016 1.016))))
)
)
)
(symbol "PLR135_T8" (pin_names (offset 1.016)) (in_bom yes) (on_board yes)
(property "Reference" "U?" (id 0) (at 10.0585 0.9085 0)
(effects (font (size 1.27 1.27)) (justify left))
)
(property "Value" "PLR135_T8" (id 1) (at 10.0585 -1.8666 0)
(effects (font (size 1.27 1.27)) (justify left))
)
(property "Footprint" "toslink:PLR135-T8_PLT133-T8" (id 2) (at 0 0 0)
(effects (font (size 1.27 1.27)) (justify left bottom) hide)
)
(property "Datasheet" "" (id 3) (at 0 0 0)
(effects (font (size 1.27 1.27)) (justify left bottom) hide)
)
(symbol "PLR135_T8_0_0"
(rectangle (start -5.08 -10.16) (end 5.08 10.16)
(stroke (width 0.254) (type default) (color 0 0 0 0))
(fill (type background))
)
(polyline
(pts
(xy 9.271 0.8636)
(xy 7.62 -0.7874)
)
(stroke (width 0.3048) (type default) (color 0 0 0 0))
(fill (type none))
)
(polyline
(pts
(xy 9.271 2.8956)
(xy 7.62 1.2446)
)
(stroke (width 0.3048) (type default) (color 0 0 0 0))
(fill (type none))
)
(polyline
(pts
(xy 6.604 -1.8034)
(xy 7.239 -0.1524)
(xy 8.255 -1.1684)
(xy 6.604 -1.8034)
)
(stroke (width 0.1524) (type default) (color 0 0 0 0))
(fill (type background))
)
(polyline
(pts
(xy 6.604 0.2286)
(xy 7.239 1.8796)
(xy 8.255 0.8636)
(xy 6.604 0.2286)
)
(stroke (width 0.1524) (type default) (color 0 0 0 0))
(fill (type background))
)
(pin input line (at -10.16 0 0) (length 5.08)
(name "VCC" (effects (font (size 1.016 1.016))))
(number "1" (effects (font (size 1.016 1.016))))
)
(pin power_in line (at -10.16 -7.62 0) (length 5.08)
(name "GND" (effects (font (size 1.016 1.016))))
(number "2" (effects (font (size 1.016 1.016))))
)
(pin output line (at -10.16 7.62 0) (length 5.08)
(name "VOUT" (effects (font (size 1.016 1.016))))
(number "3" (effects (font (size 1.016 1.016))))
)
)
)
(symbol "PLT133_T10W" (pin_names (offset 1.016)) (in_bom yes) (on_board yes)
(property "Reference" "TR?" (id 0) (at 0 11.5866 0)
(effects (font (size 1.27 1.27)))
)
(property "Value" "PLT133_T10W" (id 1) (at 0 8.8115 0)
(effects (font (size 1.27 1.27)))
)
(property "Footprint" "toslink:PLT133_T10W" (id 2) (at 0 0 0)
(effects (font (size 1.27 1.27)) (justify left bottom) hide)
)
(property "Datasheet" "" (id 3) (at 0 0 0)
(effects (font (size 1.27 1.27)) (justify left bottom) hide)
)
(property "MAXIMUM_PACKAGE_HEIGHT" "10.3 mm" (id 4) (at 0 0 0)
(effects (font (size 1.27 1.27)) (justify left bottom) hide)
)
(property "MANUFACTURER" "Everlight Electronics" (id 5) (at 0 0 0)
(effects (font (size 1.27 1.27)) (justify left bottom) hide)
)
(property "PARTREV" "5" (id 6) (at 0 0 0)
(effects (font (size 1.27 1.27)) (justify left bottom) hide)
)
(property "STANDARD" "Manufacturer Recommendations" (id 7) (at 0 0 0)
(effects (font (size 1.27 1.27)) (justify left bottom) hide)
)
(symbol "PLT133_T10W_0_0"
(rectangle (start -10.16 -7.62) (end 10.16 7.62)
(stroke (width 0.254) (type default) (color 0 0 0 0))
(fill (type background))
)
(pin input line (at -15.24 0 0) (length 5.08)
(name "VIN" (effects (font (size 1.016 1.016))))
(number "1" (effects (font (size 1.016 1.016))))
)
(pin power_in line (at 15.24 5.08 180) (length 5.08)
(name "VCC" (effects (font (size 1.016 1.016))))
(number "2" (effects (font (size 1.016 1.016))))
)
(pin power_in line (at 15.24 -5.08 180) (length 5.08)
(name "GND" (effects (font (size 1.016 1.016))))
(number "3" (effects (font (size 1.016 1.016))))
)
(pin no_connect line (at 15.24 -1.27 180) (length 5.08)
(name "NC" (effects (font (size 1.016 1.016))))
(number "4" (effects (font (size 1.016 1.016))))
)
(pin no_connect line (at 15.24 1.27 180) (length 5.08)
(name "NC" (effects (font (size 1.016 1.016))))
(number "5" (effects (font (size 1.016 1.016))))
)
)
)
(symbol "PLT133_T8" (pin_names (offset 1.016)) (in_bom yes) (on_board yes)
(property "Reference" "TR?" (id 0) (at 0 11.5866 0)
(effects (font (size 1.27 1.27)))
)
(property "Value" "PLT133_T8" (id 1) (at 0 8.8115 0)
(effects (font (size 1.27 1.27)))
)
(property "Footprint" "toslink:PLT133_T8" (id 2) (at 0 0 0)
(effects (font (size 1.27 1.27)) (justify left bottom) hide)
)
(property "Datasheet" "" (id 3) (at 0 0 0)
(effects (font (size 1.27 1.27)) (justify left bottom) hide)
)
(property "MAXIMUM_PACKAGE_HEIGHT" "10.3 mm" (id 4) (at 0 0 0)
(effects (font (size 1.27 1.27)) (justify left bottom) hide)
)
(property "MANUFACTURER" "Everlight Electronics" (id 5) (at 0 0 0)
(effects (font (size 1.27 1.27)) (justify left bottom) hide)
)
(property "PARTREV" "5" (id 6) (at 0 0 0)
(effects (font (size 1.27 1.27)) (justify left bottom) hide)
)
(property "STANDARD" "Manufacturer Recommendations" (id 7) (at 0 0 0)
(effects (font (size 1.27 1.27)) (justify left bottom) hide)
)
(symbol "PLT133_T8_0_0"
(rectangle (start -10.16 -7.62) (end 10.16 7.62)
(stroke (width 0.254) (type default) (color 0 0 0 0))
(fill (type background))
)
(pin input line (at -15.24 0 0) (length 5.08)
(name "VIN" (effects (font (size 1.016 1.016))))
(number "1" (effects (font (size 1.016 1.016))))
)
(pin power_in line (at 15.24 5.08 180) (length 5.08)
(name "VCC" (effects (font (size 1.016 1.016))))
(number "2" (effects (font (size 1.016 1.016))))
)
(pin power_in line (at 15.24 -5.08 180) (length 5.08)
(name "GND" (effects (font (size 1.016 1.016))))
(number "3" (effects (font (size 1.016 1.016))))
)
(pin no_connect line (at 15.24 -1.27 180) (length 5.08)
(name "NC" (effects (font (size 1.016 1.016))))
(number "4" (effects (font (size 1.016 1.016))))
)
(pin no_connect line (at 15.24 1.27 180) (length 5.08)
(name "NC" (effects (font (size 1.016 1.016))))
(number "5" (effects (font (size 1.016 1.016))))
)
)
)
)

View File

@@ -0,0 +1,33 @@
(footprint "PLR135-T10_PLT133-T10W" (version 20211014) (generator pcbnew)
(layer "F.Cu")
(tedit 62ED845D)
(property "Sheetfile" "adatface_baseboard.kicad_sch")
(property "Sheetname" "")
(attr through_hole)
(fp_text reference "U?" (at 4.520245 6.659592) (layer "F.SilkS")
(effects (font (size 1.001236 1.001236) (thickness 0.15)))
(tstamp 274a4512-10db-4170-a2fe-62e969b54fbd)
)
(fp_text value "PLR135-T10" (at 8.9712 6.365845) (layer "F.Fab") hide
(effects (font (size 1.000134 1.000134) (thickness 0.15)))
(tstamp c8e00d1e-5e9f-40d8-bace-ba352f916ad9)
)
(fp_line (start 4.85 -8.49) (end -4.85 -8.49) (layer "F.SilkS") (width 0.127) (tstamp 4713bb18-4205-4e4e-b7c4-681760de8a9d))
(fp_line (start 4.85 -8.49) (end 4.85 5.01) (layer "F.SilkS") (width 0.127) (tstamp 61bccab3-566f-4dea-a450-cfd1d6e147ea))
(fp_line (start -4.85 -8.49) (end -4.85 5.01) (layer "F.SilkS") (width 0.127) (tstamp 87d30ef5-7a07-4598-bf9a-1bebed659240))
(fp_line (start 4.85 5.01) (end -4.85 5.01) (layer "F.SilkS") (width 0.127) (tstamp bd808326-5148-4995-ba70-28d10caf13d8))
(fp_line (start -5.1 5.2) (end -5.1 -8.7) (layer "F.CrtYd") (width 0.127) (tstamp 2646ffa2-edd6-45fa-83aa-d8e75466a3e8))
(fp_line (start -5.1 -8.7) (end 5.1 -8.7) (layer "F.CrtYd") (width 0.127) (tstamp 39aaf0c6-7e8d-4c33-bb2d-4f99396fcfb3))
(fp_line (start 5.1 5.2) (end -5.1 5.2) (layer "F.CrtYd") (width 0.127) (tstamp 4812c9a8-aab9-4c0f-a6ef-12729e3cb61c))
(fp_line (start 5.1 -8.7) (end 5.1 5.2) (layer "F.CrtYd") (width 0.127) (tstamp 9f9a383c-f1ba-4e21-94e5-2ab4285fcfde))
(pad "1" thru_hole circle (at 2.54 2.63) (size 1.308 1.308) (drill 0.8) (layers *.Cu *.Mask) (tstamp 5772fbf1-8203-492b-a675-93c30d3ed452))
(pad "2" thru_hole circle (at 0 2.63 180) (size 1.3 1.3) (drill 0.8) (layers *.Cu *.Mask) (tstamp 6d8a4612-2528-4718-9ceb-40e9028e8579))
(pad "3" thru_hole circle (at -2.54 2.63) (size 1.308 1.308) (drill 0.8) (layers *.Cu *.Mask) (tstamp fcf637c4-a1c4-4fb4-bb87-8a7012a89df0))
(pad "NC1" thru_hole circle (at 2.54 0) (size 1.65 1.65) (drill 1.1) (layers *.Cu *.Mask) (tstamp f5ecd236-566b-453a-a3d0-afc83a913511))
(pad "NC2" thru_hole circle (at -2.54 0) (size 1.65 1.65) (drill 1.1) (layers *.Cu *.Mask) (tstamp 0770cbe5-4f07-4fb4-ae36-8abcb1535653))
(model "${KIPRJMOD}/3d/PLT133_T10.step"
(offset (xyz 0 8.5 0))
(scale (xyz 1 1 1))
(rotate (xyz -90 0 0))
)
)

View File

@@ -0,0 +1,35 @@
(footprint "PLR135-T8_PLT133-T8" (version 20211014) (generator pcbnew)
(layer "F.Cu")
(tedit 62ED8454)
(property "Sheetfile" "adatface_baseboard.kicad_sch")
(property "Sheetname" "")
(attr through_hole)
(fp_text reference "U?" (at 4.520245 6.659592) (layer "F.SilkS")
(effects (font (size 1.001236 1.001236) (thickness 0.15)))
(tstamp 274a4512-10db-4170-a2fe-62e969b54fbd)
)
(fp_text value "PLR135-T10" (at 8.9712 6.365845) (layer "F.Fab") hide
(effects (font (size 1.000134 1.000134) (thickness 0.15)))
(tstamp c8e00d1e-5e9f-40d8-bace-ba352f916ad9)
)
(fp_line (start 4.85 -8.49) (end -4.85 -8.49) (layer "F.SilkS") (width 0.127) (tstamp 4713bb18-4205-4e4e-b7c4-681760de8a9d))
(fp_line (start 4.85 -8.49) (end 4.85 5.01) (layer "F.SilkS") (width 0.127) (tstamp 61bccab3-566f-4dea-a450-cfd1d6e147ea))
(fp_line (start -4.85 -8.49) (end -4.85 5.01) (layer "F.SilkS") (width 0.127) (tstamp 87d30ef5-7a07-4598-bf9a-1bebed659240))
(fp_line (start 4.85 5.01) (end -4.85 5.01) (layer "F.SilkS") (width 0.127) (tstamp bd808326-5148-4995-ba70-28d10caf13d8))
(fp_line (start -5.1 5.2) (end -5.1 -8.7) (layer "F.CrtYd") (width 0.127) (tstamp 2646ffa2-edd6-45fa-83aa-d8e75466a3e8))
(fp_line (start -5.1 -8.7) (end 5.1 -8.7) (layer "F.CrtYd") (width 0.127) (tstamp 39aaf0c6-7e8d-4c33-bb2d-4f99396fcfb3))
(fp_line (start 5.1 5.2) (end -5.1 5.2) (layer "F.CrtYd") (width 0.127) (tstamp 4812c9a8-aab9-4c0f-a6ef-12729e3cb61c))
(fp_line (start 5.1 -8.7) (end 5.1 5.2) (layer "F.CrtYd") (width 0.127) (tstamp 9f9a383c-f1ba-4e21-94e5-2ab4285fcfde))
(pad "" np_thru_hole circle (at 2.8 -2.61 180) (size 1.7 1.7) (drill 1.7) (layers *.Cu *.Mask) (tstamp 35d5c8cf-202c-492a-b75c-50edd0f3cf49))
(pad "" np_thru_hole circle (at -2.8 -2.61 180) (size 1.7 1.7) (drill 1.7) (layers *.Cu *.Mask) (tstamp 9712cf59-dc7b-4c7d-8d23-b5a296888b8c))
(pad "1" thru_hole circle (at 2.54 2.63) (size 1.308 1.308) (drill 0.8) (layers *.Cu *.Mask) (tstamp 5772fbf1-8203-492b-a675-93c30d3ed452))
(pad "2" thru_hole circle (at 0 2.63 180) (size 1.3 1.3) (drill 0.8) (layers *.Cu *.Mask) (tstamp 6d8a4612-2528-4718-9ceb-40e9028e8579))
(pad "3" thru_hole circle (at -2.54 2.63) (size 1.308 1.308) (drill 0.8) (layers *.Cu *.Mask) (tstamp fcf637c4-a1c4-4fb4-bb87-8a7012a89df0))
(pad "NC1" thru_hole circle (at 2.54 0) (size 1.65 1.65) (drill 1.1) (layers *.Cu *.Mask) (tstamp f5ecd236-566b-453a-a3d0-afc83a913511))
(pad "NC2" thru_hole circle (at -2.54 0) (size 1.65 1.65) (drill 1.1) (layers *.Cu *.Mask) (tstamp 0770cbe5-4f07-4fb4-ae36-8abcb1535653))
(model "${KIPRJMOD}/3d/PLR135_T8.stp"
(offset (xyz -2.54 -2.54 -0.127))
(scale (xyz 1 1 1))
(rotate (xyz 0 0 180))
)
)

View File

@@ -0,0 +1,43 @@
(footprint "PLT133_T10W" (version 20211014) (generator pcbnew)
(layer "F.Cu")
(tedit 62ED8104)
(property "MANUFACTURER" "Everlight Electronics")
(property "MAXIMUM_PACKAGE_HEIGHT" "10.3 mm")
(property "PARTREV" "5")
(property "STANDARD" "Manufacturer Recommendations")
(property "Sheetfile" "adatface_baseboard.kicad_sch")
(property "Sheetname" "")
(attr through_hole)
(fp_text reference "TR?" (at -3.757745 -6.669592 180) (layer "F.SilkS")
(effects (font (size 1 1) (thickness 0.15)))
(tstamp 4846382d-ddbf-4e1e-8ac7-85b7bcae3eea)
)
(fp_text value "PLT133_T10W" (at 5.16 9.865 180) (layer "F.Fab") hide
(effects (font (size 1 1) (thickness 0.15)))
(tstamp 353f31aa-4004-42a5-b0f9-0015aa1d630c)
)
(fp_line (start -4.85 8.49) (end -4.85 -5.01) (layer "F.SilkS") (width 0.127) (tstamp 0eca6b4a-1db8-4dc0-acb1-3583d299a29e))
(fp_line (start -4.85 8.49) (end 4.85 8.49) (layer "F.SilkS") (width 0.127) (tstamp 1298dce0-8173-4279-88dd-1e6f490be095))
(fp_line (start -4.85 -5.01) (end 4.85 -5.01) (layer "F.SilkS") (width 0.127) (tstamp caf4e03a-b4ac-4289-a81a-5b1f96d9b3eb))
(fp_line (start 4.85 8.49) (end 4.85 -5.01) (layer "F.SilkS") (width 0.127) (tstamp d6aa1abe-a47f-427e-807e-631bf58e4b42))
(fp_circle (center -5.4 -2.62) (end -5.3 -2.62) (layer "F.SilkS") (width 0.2) (fill none) (tstamp d21d7616-8bd3-4879-8a20-b6e388d2f492))
(fp_line (start 5.1 8.74) (end -5.1 8.74) (layer "F.CrtYd") (width 0.05) (tstamp 0dbf5f00-0fcf-4062-b0e8-b71667c6750c))
(fp_line (start -5.1 8.74) (end -5.1 -5.26) (layer "F.CrtYd") (width 0.05) (tstamp 359a6f95-9f71-4b49-9093-61a6c7538fd9))
(fp_line (start -5.1 -5.26) (end 5.1 -5.26) (layer "F.CrtYd") (width 0.05) (tstamp 4cde9787-61b9-40c9-b61e-2f1ddb6197d9))
(fp_line (start 5.1 -5.26) (end 5.1 8.74) (layer "F.CrtYd") (width 0.05) (tstamp e4461b35-cb34-496c-a55c-b06d6ea6de0e))
(fp_line (start -4.85 8.49) (end -4.85 -5.01) (layer "F.Fab") (width 0.127) (tstamp 33ec82cd-cac8-46d4-bfe2-883cfdc799a6))
(fp_line (start -4.85 8.49) (end 4.85 8.49) (layer "F.Fab") (width 0.127) (tstamp 6262c5a8-8816-4e5c-b532-127e6bc15e9b))
(fp_line (start -4.85 -5.01) (end 4.85 -5.01) (layer "F.Fab") (width 0.127) (tstamp 7e690956-6dfd-455f-ab4b-877cde9bbec3))
(fp_line (start 4.85 8.49) (end 4.85 -5.01) (layer "F.Fab") (width 0.127) (tstamp 956a6877-d519-4f7b-b5f6-0fb0be55f6da))
(fp_circle (center -5.4 -2.62) (end -5.3 -2.62) (layer "F.Fab") (width 0.2) (fill none) (tstamp 1472c624-edd9-4b58-ae41-7b50a4a0d5be))
(pad "1" thru_hole rect (at -2.54 -2.62) (size 1.358 1.358) (drill 0.85) (layers *.Cu *.Mask) (tstamp 1264c3d6-3a9d-4304-a1ba-2ecf28689c84))
(pad "2" thru_hole circle (at 0 -2.62) (size 1.358 1.358) (drill 0.85) (layers *.Cu *.Mask) (tstamp 42b86eb2-da34-4245-a669-2ed06961957a))
(pad "3" thru_hole circle (at 2.54 -2.62) (size 1.358 1.358) (drill 0.85) (layers *.Cu *.Mask) (tstamp 76553da1-0353-45af-926a-42bcf4ee5e4c))
(pad "4" thru_hole circle (at -2.54 0) (size 1.725 1.725) (drill 1.15) (layers *.Cu *.Mask) (tstamp 23136332-1fec-402d-97cf-3f04eb336397))
(pad "5" thru_hole circle (at 2.54 0) (size 1.725 1.725) (drill 1.15) (layers *.Cu *.Mask) (tstamp d462d8ce-bf59-4e64-bbff-abe63047bba1))
(model "${KIPRJMOD}/3d/PLT133_T10.step"
(offset (xyz 0 -8.5 0))
(scale (xyz 1 1 1))
(rotate (xyz -90 0 180))
)
)

View File

@@ -0,0 +1,45 @@
(footprint "PLT133_T8" (version 20211014) (generator pcbnew)
(layer "F.Cu")
(tedit 62ED84F6)
(property "MANUFACTURER" "Everlight Electronics")
(property "MAXIMUM_PACKAGE_HEIGHT" "10.3 mm")
(property "PARTREV" "5")
(property "STANDARD" "Manufacturer Recommendations")
(property "Sheetfile" "adatface_baseboard.kicad_sch")
(property "Sheetname" "")
(attr through_hole)
(fp_text reference "TR?" (at -3.757745 -6.669592 180) (layer "F.SilkS")
(effects (font (size 1 1) (thickness 0.15)))
(tstamp 4846382d-ddbf-4e1e-8ac7-85b7bcae3eea)
)
(fp_text value "PLT133_T8" (at 5.16 9.865 180) (layer "F.Fab") hide
(effects (font (size 1 1) (thickness 0.15)))
(tstamp 353f31aa-4004-42a5-b0f9-0015aa1d630c)
)
(fp_line (start -4.85 8.49) (end -4.85 -5.01) (layer "F.SilkS") (width 0.127) (tstamp 0eca6b4a-1db8-4dc0-acb1-3583d299a29e))
(fp_line (start -4.85 8.49) (end 4.85 8.49) (layer "F.SilkS") (width 0.127) (tstamp 1298dce0-8173-4279-88dd-1e6f490be095))
(fp_line (start -4.85 -5.01) (end 4.85 -5.01) (layer "F.SilkS") (width 0.127) (tstamp caf4e03a-b4ac-4289-a81a-5b1f96d9b3eb))
(fp_line (start 4.85 8.49) (end 4.85 -5.01) (layer "F.SilkS") (width 0.127) (tstamp d6aa1abe-a47f-427e-807e-631bf58e4b42))
(fp_circle (center -5.4 -2.62) (end -5.3 -2.62) (layer "F.SilkS") (width 0.2) (fill none) (tstamp d21d7616-8bd3-4879-8a20-b6e388d2f492))
(fp_line (start 5.1 8.74) (end -5.1 8.74) (layer "F.CrtYd") (width 0.05) (tstamp 0dbf5f00-0fcf-4062-b0e8-b71667c6750c))
(fp_line (start -5.1 8.74) (end -5.1 -5.26) (layer "F.CrtYd") (width 0.05) (tstamp 359a6f95-9f71-4b49-9093-61a6c7538fd9))
(fp_line (start -5.1 -5.26) (end 5.1 -5.26) (layer "F.CrtYd") (width 0.05) (tstamp 4cde9787-61b9-40c9-b61e-2f1ddb6197d9))
(fp_line (start 5.1 -5.26) (end 5.1 8.74) (layer "F.CrtYd") (width 0.05) (tstamp e4461b35-cb34-496c-a55c-b06d6ea6de0e))
(fp_line (start -4.85 8.49) (end -4.85 -5.01) (layer "F.Fab") (width 0.127) (tstamp 33ec82cd-cac8-46d4-bfe2-883cfdc799a6))
(fp_line (start -4.85 8.49) (end 4.85 8.49) (layer "F.Fab") (width 0.127) (tstamp 6262c5a8-8816-4e5c-b532-127e6bc15e9b))
(fp_line (start -4.85 -5.01) (end 4.85 -5.01) (layer "F.Fab") (width 0.127) (tstamp 7e690956-6dfd-455f-ab4b-877cde9bbec3))
(fp_line (start 4.85 8.49) (end 4.85 -5.01) (layer "F.Fab") (width 0.127) (tstamp 956a6877-d519-4f7b-b5f6-0fb0be55f6da))
(fp_circle (center -5.4 -2.62) (end -5.3 -2.62) (layer "F.Fab") (width 0.2) (fill none) (tstamp 1472c624-edd9-4b58-ae41-7b50a4a0d5be))
(pad "" np_thru_hole circle (at 2.8 2.62) (size 1.7 1.7) (drill 1.7) (layers *.Cu *.Mask) (tstamp 291bc89b-10f0-4cb4-8690-9bfbd70a4754))
(pad "" np_thru_hole circle (at -2.8 2.62) (size 1.7 1.7) (drill 1.7) (layers *.Cu *.Mask) (tstamp ee6098c6-69d8-4db6-9aa6-97c9de7b6cdf))
(pad "1" thru_hole rect (at -2.54 -2.62) (size 1.358 1.358) (drill 0.85) (layers *.Cu *.Mask) (tstamp 1264c3d6-3a9d-4304-a1ba-2ecf28689c84))
(pad "2" thru_hole circle (at 0 -2.62) (size 1.358 1.358) (drill 0.85) (layers *.Cu *.Mask) (tstamp 42b86eb2-da34-4245-a669-2ed06961957a))
(pad "3" thru_hole circle (at 2.54 -2.62) (size 1.358 1.358) (drill 0.85) (layers *.Cu *.Mask) (tstamp 76553da1-0353-45af-926a-42bcf4ee5e4c))
(pad "4" thru_hole circle (at -2.54 0) (size 1.725 1.725) (drill 1.15) (layers *.Cu *.Mask) (tstamp 23136332-1fec-402d-97cf-3f04eb336397))
(pad "5" thru_hole circle (at 2.54 0) (size 1.725 1.725) (drill 1.15) (layers *.Cu *.Mask) (tstamp d462d8ce-bf59-4e64-bbff-abe63047bba1))
(model "${KIPRJMOD}/3d/PLR135_T8.stp"
(offset (xyz 2.54 2.54 -0.127))
(scale (xyz 1 1 1))
(rotate (xyz 0 0 0))
)
)

File diff suppressed because it is too large Load Diff

299
hardware/rev0/usb_ulpi.lib Normal file
View File

@@ -0,0 +1,299 @@
EESchema-LIBRARY Version 2.4
#encoding utf-8
#
# Connector_Generic_Conn_02x06_Odd_Even
#
DEF Connector_Generic_Conn_02x06_Odd_Even J 0 40 Y N 1 F N
F0 "J" 50 300 50 H V C CNN
F1 "Connector_Generic_Conn_02x06_Odd_Even" 50 -400 50 H V C CNN
F2 "" 0 0 50 H I C CNN
F3 "" 0 0 50 H I C CNN
$FPLIST
Connector*:*_2x??_*
$ENDFPLIST
DRAW
S -50 -295 0 -305 1 1 6 N
S -50 -195 0 -205 1 1 6 N
S -50 -95 0 -105 1 1 6 N
S -50 5 0 -5 1 1 6 N
S -50 105 0 95 1 1 6 N
S -50 205 0 195 1 1 6 N
S -50 250 150 -350 1 1 10 f
S 150 -295 100 -305 1 1 6 N
S 150 -195 100 -205 1 1 6 N
S 150 -95 100 -105 1 1 6 N
S 150 5 100 -5 1 1 6 N
S 150 105 100 95 1 1 6 N
S 150 205 100 195 1 1 6 N
X Pin_1 1 -200 200 150 R 50 50 1 1 P
X Pin_10 10 300 -200 150 L 50 50 1 1 P
X Pin_11 11 -200 -300 150 R 50 50 1 1 P
X Pin_12 12 300 -300 150 L 50 50 1 1 P
X Pin_2 2 300 200 150 L 50 50 1 1 P
X Pin_3 3 -200 100 150 R 50 50 1 1 P
X Pin_4 4 300 100 150 L 50 50 1 1 P
X Pin_5 5 -200 0 150 R 50 50 1 1 P
X Pin_6 6 300 0 150 L 50 50 1 1 P
X Pin_7 7 -200 -100 150 R 50 50 1 1 P
X Pin_8 8 300 -100 150 L 50 50 1 1 P
X Pin_9 9 -200 -200 150 R 50 50 1 1 P
ENDDRAW
ENDDEF
#
# Connector_USB_C_Receptacle_USB2.0
#
DEF Connector_USB_C_Receptacle_USB2.0 J 0 40 Y Y 1 F N
F0 "J" -400 750 50 H V L CNN
F1 "Connector_USB_C_Receptacle_USB2.0" 750 750 50 H V R CNN
F2 "" 150 0 50 H I C CNN
F3 "" 150 0 50 H I C CNN
$FPLIST
USB*C*Receptacle*
$ENDFPLIST
DRAW
A -275 -150 75 -1799 -1 0 1 20 N -350 -150 -200 -150
A -275 -150 25 -1799 -1 0 1 10 N -300 -150 -250 -150
A -275 -150 25 -1799 -1 0 1 10 F -300 -150 -250 -150
A -275 150 25 1 1799 0 1 10 F -250 150 -300 150
A -275 150 25 1 1799 0 1 10 N -250 150 -300 150
A -275 150 75 1 1799 0 1 20 N -200 150 -350 150
C -100 45 25 0 1 10 F
C 0 -230 50 0 1 0 F
S -10 -700 10 -660 0 0 0 N
S 400 -590 360 -610 0 0 0 N
S 400 -490 360 -510 0 0 0 N
S 400 -190 360 -210 0 0 0 N
S 400 -90 360 -110 0 0 0 N
S 400 10 360 -10 0 0 0 N
S 400 110 360 90 0 0 0 N
S 400 310 360 290 0 0 0 N
S 400 410 360 390 0 0 0 N
S 400 610 360 590 0 0 0 N
S -400 700 400 -700 0 1 10 f
S -300 -150 -250 150 0 1 10 F
S 75 70 125 120 0 1 10 F
P 2 0 1 20 -350 -150 -350 150 N
P 2 0 1 20 -200 150 -200 -150 N
P 2 0 1 20 0 -230 0 170 N
P 3 0 1 20 0 -130 -100 -30 -100 20 N
P 3 0 1 20 0 -80 100 20 100 70 N
P 4 0 1 10 -50 170 0 270 50 170 -50 170 F
X GND A1 0 -900 200 U 50 50 1 1 P
X GND A12 0 -900 200 U 50 50 1 1 P N
X VBUS A4 600 600 200 L 50 50 1 1 P
X CC1 A5 600 400 200 L 50 50 1 1 B
X D+ A6 600 -100 200 L 50 50 1 1 B
X D- A7 600 100 200 L 50 50 1 1 B
X SBU1 A8 600 -500 200 L 50 50 1 1 B
X VBUS A9 600 600 200 L 50 50 1 1 P N
X GND B1 0 -900 200 U 50 50 1 1 P N
X GND B12 0 -900 200 U 50 50 1 1 P N
X VBUS B4 600 600 200 L 50 50 1 1 P N
X CC2 B5 600 300 200 L 50 50 1 1 B
X D+ B6 600 -200 200 L 50 50 1 1 B
X D- B7 600 0 200 L 50 50 1 1 B
X SBU2 B8 600 -600 200 L 50 50 1 1 B
X VBUS B9 600 600 200 L 50 50 1 1 P N
X SHIELD S1 -300 -900 200 U 50 50 1 1 P
ENDDRAW
ENDDEF
#
# Device_C_Small
#
DEF Device_C_Small C 0 10 N N 1 F N
F0 "C" 10 70 50 H V L CNN
F1 "Device_C_Small" 10 -80 50 H V L CNN
F2 "" 0 0 50 H I C CNN
F3 "" 0 0 50 H I C CNN
$FPLIST
C_*
$ENDFPLIST
DRAW
P 2 0 1 13 -60 -20 60 -20 N
P 2 0 1 12 -60 20 60 20 N
X ~ 1 0 100 80 D 50 50 1 1 P
X ~ 2 0 -100 80 U 50 50 1 1 P
ENDDRAW
ENDDEF
#
# Device_LED_Small
#
DEF Device_LED_Small D 0 10 N N 1 F N
F0 "D" -50 125 50 H V L CNN
F1 "Device_LED_Small" -175 -100 50 H V L CNN
F2 "" 0 0 50 V I C CNN
F3 "" 0 0 50 V I C CNN
$FPLIST
LED*
LED_SMD:*
LED_THT:*
$ENDFPLIST
DRAW
P 2 0 1 10 -30 -40 -30 40 N
P 2 0 1 0 40 0 -30 0 N
P 4 0 1 10 30 -40 -30 0 30 40 30 -40 N
P 5 0 1 0 0 30 -20 50 -10 50 -20 50 -20 40 N
P 5 0 1 0 20 50 0 70 10 70 0 70 0 60 N
X K 1 -100 0 70 R 50 50 1 1 P
X A 2 100 0 70 L 50 50 1 1 P
ENDDRAW
ENDDEF
#
# Device_R_Small
#
DEF Device_R_Small R 0 10 N N 1 F N
F0 "R" 30 20 50 H V L CNN
F1 "Device_R_Small" 30 -40 50 H V L CNN
F2 "" 0 0 50 H I C CNN
F3 "" 0 0 50 H I C CNN
$FPLIST
R_*
$ENDFPLIST
DRAW
S -30 70 30 -70 0 1 8 N
X ~ 1 0 100 30 D 50 50 1 1 P
X ~ 2 0 -100 30 U 50 50 1 1 P
ENDDRAW
ENDDEF
#
# Regulator_Linear_TPS76318
#
DEF Regulator_Linear_TPS76318 U 0 10 Y Y 1 F N
F0 "U" -150 225 50 H V C CNN
F1 "Regulator_Linear_TPS76318" 0 225 50 H V L CNN
F2 "Package_TO_SOT_SMD:SOT-23-5" 0 325 50 H I C CIN
F3 "" 0 0 50 H I C CNN
ALIAS TPS76318 TPS76325 TPS76327 TPS76329 TPS76330 TPS76333 TPS76338 TPS76350
$FPLIST
SOT?23*
$ENDFPLIST
DRAW
S -200 175 200 -200 0 1 10 f
X VIN 1 -300 100 100 R 50 50 1 1 W
X GND 2 0 -300 100 U 50 50 1 1 W
X EN 3 -300 0 100 R 50 50 1 1 I
X NC 4 300 0 100 L 50 50 1 1 N N
X VOUT 5 300 100 100 L 50 50 1 1 w
ENDDRAW
ENDDEF
#
# power_+1V8
#
DEF power_+1V8 #PWR 0 0 Y Y 1 F P
F0 "#PWR" 0 -150 50 H I C CNN
F1 "power_+1V8" 0 140 50 H V C CNN
F2 "" 0 0 50 H I C CNN
F3 "" 0 0 50 H I C CNN
DRAW
P 2 0 1 0 -30 50 0 100 N
P 2 0 1 0 0 0 0 100 N
P 2 0 1 0 0 100 30 50 N
X +1V8 1 0 0 0 U 50 50 1 1 W N
ENDDRAW
ENDDEF
#
# power_+3.3V
#
DEF power_+3.3V #PWR 0 0 Y Y 1 F P
F0 "#PWR" 0 -150 50 H I C CNN
F1 "power_+3.3V" 0 140 50 H V C CNN
F2 "" 0 0 50 H I C CNN
F3 "" 0 0 50 H I C CNN
DRAW
P 2 0 1 0 -30 50 0 100 N
P 2 0 1 0 0 0 0 100 N
P 2 0 1 0 0 100 30 50 N
X +3V3 1 0 0 0 U 50 50 1 1 W N
ENDDRAW
ENDDEF
#
# power_+3V3
#
DEF power_+3V3 #PWR 0 0 Y Y 1 F P
F0 "#PWR" 0 -150 50 H I C CNN
F1 "power_+3V3" 0 140 50 H V C CNN
F2 "" 0 0 50 H I C CNN
F3 "" 0 0 50 H I C CNN
ALIAS +3.3V
DRAW
P 2 0 1 0 -30 50 0 100 N
P 2 0 1 0 0 0 0 100 N
P 2 0 1 0 0 100 30 50 N
X +3V3 1 0 0 0 U 50 50 1 1 W N
ENDDRAW
ENDDEF
#
# power_GND
#
DEF power_GND #PWR 0 0 Y Y 1 F P
F0 "#PWR" 0 -250 50 H I C CNN
F1 "power_GND" 0 -150 50 H V C CNN
F2 "" 0 0 50 H I C CNN
F3 "" 0 0 50 H I C CNN
DRAW
P 6 0 1 0 0 0 0 -50 50 -50 0 -100 -50 -50 0 -50 N
X GND 1 0 0 0 D 50 50 1 1 W N
ENDDRAW
ENDDEF
#
# power_VBUS
#
DEF power_VBUS #PWR 0 0 Y Y 1 F P
F0 "#PWR" 0 -150 50 H I C CNN
F1 "power_VBUS" 0 150 50 H V C CNN
F2 "" 0 0 50 H I C CNN
F3 "" 0 0 50 H I C CNN
DRAW
P 2 0 1 0 -30 50 0 100 N
P 2 0 1 0 0 0 0 100 N
P 2 0 1 0 0 100 30 50 N
X VBUS 1 0 0 0 U 50 50 1 1 W N
ENDDRAW
ENDDEF
#
# twam-Misc_USB3320
#
DEF twam-Misc_USB3320 U 0 40 Y Y 1 F N
F0 "U" 0 1250 50 H V C CNN
F1 "twam-Misc_USB3320" 0 -1150 50 H V C CNN
F2 "" 2600 600 50 H I C CNN
F3 "" 2600 600 50 H I C CNN
DRAW
S -500 1200 500 -1100 0 1 0 f
X CLKOUT 1 -600 -100 100 R 50 50 1 1 O
X DATA6 10 -600 500 100 R 50 50 1 1 B
X REFSEL1 11 -600 -400 100 R 50 50 1 1 I
X ~ 12 -600 -1000 100 R 50 50 1 1 N N
X DATA7 13 -600 400 100 R 50 50 1 1 B
X REFSEL2 14 -600 -500 100 R 50 50 1 1 I
X SPK_L 15 600 -500 100 L 50 50 1 1 B
X SPK_R 16 600 -600 100 L 50 50 1 1 B
X CPEN 17 600 200 100 L 50 50 1 1 O
X DP 18 600 -200 100 L 50 50 1 1 B
X DM 19 600 -100 100 L 50 50 1 1 B
X NXT 2 -600 100 100 R 50 50 1 1 O
X VDD33 20 600 900 100 L 50 50 1 1 w
X VBAT 21 600 1100 100 L 50 50 1 1 W
X VBUS 22 600 0 100 L 50 50 1 1 I
X ID 23 600 -300 100 L 50 50 1 1 I
X RBIAS 24 600 -800 100 L 50 50 1 1 P
X XO 25 -600 -700 100 R 50 50 1 1 O
X REFCLK 26 -600 -800 100 R 50 50 1 1 I
X RESETB 27 -600 -900 100 R 50 50 1 1 I
X VDD18 28 600 700 100 L 50 50 1 1 W
X STP 29 -600 200 100 R 50 50 1 1 I
X DATA0 3 -600 1100 100 R 50 50 1 1 B
X VDD18 30 600 600 100 L 50 50 1 1 W
X DIR 31 -600 0 100 R 50 50 1 1 O
X VDDIO 32 600 400 100 L 50 50 1 1 W
X GND 33 600 -1000 100 L 50 50 1 1 W
X DATA1 4 -600 1000 100 R 50 50 1 1 B
X DATA2 5 -600 900 100 R 50 50 1 1 B
X DATA3 6 -600 800 100 R 50 50 1 1 B
X DATA4 7 -600 700 100 R 50 50 1 1 B
X REFSEL0 8 -600 -300 100 R 50 50 1 1 I
X DATA5 9 -600 600 100 R 50 50 1 1 B
ENDDRAW
ENDDEF
#
#End Library