revert e7857d53894f59daacbeb4494f2556d4e7273a29
revert FT23 TSAL
This commit is contained in:
parent
e7857d5389
commit
ad229750f3
19
.gitignore
vendored
19
.gitignore
vendored
@ -1,6 +1,6 @@
|
||||
# ---> KiCad
|
||||
# For PCBs designed using KiCad: https://www.kicad.org/
|
||||
# Format documentation: https://kicad.org/help/file-formats/
|
||||
# For PCBs designed using KiCad: http://www.kicad-pcb.org/
|
||||
# Format documentation: http://kicad-pcb.org/help/file-formats/
|
||||
|
||||
# Temporary files
|
||||
*.000
|
||||
@ -8,7 +8,6 @@
|
||||
*.bck
|
||||
*.kicad_pcb-bak
|
||||
*.kicad_sch-bak
|
||||
*-backups
|
||||
*.kicad_prl
|
||||
*.sch-bak
|
||||
*~
|
||||
@ -29,17 +28,3 @@ fp-info-cache
|
||||
*.xml
|
||||
*.csv
|
||||
|
||||
# ---> VisualStudioCode
|
||||
.vscode/*
|
||||
!.vscode/settings.json
|
||||
!.vscode/tasks.json
|
||||
!.vscode/launch.json
|
||||
!.vscode/extensions.json
|
||||
!.vscode/*.code-snippets
|
||||
|
||||
# Local History for Visual Studio Code
|
||||
.history/
|
||||
|
||||
# Built Visual Studio Code Extensions
|
||||
*.vsix
|
||||
|
||||
|
3
.gitmodules
vendored
3
.gitmodules
vendored
@ -1,3 +0,0 @@
|
||||
[submodule "ECAD/KiCAD_Libraries"]
|
||||
path = Hardware/KiCAD_Libraries
|
||||
url = ssh://git@git.fasttube.de:313/FaSTTUBe/KiCAD_Libraries.git
|
16564
TSAL.kicad_pcb
16564
TSAL.kicad_pcb
File diff suppressed because it is too large
Load Diff
278
TSAL.kicad_pro
278
TSAL.kicad_pro
@ -1,19 +1,15 @@
|
||||
{
|
||||
"board": {
|
||||
"3dviewports": [],
|
||||
"design_settings": {
|
||||
"defaults": {
|
||||
"apply_defaults_to_fp_fields": false,
|
||||
"apply_defaults_to_fp_shapes": false,
|
||||
"apply_defaults_to_fp_text": false,
|
||||
"board_outline_line_width": 0.1,
|
||||
"copper_line_width": 0.2,
|
||||
"board_outline_line_width": 0.09999999999999999,
|
||||
"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.05,
|
||||
"courtyard_line_width": 0.049999999999999996,
|
||||
"dimension_precision": 4,
|
||||
"dimension_units": 3,
|
||||
"dimensions": {
|
||||
@ -24,7 +20,7 @@
|
||||
"text_position": 0,
|
||||
"units_format": 1
|
||||
},
|
||||
"fab_line_width": 0.1,
|
||||
"fab_line_width": 0.09999999999999999,
|
||||
"fab_text_italic": false,
|
||||
"fab_text_size_h": 1.0,
|
||||
"fab_text_size_v": 1.0,
|
||||
@ -59,68 +55,42 @@
|
||||
"width": 0.0
|
||||
}
|
||||
],
|
||||
"drc_exclusions": [
|
||||
[
|
||||
"courtyards_overlap|115595000|72809000|34edd42f-47e0-4c13-8eda-4b3a57929944|6237c764-ed5c-4b29-af63-2bf544e2809d",
|
||||
""
|
||||
]
|
||||
],
|
||||
"drc_exclusions": [],
|
||||
"meta": {
|
||||
"version": 2
|
||||
},
|
||||
"rule_severities": {
|
||||
"annular_width": "error",
|
||||
"clearance": "error",
|
||||
"connection_width": "warning",
|
||||
"copper_edge_clearance": "error",
|
||||
"copper_sliver": "warning",
|
||||
"courtyards_overlap": "error",
|
||||
"creepage": "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": "error",
|
||||
"footprint_filters_mismatch": "ignore",
|
||||
"footprint_symbol_mismatch": "warning",
|
||||
"footprint_type_mismatch": "error",
|
||||
"hole_clearance": "error",
|
||||
"hole_near_hole": "error",
|
||||
"hole_to_hole": "error",
|
||||
"holes_co_located": "warning",
|
||||
"invalid_outline": "error",
|
||||
"isolated_copper": "warning",
|
||||
"item_on_disabled_layer": "error",
|
||||
"items_not_allowed": "error",
|
||||
"length_out_of_range": "error",
|
||||
"lib_footprint_issues": "warning",
|
||||
"lib_footprint_mismatch": "warning",
|
||||
"malformed_courtyard": "error",
|
||||
"microvia_drill_out_of_range": "error",
|
||||
"mirrored_text_on_front_layer": "warning",
|
||||
"missing_courtyard": "ignore",
|
||||
"missing_footprint": "warning",
|
||||
"net_conflict": "warning",
|
||||
"nonmirrored_text_on_back_layer": "warning",
|
||||
"npth_inside_courtyard": "ignore",
|
||||
"padstack": "error",
|
||||
"pth_inside_courtyard": "ignore",
|
||||
"shorting_items": "error",
|
||||
"silk_edge_clearance": "warning",
|
||||
"silk_over_copper": "warning",
|
||||
"silk_overlap": "warning",
|
||||
"skew_out_of_range": "error",
|
||||
"solder_mask_bridge": "error",
|
||||
"starved_thermal": "error",
|
||||
"text_height": "warning",
|
||||
"text_on_edge_cuts": "error",
|
||||
"text_thickness": "warning",
|
||||
"through_hole_pad_without_hole": "error",
|
||||
"too_many_vias": "error",
|
||||
"track_angle": "error",
|
||||
"track_dangling": "warning",
|
||||
"track_segment_length": "error",
|
||||
"track_width": "error",
|
||||
"tracks_crossing": "error",
|
||||
"unconnected_items": "error",
|
||||
@ -134,121 +104,39 @@
|
||||
"allow_microvias": false,
|
||||
"max_error": 0.005,
|
||||
"min_clearance": 0.0,
|
||||
"min_connection": 0.0,
|
||||
"min_copper_edge_clearance": 0.0,
|
||||
"min_groove_width": 0.0,
|
||||
"min_hole_clearance": 0.25,
|
||||
"min_hole_to_hole": 0.25,
|
||||
"min_microvia_diameter": 0.2,
|
||||
"min_microvia_drill": 0.1,
|
||||
"min_resolved_spokes": 2,
|
||||
"min_microvia_diameter": 0.19999999999999998,
|
||||
"min_microvia_drill": 0.09999999999999999,
|
||||
"min_silk_clearance": 0.0,
|
||||
"min_text_height": 0.8,
|
||||
"min_text_thickness": 0.08,
|
||||
"min_through_hole_diameter": 0.3,
|
||||
"min_track_width": 0.2,
|
||||
"min_via_annular_width": 0.05,
|
||||
"min_via_diameter": 0.4,
|
||||
"min_track_width": 0.19999999999999998,
|
||||
"min_via_annular_width": 0.049999999999999996,
|
||||
"min_via_diameter": 0.39999999999999997,
|
||||
"solder_mask_clearance": 0.0,
|
||||
"solder_mask_min_width": 0.0,
|
||||
"solder_mask_to_copper_clearance": 0.0,
|
||||
"use_height_for_length_calcs": true
|
||||
},
|
||||
"teardrop_options": [
|
||||
{
|
||||
"td_onpthpad": true,
|
||||
"td_onroundshapesonly": false,
|
||||
"td_onsmdpad": true,
|
||||
"td_ontrackend": false,
|
||||
"td_onvia": true
|
||||
}
|
||||
],
|
||||
"teardrop_parameters": [
|
||||
{
|
||||
"td_allow_use_two_tracks": true,
|
||||
"td_curve_segcount": 1,
|
||||
"td_height_ratio": 1.0,
|
||||
"td_length_ratio": 1.0,
|
||||
"td_maxheight": 2.0,
|
||||
"td_maxlen": 1.0,
|
||||
"td_on_pad_in_zone": false,
|
||||
"td_target_name": "td_round_shape",
|
||||
"td_width_to_size_filter_ratio": 0.9
|
||||
},
|
||||
{
|
||||
"td_allow_use_two_tracks": true,
|
||||
"td_curve_segcount": 1,
|
||||
"td_height_ratio": 1.0,
|
||||
"td_length_ratio": 1.0,
|
||||
"td_maxheight": 2.0,
|
||||
"td_maxlen": 1.0,
|
||||
"td_on_pad_in_zone": false,
|
||||
"td_target_name": "td_rect_shape",
|
||||
"td_width_to_size_filter_ratio": 1.0
|
||||
},
|
||||
{
|
||||
"td_allow_use_two_tracks": true,
|
||||
"td_curve_segcount": 1,
|
||||
"td_height_ratio": 1.0,
|
||||
"td_length_ratio": 1.0,
|
||||
"td_maxheight": 2.0,
|
||||
"td_maxlen": 1.0,
|
||||
"td_on_pad_in_zone": false,
|
||||
"td_target_name": "td_track_end",
|
||||
"td_width_to_size_filter_ratio": 1.0
|
||||
}
|
||||
],
|
||||
"track_widths": [
|
||||
0.0,
|
||||
0.25,
|
||||
0.5,
|
||||
1.0
|
||||
0.2,
|
||||
0.6
|
||||
],
|
||||
"tuning_pattern_settings": {
|
||||
"diff_pair_defaults": {
|
||||
"corner_radius_percentage": 80,
|
||||
"corner_style": 1,
|
||||
"max_amplitude": 1.0,
|
||||
"min_amplitude": 0.2,
|
||||
"single_sided": false,
|
||||
"spacing": 1.0
|
||||
},
|
||||
"diff_pair_skew_defaults": {
|
||||
"corner_radius_percentage": 80,
|
||||
"corner_style": 1,
|
||||
"max_amplitude": 1.0,
|
||||
"min_amplitude": 0.2,
|
||||
"single_sided": false,
|
||||
"spacing": 0.6
|
||||
},
|
||||
"single_track_defaults": {
|
||||
"corner_radius_percentage": 80,
|
||||
"corner_style": 1,
|
||||
"max_amplitude": 1.0,
|
||||
"min_amplitude": 0.2,
|
||||
"single_sided": false,
|
||||
"spacing": 0.6
|
||||
}
|
||||
},
|
||||
"via_dimensions": [
|
||||
{
|
||||
"diameter": 0.0,
|
||||
"drill": 0.0
|
||||
},
|
||||
{
|
||||
"diameter": 4.0,
|
||||
"drill": 3.5
|
||||
}
|
||||
],
|
||||
"zones_allow_external_fillets": false,
|
||||
"zones_use_no_outline": true
|
||||
},
|
||||
"ipc2581": {
|
||||
"dist": "",
|
||||
"distpn": "",
|
||||
"internal_id": "",
|
||||
"mfg": "",
|
||||
"mpn": ""
|
||||
},
|
||||
"layer_pairs": [],
|
||||
"layer_presets": [],
|
||||
"viewports": []
|
||||
"layer_presets": []
|
||||
},
|
||||
"boards": [],
|
||||
"cvpcb": {
|
||||
@ -435,26 +323,15 @@
|
||||
"bus_label_syntax": "error",
|
||||
"bus_to_bus_conflict": "error",
|
||||
"bus_to_net_conflict": "error",
|
||||
"conflicting_netclasses": "error",
|
||||
"different_unit_footprint": "error",
|
||||
"different_unit_net": "error",
|
||||
"duplicate_reference": "error",
|
||||
"duplicate_sheet_names": "error",
|
||||
"endpoint_off_grid": "warning",
|
||||
"extra_units": "error",
|
||||
"footprint_filter": "ignore",
|
||||
"footprint_link_issues": "warning",
|
||||
"four_way_junction": "ignore",
|
||||
"global_label_dangling": "warning",
|
||||
"hier_label_mismatch": "error",
|
||||
"label_dangling": "error",
|
||||
"label_multiple_wires": "warning",
|
||||
"lib_symbol_issues": "warning",
|
||||
"lib_symbol_mismatch": "warning",
|
||||
"missing_bidi_pin": "warning",
|
||||
"missing_input_pin": "warning",
|
||||
"missing_power_pin": "error",
|
||||
"missing_unit": "warning",
|
||||
"multiple_net_names": "warning",
|
||||
"net_not_bus_member": "warning",
|
||||
"no_connect_connected": "warning",
|
||||
@ -463,14 +340,8 @@
|
||||
"pin_not_driven": "error",
|
||||
"pin_to_pin": "warning",
|
||||
"power_pin_not_driven": "error",
|
||||
"same_local_global_label": "warning",
|
||||
"similar_label_and_power": "warning",
|
||||
"similar_labels": "warning",
|
||||
"similar_power": "warning",
|
||||
"simulation_model_issue": "ignore",
|
||||
"single_global_label": "ignore",
|
||||
"unannotated": "error",
|
||||
"unconnected_wire_endpoint": "warning",
|
||||
"unit_value_mismatch": "error",
|
||||
"unresolved_variable": "error",
|
||||
"wire_dangling": "error"
|
||||
@ -482,12 +353,12 @@
|
||||
},
|
||||
"meta": {
|
||||
"filename": "TSAL.kicad_pro",
|
||||
"version": 3
|
||||
"version": 1
|
||||
},
|
||||
"net_settings": {
|
||||
"classes": [
|
||||
{
|
||||
"bus_width": 12,
|
||||
"bus_width": 12.0,
|
||||
"clearance": 0.2,
|
||||
"diff_pair_gap": 0.25,
|
||||
"diff_pair_via_gap": 0.25,
|
||||
@ -497,100 +368,50 @@
|
||||
"microvia_drill": 0.1,
|
||||
"name": "Default",
|
||||
"pcb_color": "rgba(0, 0, 0, 0.000)",
|
||||
"priority": 2147483647,
|
||||
"schematic_color": "rgba(0, 0, 0, 0.000)",
|
||||
"track_width": 0.25,
|
||||
"via_diameter": 0.8,
|
||||
"via_drill": 0.4,
|
||||
"wire_width": 6
|
||||
"wire_width": 6.0
|
||||
},
|
||||
{
|
||||
"bus_width": 12.0,
|
||||
"clearance": 3.2,
|
||||
"diff_pair_gap": 0.25,
|
||||
"diff_pair_via_gap": 0.25,
|
||||
"diff_pair_width": 0.2,
|
||||
"line_style": 0,
|
||||
"microvia_diameter": 0.3,
|
||||
"microvia_drill": 0.1,
|
||||
"name": "GND",
|
||||
"nets": [],
|
||||
"pcb_color": "rgba(0, 0, 0, 0.000)",
|
||||
"schematic_color": "rgba(0, 0, 0, 0.000)",
|
||||
"track_width": 0.25,
|
||||
"via_diameter": 4.0,
|
||||
"via_drill": 3.2,
|
||||
"wire_width": 6.0
|
||||
}
|
||||
],
|
||||
"meta": {
|
||||
"version": 4
|
||||
"version": 2
|
||||
},
|
||||
"net_colors": null,
|
||||
"netclass_assignments": null,
|
||||
"netclass_patterns": []
|
||||
"net_colors": null
|
||||
},
|
||||
"pcbnew": {
|
||||
"last_paths": {
|
||||
"gencad": "",
|
||||
"idf": "",
|
||||
"netlist": "",
|
||||
"plot": "",
|
||||
"pos_files": "",
|
||||
"specctra_dsn": "",
|
||||
"step": "",
|
||||
"svg": "",
|
||||
"step": "TSAL.step",
|
||||
"vrml": ""
|
||||
},
|
||||
"page_layout_descr_file": ""
|
||||
},
|
||||
"schematic": {
|
||||
"annotate_start_num": 0,
|
||||
"bom_export_filename": "${PROJECTNAME}.csv",
|
||||
"bom_fmt_presets": [],
|
||||
"bom_fmt_settings": {
|
||||
"field_delimiter": ",",
|
||||
"keep_line_breaks": false,
|
||||
"keep_tabs": false,
|
||||
"name": "CSV",
|
||||
"ref_delimiter": ",",
|
||||
"ref_range_delimiter": "",
|
||||
"string_delimiter": "\""
|
||||
},
|
||||
"bom_presets": [],
|
||||
"bom_settings": {
|
||||
"exclude_dnp": false,
|
||||
"fields_ordered": [
|
||||
{
|
||||
"group_by": false,
|
||||
"label": "Reference",
|
||||
"name": "Reference",
|
||||
"show": true
|
||||
},
|
||||
{
|
||||
"group_by": true,
|
||||
"label": "Value",
|
||||
"name": "Value",
|
||||
"show": true
|
||||
},
|
||||
{
|
||||
"group_by": false,
|
||||
"label": "Datasheet",
|
||||
"name": "Datasheet",
|
||||
"show": true
|
||||
},
|
||||
{
|
||||
"group_by": false,
|
||||
"label": "Footprint",
|
||||
"name": "Footprint",
|
||||
"show": true
|
||||
},
|
||||
{
|
||||
"group_by": false,
|
||||
"label": "Qty",
|
||||
"name": "${QUANTITY}",
|
||||
"show": true
|
||||
},
|
||||
{
|
||||
"group_by": true,
|
||||
"label": "DNP",
|
||||
"name": "${DNP}",
|
||||
"show": true
|
||||
}
|
||||
],
|
||||
"filter_string": "",
|
||||
"group_symbols": true,
|
||||
"include_excluded_from_bom": false,
|
||||
"name": "Grouped By Value",
|
||||
"sort_asc": true,
|
||||
"sort_field": "Reference"
|
||||
},
|
||||
"connection_grid_size": 50.0,
|
||||
"drawing": {
|
||||
"dashed_lines_dash_length_ratio": 12.0,
|
||||
"dashed_lines_gap_length_ratio": 3.0,
|
||||
"default_line_thickness": 6.0,
|
||||
"default_text_size": 50.0,
|
||||
"field_names": [],
|
||||
@ -601,11 +422,6 @@
|
||||
"intersheets_ref_suffix": "",
|
||||
"junction_size_choice": 3,
|
||||
"label_size_ratio": 0.375,
|
||||
"operating_point_overlay_i_precision": 3,
|
||||
"operating_point_overlay_i_range": "~A",
|
||||
"operating_point_overlay_v_precision": 3,
|
||||
"operating_point_overlay_v_range": "~V",
|
||||
"overbar_offset_ratio": 1.23,
|
||||
"pin_symbol_size": 25.0,
|
||||
"text_offset_ratio": 0.15
|
||||
},
|
||||
@ -624,23 +440,17 @@
|
||||
"model_mode": 0,
|
||||
"workbook_filename": ""
|
||||
},
|
||||
"page_layout_descr_file": "kicad-embed://FaSTTUBe_worksheet.kicad_wks",
|
||||
"page_layout_descr_file": "",
|
||||
"plot_directory": "",
|
||||
"space_save_all_events": true,
|
||||
"spice_adjust_passive_values": false,
|
||||
"spice_current_sheet_as_root": false,
|
||||
"spice_external_command": "spice \"%I\"",
|
||||
"spice_model_current_sheet_as_root": true,
|
||||
"spice_save_all_currents": false,
|
||||
"spice_save_all_dissipations": false,
|
||||
"spice_save_all_voltages": false,
|
||||
"subpart_first_id": 65,
|
||||
"subpart_id_separator": 0
|
||||
},
|
||||
"sheets": [
|
||||
[
|
||||
"a6ec3c41-0d62-4b44-9c65-6fb5befade19",
|
||||
"Root"
|
||||
"e63e39d7-6ac0-4ffd-8aa3-1841a4541b55",
|
||||
""
|
||||
]
|
||||
],
|
||||
"text_variables": {}
|
||||
|
2607
TSAL.kicad_sch
2607
TSAL.kicad_sch
File diff suppressed because it is too large
Load Diff
@ -1,9 +1,3 @@
|
||||
(fp_lib_table
|
||||
(version 7)
|
||||
(lib (name "FaSTTUBe_connectors")(type "KiCad")(uri "${KIPRJMOD}/libraries/FaSTTUBe_connectors.pretty")(options "")(descr ""))
|
||||
(lib (name "FaSTTUBe_Fuses")(type "KiCad")(uri "${KIPRJMOD}/libraries/FaSTTUBe_Fuses.pretty")(options "")(descr ""))
|
||||
(lib (name "FaSTTUBe_Isolators")(type "KiCad")(uri "${KIPRJMOD}/libraries/FaSTTUBe_Isolators.pretty")(options "")(descr ""))
|
||||
(lib (name "FaSTTUBe_LEDs")(type "KiCad")(uri "${KIPRJMOD}/libraries/FaSTTUBe_LEDs.pretty")(options "")(descr ""))
|
||||
(lib (name "FaSTTUBe_logos")(type "KiCad")(uri "${KIPRJMOD}/libraries/FaSTTUBe_logos.pretty")(options "")(descr ""))
|
||||
(lib (name "FaSTTUBe_Voltage_Regulators")(type "KiCad")(uri "${KIPRJMOD}/libraries/FaSTTUBe_Voltage_Regulators.pretty")(options "")(descr ""))
|
||||
(lib (name "footprints")(type "KiCad")(uri "${KIPRJMOD}/footprints/FaSTTUBe_logos.pretty")(options "")(descr ""))
|
||||
)
|
||||
|
Binary file not shown.
@ -1,202 +0,0 @@
|
||||
%TF.GenerationSoftware,KiCad,Pcbnew,(6.0.10)*%
|
||||
%TF.CreationDate,2023-02-13T15:51:01+01:00*%
|
||||
%TF.ProjectId,LED_PCB,4c45445f-5043-4422-9e6b-696361645f70,rev?*%
|
||||
%TF.SameCoordinates,PXaf9e7f0PY5d42830*%
|
||||
%TF.FileFunction,Copper,L2,Bot*%
|
||||
%TF.FilePolarity,Positive*%
|
||||
%FSLAX46Y46*%
|
||||
G04 Gerber Fmt 4.6, Leading zero omitted, Abs format (unit mm)*
|
||||
G04 Created by KiCad (PCBNEW (6.0.10)) date 2023-02-13 15:51:01*
|
||||
%MOMM*%
|
||||
%LPD*%
|
||||
G01*
|
||||
G04 APERTURE LIST*
|
||||
%TA.AperFunction,ComponentPad*%
|
||||
%ADD10R,1.000000X1.000000*%
|
||||
%TD*%
|
||||
%TA.AperFunction,ComponentPad*%
|
||||
%ADD11O,1.000000X1.000000*%
|
||||
%TD*%
|
||||
%TA.AperFunction,ViaPad*%
|
||||
%ADD12C,0.800000*%
|
||||
%TD*%
|
||||
%TA.AperFunction,Conductor*%
|
||||
%ADD13C,0.250000*%
|
||||
%TD*%
|
||||
G04 APERTURE END LIST*
|
||||
D10*
|
||||
%TO.P,J2,1,Pin_1*%
|
||||
%TO.N,Net-(D1-Pad8)*%
|
||||
X-6650000Y1905000D03*
|
||||
D11*
|
||||
%TO.P,J2,2,Pin_2*%
|
||||
%TO.N,Net-(D1-Pad7)*%
|
||||
X-6650000Y635000D03*
|
||||
%TO.P,J2,3,Pin_3*%
|
||||
%TO.N,Net-(D1-Pad2)*%
|
||||
X-6650000Y-635000D03*
|
||||
%TO.P,J2,4,Pin_4*%
|
||||
%TO.N,Net-(D1-Pad1)*%
|
||||
X-6650000Y-1905000D03*
|
||||
%TD*%
|
||||
D10*
|
||||
%TO.P,J1,1,Pin_1*%
|
||||
%TO.N,Net-(D1-Pad1)*%
|
||||
X-1905000Y-4064000D03*
|
||||
D11*
|
||||
%TO.P,J1,2,Pin_2*%
|
||||
%TO.N,Net-(D1-Pad2)*%
|
||||
X-635000Y-4064000D03*
|
||||
%TO.P,J1,3,Pin_3*%
|
||||
%TO.N,Net-(D3-Pad7)*%
|
||||
X635000Y-4064000D03*
|
||||
%TO.P,J1,4,Pin_4*%
|
||||
%TO.N,Net-(D3-Pad8)*%
|
||||
X1905000Y-4064000D03*
|
||||
%TD*%
|
||||
D10*
|
||||
%TO.P,J4,1,Pin_1*%
|
||||
%TO.N,Net-(D1-Pad8)*%
|
||||
X-4400000Y1890000D03*
|
||||
D11*
|
||||
%TO.P,J4,2,Pin_2*%
|
||||
%TO.N,Net-(D1-Pad7)*%
|
||||
X-4400000Y620000D03*
|
||||
%TO.P,J4,3,Pin_3*%
|
||||
%TO.N,Net-(D1-Pad2)*%
|
||||
X-4400000Y-650000D03*
|
||||
%TO.P,J4,4,Pin_4*%
|
||||
%TO.N,Net-(D1-Pad1)*%
|
||||
X-4400000Y-1920000D03*
|
||||
%TD*%
|
||||
D10*
|
||||
%TO.P,J3,1,Pin_1*%
|
||||
%TO.N,Net-(D2-Pad8)*%
|
||||
X6650000Y1905000D03*
|
||||
D11*
|
||||
%TO.P,J3,2,Pin_2*%
|
||||
%TO.N,Net-(D2-Pad7)*%
|
||||
X6650000Y635000D03*
|
||||
%TO.P,J3,3,Pin_3*%
|
||||
%TO.N,Net-(D3-Pad7)*%
|
||||
X6650000Y-635000D03*
|
||||
%TO.P,J3,4,Pin_4*%
|
||||
%TO.N,Net-(D3-Pad8)*%
|
||||
X6650000Y-1905000D03*
|
||||
%TD*%
|
||||
D10*
|
||||
%TO.P,J5,1,Pin_1*%
|
||||
%TO.N,Net-(D2-Pad8)*%
|
||||
X4445000Y1900000D03*
|
||||
D11*
|
||||
%TO.P,J5,2,Pin_2*%
|
||||
%TO.N,Net-(D2-Pad7)*%
|
||||
X4445000Y630000D03*
|
||||
%TO.P,J5,3,Pin_3*%
|
||||
%TO.N,Net-(D3-Pad7)*%
|
||||
X4445000Y-640000D03*
|
||||
%TO.P,J5,4,Pin_4*%
|
||||
%TO.N,Net-(D3-Pad8)*%
|
||||
X4445000Y-1910000D03*
|
||||
%TD*%
|
||||
D12*
|
||||
%TO.N,Net-(D1-Pad7)*%
|
||||
X-3033000Y620000D03*
|
||||
%TO.N,Net-(D1-Pad8)*%
|
||||
X-3033000Y1890000D03*
|
||||
%TO.N,Net-(D2-Pad7)*%
|
||||
X3043000Y630000D03*
|
||||
%TO.N,Net-(D2-Pad8)*%
|
||||
X3053000Y1900000D03*
|
||||
%TO.N,Net-(D1-Pad1)*%
|
||||
X-11666500Y-1905000D03*
|
||||
%TO.N,Net-(D1-Pad2)*%
|
||||
X-11078908Y-635000D03*
|
||||
%TO.N,Net-(D3-Pad7)*%
|
||||
X10339665Y-635000D03*
|
||||
%TO.N,Net-(D3-Pad8)*%
|
||||
X11704665Y-1905000D03*
|
||||
%TD*%
|
||||
D13*
|
||||
%TO.N,Net-(D1-Pad7)*%
|
||||
X-6650000Y635000D02*
|
||||
X-4415000Y635000D01*
|
||||
X-3033000Y620000D02*
|
||||
X-4400000Y620000D01*
|
||||
X-4415000Y635000D02*
|
||||
X-4400000Y620000D01*
|
||||
%TO.N,Net-(D1-Pad8)*%
|
||||
X-4400000Y1890000D02*
|
||||
X-3033000Y1890000D01*
|
||||
X-4400000Y1890000D02*
|
||||
X-6635000Y1890000D01*
|
||||
X-6635000Y1890000D02*
|
||||
X-6650000Y1905000D01*
|
||||
%TO.N,Net-(D2-Pad7)*%
|
||||
X4445000Y630000D02*
|
||||
X3043000Y630000D01*
|
||||
X6645000Y630000D02*
|
||||
X6650000Y635000D01*
|
||||
X4445000Y630000D02*
|
||||
X6645000Y630000D01*
|
||||
%TO.N,Net-(D2-Pad8)*%
|
||||
X3053000Y1900000D02*
|
||||
X4445000Y1900000D01*
|
||||
X6650000Y1905000D02*
|
||||
X4450000Y1905000D01*
|
||||
X4450000Y1905000D02*
|
||||
X4445000Y1900000D01*
|
||||
%TO.N,Net-(D1-Pad1)*%
|
||||
X-3033000Y-1920000D02*
|
||||
X-4400000Y-1920000D01*
|
||||
X-6650000Y-1905000D02*
|
||||
X-11666500Y-1905000D01*
|
||||
X-6650000Y-1905000D02*
|
||||
X-4415000Y-1905000D01*
|
||||
X-4415000Y-1905000D02*
|
||||
X-4400000Y-1920000D01*
|
||||
X-1905000Y-3048000D02*
|
||||
X-3033000Y-1920000D01*
|
||||
X-1905000Y-4064000D02*
|
||||
X-1905000Y-3048000D01*
|
||||
%TO.N,Net-(D1-Pad2)*%
|
||||
X-3160000Y-650000D02*
|
||||
X-4400000Y-650000D01*
|
||||
X-635000Y-4064000D02*
|
||||
X-635000Y-3175000D01*
|
||||
X-6635000Y-650000D02*
|
||||
X-6650000Y-635000D01*
|
||||
X-6650000Y-635000D02*
|
||||
X-11078908Y-635000D01*
|
||||
X-635000Y-3175000D02*
|
||||
X-3160000Y-650000D01*
|
||||
X-4400000Y-650000D02*
|
||||
X-6635000Y-650000D01*
|
||||
%TO.N,Net-(D3-Pad7)*%
|
||||
X635000Y-3175000D02*
|
||||
X635000Y-4064000D01*
|
||||
X6645000Y-640000D02*
|
||||
X6650000Y-635000D01*
|
||||
X6650000Y-635000D02*
|
||||
X10339665Y-635000D01*
|
||||
X4445000Y-640000D02*
|
||||
X6645000Y-640000D01*
|
||||
X4445000Y-640000D02*
|
||||
X3170000Y-640000D01*
|
||||
X3170000Y-640000D02*
|
||||
X635000Y-3175000D01*
|
||||
%TO.N,Net-(D3-Pad8)*%
|
||||
X4445000Y-1910000D02*
|
||||
X6645000Y-1910000D01*
|
||||
X3044396Y-1910000D02*
|
||||
X1905000Y-3049396D01*
|
||||
X4445000Y-1910000D02*
|
||||
X3044396Y-1910000D01*
|
||||
X1905000Y-3049396D02*
|
||||
X1905000Y-4064000D01*
|
||||
X6645000Y-1910000D02*
|
||||
X6650000Y-1905000D01*
|
||||
X6650000Y-1905000D02*
|
||||
X11704665Y-1905000D01*
|
||||
%TD*%
|
||||
M02*
|
@ -1,57 +0,0 @@
|
||||
%TF.GenerationSoftware,KiCad,Pcbnew,(6.0.10)*%
|
||||
%TF.CreationDate,2023-02-13T15:51:02+01:00*%
|
||||
%TF.ProjectId,LED_PCB,4c45445f-5043-4422-9e6b-696361645f70,rev?*%
|
||||
%TF.SameCoordinates,PXaf9e7f0PY5d42830*%
|
||||
%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.10)) date 2023-02-13 15:51:02*
|
||||
%MOMM*%
|
||||
%LPD*%
|
||||
G01*
|
||||
G04 APERTURE LIST*
|
||||
%ADD10R,1.000000X1.000000*%
|
||||
%ADD11O,1.000000X1.000000*%
|
||||
G04 APERTURE END LIST*
|
||||
D10*
|
||||
%TO.C,J2*%
|
||||
X-6650000Y1905000D03*
|
||||
D11*
|
||||
X-6650000Y635000D03*
|
||||
X-6650000Y-635000D03*
|
||||
X-6650000Y-1905000D03*
|
||||
%TD*%
|
||||
D10*
|
||||
%TO.C,J1*%
|
||||
X-1905000Y-4064000D03*
|
||||
D11*
|
||||
X-635000Y-4064000D03*
|
||||
X635000Y-4064000D03*
|
||||
X1905000Y-4064000D03*
|
||||
%TD*%
|
||||
D10*
|
||||
%TO.C,J4*%
|
||||
X-4400000Y1890000D03*
|
||||
D11*
|
||||
X-4400000Y620000D03*
|
||||
X-4400000Y-650000D03*
|
||||
X-4400000Y-1920000D03*
|
||||
%TD*%
|
||||
D10*
|
||||
%TO.C,J3*%
|
||||
X6650000Y1905000D03*
|
||||
D11*
|
||||
X6650000Y635000D03*
|
||||
X6650000Y-635000D03*
|
||||
X6650000Y-1905000D03*
|
||||
%TD*%
|
||||
D10*
|
||||
%TO.C,J5*%
|
||||
X4445000Y1900000D03*
|
||||
D11*
|
||||
X4445000Y630000D03*
|
||||
X4445000Y-640000D03*
|
||||
X4445000Y-1910000D03*
|
||||
%TD*%
|
||||
M02*
|
@ -1,15 +0,0 @@
|
||||
%TF.GenerationSoftware,KiCad,Pcbnew,(6.0.10)*%
|
||||
%TF.CreationDate,2023-02-13T15:51:02+01:00*%
|
||||
%TF.ProjectId,LED_PCB,4c45445f-5043-4422-9e6b-696361645f70,rev?*%
|
||||
%TF.SameCoordinates,PXaf9e7f0PY5d42830*%
|
||||
%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.10)) date 2023-02-13 15:51:02*
|
||||
%MOMM*%
|
||||
%LPD*%
|
||||
G01*
|
||||
G04 APERTURE LIST*
|
||||
G04 APERTURE END LIST*
|
||||
M02*
|
@ -1,74 +0,0 @@
|
||||
%TF.GenerationSoftware,KiCad,Pcbnew,(6.0.10)*%
|
||||
%TF.CreationDate,2023-02-13T15:51:02+01:00*%
|
||||
%TF.ProjectId,LED_PCB,4c45445f-5043-4422-9e6b-696361645f70,rev?*%
|
||||
%TF.SameCoordinates,PXaf9e7f0PY5d42830*%
|
||||
%TF.FileFunction,Profile,NP*%
|
||||
%FSLAX46Y46*%
|
||||
G04 Gerber Fmt 4.6, Leading zero omitted, Abs format (unit mm)*
|
||||
G04 Created by KiCad (PCBNEW (6.0.10)) date 2023-02-13 15:51:02*
|
||||
%MOMM*%
|
||||
%LPD*%
|
||||
G01*
|
||||
G04 APERTURE LIST*
|
||||
%TA.AperFunction,Profile*%
|
||||
%ADD10C,0.100000*%
|
||||
%TD*%
|
||||
G04 APERTURE END LIST*
|
||||
D10*
|
||||
X13000000Y2540000D02*
|
||||
X-13000000Y2540000D01*
|
||||
X13635000Y1905000D02*
|
||||
G75*
|
||||
G03*
|
||||
X13000000Y2540000I-635000J0D01*
|
||||
G01*
|
||||
X1905000Y-5080000D02*
|
||||
X-1905000Y-5080000D01*
|
||||
X-3175000Y-3175000D02*
|
||||
G75*
|
||||
G03*
|
||||
X-3810000Y-2540000I-635000J0D01*
|
||||
G01*
|
||||
X13635000Y-1905000D02*
|
||||
X13635000Y1905000D01*
|
||||
X-13635000Y-1905000D02*
|
||||
G75*
|
||||
G03*
|
||||
X-13000000Y-2540000I635000J0D01*
|
||||
G01*
|
||||
X-3175000Y-3175000D02*
|
||||
X-3175000Y-3810000D01*
|
||||
X-13635000Y-1905000D02*
|
||||
X-13635000Y1905000D01*
|
||||
X1905000Y-5080000D02*
|
||||
G75*
|
||||
G03*
|
||||
X3175000Y-3810000I0J1270000D01*
|
||||
G01*
|
||||
X3810000Y-2540000D02*
|
||||
X13000000Y-2540000D01*
|
||||
X-13000000Y2540000D02*
|
||||
G75*
|
||||
G03*
|
||||
X-13635000Y1905000I0J-635000D01*
|
||||
G01*
|
||||
X-3175000Y-3810000D02*
|
||||
G75*
|
||||
G03*
|
||||
X-1905000Y-5080000I1270000J0D01*
|
||||
G01*
|
||||
X3810000Y-2540000D02*
|
||||
G75*
|
||||
G03*
|
||||
X3175000Y-3175000I0J-635000D01*
|
||||
G01*
|
||||
X13000000Y-2540000D02*
|
||||
G75*
|
||||
G03*
|
||||
X13635000Y-1905000I0J635000D01*
|
||||
G01*
|
||||
X-13000000Y-2540000D02*
|
||||
X-3810000Y-2540000D01*
|
||||
X3175000Y-3810000D02*
|
||||
X3175000Y-3175000D01*
|
||||
M02*
|
@ -1,333 +0,0 @@
|
||||
%TF.GenerationSoftware,KiCad,Pcbnew,(6.0.10)*%
|
||||
%TF.CreationDate,2023-02-13T15:51:01+01:00*%
|
||||
%TF.ProjectId,LED_PCB,4c45445f-5043-4422-9e6b-696361645f70,rev?*%
|
||||
%TF.SameCoordinates,PXaf9e7f0PY5d42830*%
|
||||
%TF.FileFunction,Copper,L1,Top*%
|
||||
%TF.FilePolarity,Positive*%
|
||||
%FSLAX46Y46*%
|
||||
G04 Gerber Fmt 4.6, Leading zero omitted, Abs format (unit mm)*
|
||||
G04 Created by KiCad (PCBNEW (6.0.10)) date 2023-02-13 15:51:01*
|
||||
%MOMM*%
|
||||
%LPD*%
|
||||
G01*
|
||||
G04 APERTURE LIST*
|
||||
G04 Aperture macros list*
|
||||
%AMFreePoly0*
|
||||
4,1,6,1.660000,0.230000,1.660000,-0.550000,-1.660000,-0.550000,-1.660000,0.560000,0.650000,0.560000,1.660000,0.230000,1.660000,0.230000,$1*%
|
||||
%AMFreePoly1*
|
||||
4,1,6,0.875000,-0.530000,0.025000,-0.320000,-0.875000,-0.320000,-0.875000,0.320000,0.875000,0.320000,0.875000,-0.530000,0.875000,-0.530000,$1*%
|
||||
%AMFreePoly2*
|
||||
4,1,7,1.625000,-0.360000,-0.055000,-0.360000,-0.055000,-0.510000,-1.625000,-0.510000,-1.625000,0.360000,1.625000,0.360000,1.625000,-0.360000,1.625000,-0.360000,$1*%
|
||||
%AMFreePoly3*
|
||||
4,1,5,0.840000,-0.450000,-0.840000,-0.450000,-0.840000,0.450000,0.840000,0.450000,0.840000,-0.450000,0.840000,-0.450000,$1*%
|
||||
G04 Aperture macros list end*
|
||||
%TA.AperFunction,SMDPad,CuDef*%
|
||||
%ADD10FreePoly0,180.000000*%
|
||||
%TD*%
|
||||
%TA.AperFunction,SMDPad,CuDef*%
|
||||
%ADD11FreePoly1,180.000000*%
|
||||
%TD*%
|
||||
%TA.AperFunction,SMDPad,CuDef*%
|
||||
%ADD12FreePoly2,180.000000*%
|
||||
%TD*%
|
||||
%TA.AperFunction,SMDPad,CuDef*%
|
||||
%ADD13FreePoly3,180.000000*%
|
||||
%TD*%
|
||||
%TA.AperFunction,ComponentPad*%
|
||||
%ADD14R,1.000000X1.000000*%
|
||||
%TD*%
|
||||
%TA.AperFunction,ComponentPad*%
|
||||
%ADD15O,1.000000X1.000000*%
|
||||
%TD*%
|
||||
%TA.AperFunction,ViaPad*%
|
||||
%ADD16C,0.800000*%
|
||||
%TD*%
|
||||
%TA.AperFunction,Conductor*%
|
||||
%ADD17C,0.250000*%
|
||||
%TD*%
|
||||
G04 APERTURE END LIST*
|
||||
D10*
|
||||
%TO.P,D1,1,R+*%
|
||||
%TO.N,Net-(D1-Pad1)*%
|
||||
X-11431007Y1666586D03*
|
||||
D11*
|
||||
%TO.P,D1,2,G+*%
|
||||
%TO.N,Net-(D1-Pad2)*%
|
||||
X-12196989Y483081D03*
|
||||
D12*
|
||||
%TO.P,D1,7,G-*%
|
||||
%TO.N,Net-(D1-Pad7)*%
|
||||
X-9475088Y485833D03*
|
||||
D13*
|
||||
%TO.P,D1,8,R-*%
|
||||
%TO.N,Net-(D1-Pad8)*%
|
||||
X-8688716Y1768225D03*
|
||||
%TD*%
|
||||
D10*
|
||||
%TO.P,D2,1,R+*%
|
||||
%TO.N,Net-(D1-Pad8)*%
|
||||
X-971007Y1666586D03*
|
||||
D11*
|
||||
%TO.P,D2,2,G+*%
|
||||
%TO.N,Net-(D1-Pad7)*%
|
||||
X-1736989Y483081D03*
|
||||
D12*
|
||||
%TO.P,D2,7,G-*%
|
||||
%TO.N,Net-(D2-Pad7)*%
|
||||
X984912Y485833D03*
|
||||
D13*
|
||||
%TO.P,D2,8,R-*%
|
||||
%TO.N,Net-(D2-Pad8)*%
|
||||
X1771284Y1768225D03*
|
||||
%TD*%
|
||||
D14*
|
||||
%TO.P,J2,1,Pin_1*%
|
||||
%TO.N,Net-(D1-Pad8)*%
|
||||
X-6650000Y1905000D03*
|
||||
D15*
|
||||
%TO.P,J2,2,Pin_2*%
|
||||
%TO.N,Net-(D1-Pad7)*%
|
||||
X-6650000Y635000D03*
|
||||
%TO.P,J2,3,Pin_3*%
|
||||
%TO.N,Net-(D1-Pad2)*%
|
||||
X-6650000Y-635000D03*
|
||||
%TO.P,J2,4,Pin_4*%
|
||||
%TO.N,Net-(D1-Pad1)*%
|
||||
X-6650000Y-1905000D03*
|
||||
%TD*%
|
||||
D14*
|
||||
%TO.P,J1,1,Pin_1*%
|
||||
%TO.N,Net-(D1-Pad1)*%
|
||||
X-1905000Y-4064000D03*
|
||||
D15*
|
||||
%TO.P,J1,2,Pin_2*%
|
||||
%TO.N,Net-(D1-Pad2)*%
|
||||
X-635000Y-4064000D03*
|
||||
%TO.P,J1,3,Pin_3*%
|
||||
%TO.N,Net-(D3-Pad7)*%
|
||||
X635000Y-4064000D03*
|
||||
%TO.P,J1,4,Pin_4*%
|
||||
%TO.N,Net-(D3-Pad8)*%
|
||||
X1905000Y-4064000D03*
|
||||
%TD*%
|
||||
D10*
|
||||
%TO.P,D3,1,R+*%
|
||||
%TO.N,Net-(D2-Pad8)*%
|
||||
X9488993Y1651000D03*
|
||||
D11*
|
||||
%TO.P,D3,2,G+*%
|
||||
%TO.N,Net-(D2-Pad7)*%
|
||||
X8723011Y467495D03*
|
||||
D12*
|
||||
%TO.P,D3,7,G-*%
|
||||
%TO.N,Net-(D3-Pad7)*%
|
||||
X11444912Y470247D03*
|
||||
D13*
|
||||
%TO.P,D3,8,R-*%
|
||||
%TO.N,Net-(D3-Pad8)*%
|
||||
X12231284Y1752639D03*
|
||||
%TD*%
|
||||
D14*
|
||||
%TO.P,J4,1,Pin_1*%
|
||||
%TO.N,Net-(D1-Pad8)*%
|
||||
X-4400000Y1890000D03*
|
||||
D15*
|
||||
%TO.P,J4,2,Pin_2*%
|
||||
%TO.N,Net-(D1-Pad7)*%
|
||||
X-4400000Y620000D03*
|
||||
%TO.P,J4,3,Pin_3*%
|
||||
%TO.N,Net-(D1-Pad2)*%
|
||||
X-4400000Y-650000D03*
|
||||
%TO.P,J4,4,Pin_4*%
|
||||
%TO.N,Net-(D1-Pad1)*%
|
||||
X-4400000Y-1920000D03*
|
||||
%TD*%
|
||||
D14*
|
||||
%TO.P,J3,1,Pin_1*%
|
||||
%TO.N,Net-(D2-Pad8)*%
|
||||
X6650000Y1905000D03*
|
||||
D15*
|
||||
%TO.P,J3,2,Pin_2*%
|
||||
%TO.N,Net-(D2-Pad7)*%
|
||||
X6650000Y635000D03*
|
||||
%TO.P,J3,3,Pin_3*%
|
||||
%TO.N,Net-(D3-Pad7)*%
|
||||
X6650000Y-635000D03*
|
||||
%TO.P,J3,4,Pin_4*%
|
||||
%TO.N,Net-(D3-Pad8)*%
|
||||
X6650000Y-1905000D03*
|
||||
%TD*%
|
||||
D14*
|
||||
%TO.P,J5,1,Pin_1*%
|
||||
%TO.N,Net-(D2-Pad8)*%
|
||||
X4445000Y1900000D03*
|
||||
D15*
|
||||
%TO.P,J5,2,Pin_2*%
|
||||
%TO.N,Net-(D2-Pad7)*%
|
||||
X4445000Y630000D03*
|
||||
%TO.P,J5,3,Pin_3*%
|
||||
%TO.N,Net-(D3-Pad7)*%
|
||||
X4445000Y-640000D03*
|
||||
%TO.P,J5,4,Pin_4*%
|
||||
%TO.N,Net-(D3-Pad8)*%
|
||||
X4445000Y-1910000D03*
|
||||
%TD*%
|
||||
D16*
|
||||
%TO.N,Net-(D1-Pad7)*%
|
||||
X-3033000Y620000D03*
|
||||
%TO.N,Net-(D1-Pad8)*%
|
||||
X-3033000Y1890000D03*
|
||||
%TO.N,Net-(D2-Pad7)*%
|
||||
X3043000Y630000D03*
|
||||
%TO.N,Net-(D2-Pad8)*%
|
||||
X3053000Y1900000D03*
|
||||
%TO.N,Net-(D1-Pad1)*%
|
||||
X-11666500Y-1905000D03*
|
||||
%TO.N,Net-(D1-Pad2)*%
|
||||
X-11078908Y-635000D03*
|
||||
%TO.N,Net-(D3-Pad7)*%
|
||||
X10339665Y-635000D03*
|
||||
%TO.N,Net-(D3-Pad8)*%
|
||||
X11704665Y-1905000D03*
|
||||
%TD*%
|
||||
D17*
|
||||
%TO.N,Net-(D1-Pad7)*%
|
||||
X-4415000Y635000D02*
|
||||
X-4400000Y620000D01*
|
||||
X-4400000Y620000D02*
|
||||
X-3033000Y620000D01*
|
||||
X-1736989Y483081D02*
|
||||
X-1873908Y620000D01*
|
||||
X-1873908Y620000D02*
|
||||
X-3033000Y620000D01*
|
||||
X-6650000Y635000D02*
|
||||
X-4415000Y635000D01*
|
||||
X-9475088Y485833D02*
|
||||
X-9436921Y524000D01*
|
||||
X-9436921Y524000D02*
|
||||
X-6650000Y524000D01*
|
||||
%TO.N,Net-(D1-Pad8)*%
|
||||
X-6650000Y1905000D02*
|
||||
X-4415000Y1905000D01*
|
||||
X-1194421Y1890000D02*
|
||||
X-971007Y1666586D01*
|
||||
X-1209421Y1905000D02*
|
||||
X-971007Y1666586D01*
|
||||
X-6786775Y1768225D02*
|
||||
X-6650000Y1905000D01*
|
||||
X-8688716Y1768225D02*
|
||||
X-6786775Y1768225D01*
|
||||
X-4400000Y1890000D02*
|
||||
X-1194421Y1890000D01*
|
||||
X-4415000Y1905000D02*
|
||||
X-4400000Y1890000D01*
|
||||
%TO.N,Net-(D2-Pad7)*%
|
||||
X4445000Y630000D02*
|
||||
X3043000Y630000D01*
|
||||
X1129079Y630000D02*
|
||||
X984912Y485833D01*
|
||||
X4450000Y635000D02*
|
||||
X4445000Y630000D01*
|
||||
X6650000Y635000D02*
|
||||
X8555506Y635000D01*
|
||||
X6477506Y508000D02*
|
||||
X6518011Y467495D01*
|
||||
X3043000Y630000D02*
|
||||
X1129079Y630000D01*
|
||||
X8555506Y635000D02*
|
||||
X8723011Y467495D01*
|
||||
X6650000Y635000D02*
|
||||
X4450000Y635000D01*
|
||||
%TO.N,Net-(D2-Pad8)*%
|
||||
X9488993Y1651000D02*
|
||||
X9234993Y1905000D01*
|
||||
X3053000Y1900000D02*
|
||||
X1903059Y1900000D01*
|
||||
X6650000Y1905000D02*
|
||||
X4450000Y1905000D01*
|
||||
X9234993Y1905000D02*
|
||||
X6650000Y1905000D01*
|
||||
X4450000Y1905000D02*
|
||||
X4445000Y1900000D01*
|
||||
X1903059Y1900000D02*
|
||||
X1771284Y1768225D01*
|
||||
X4445000Y1900000D02*
|
||||
X3053000Y1900000D01*
|
||||
%TO.N,Net-(D1-Pad1)*%
|
||||
X-13510000Y1034690D02*
|
||||
X-12878104Y1666586D01*
|
||||
X-11666500Y-1905000D02*
|
||||
X-13510000Y-61500D01*
|
||||
X-13510000Y-61500D02*
|
||||
X-13510000Y1034690D01*
|
||||
X-6650000Y-1905000D02*
|
||||
X-4415000Y-1905000D01*
|
||||
X-1905000Y-3050396D02*
|
||||
X-3035396Y-1920000D01*
|
||||
X-6650000Y-1905000D02*
|
||||
X-11666500Y-1905000D01*
|
||||
X-1905000Y-4064000D02*
|
||||
X-1905000Y-3050396D01*
|
||||
X-3035396Y-1920000D02*
|
||||
X-4400000Y-1920000D01*
|
||||
X-12878104Y1666586D02*
|
||||
X-11431007Y1666586D01*
|
||||
X-4415000Y-1905000D02*
|
||||
X-4400000Y-1920000D01*
|
||||
%TO.N,Net-(D1-Pad2)*%
|
||||
X-3160000Y-650000D02*
|
||||
X-635000Y-3175000D01*
|
||||
X-11078908Y-635000D02*
|
||||
X-6650000Y-635000D01*
|
||||
X-6635000Y-650000D02*
|
||||
X-6650000Y-635000D01*
|
||||
X-11721954Y8046D02*
|
||||
X-11078908Y-635000D01*
|
||||
X-4400000Y-650000D02*
|
||||
X-6635000Y-650000D01*
|
||||
X-635000Y-3175000D02*
|
||||
X-635000Y-4064000D01*
|
||||
X-4400000Y-650000D02*
|
||||
X-3160000Y-650000D01*
|
||||
X-12196989Y483081D02*
|
||||
X-11721954Y8046D01*
|
||||
X-11078908Y-635000D02*
|
||||
X-11595472Y-118436D01*
|
||||
%TO.N,Net-(D3-Pad7)*%
|
||||
X10339665Y-635000D02*
|
||||
X11444912Y470247D01*
|
||||
X635000Y-3175000D02*
|
||||
X3170000Y-640000D01*
|
||||
X635000Y-4064000D02*
|
||||
X635000Y-3175000D01*
|
||||
X3170000Y-640000D02*
|
||||
X4445000Y-640000D01*
|
||||
X4445000Y-640000D02*
|
||||
X6645000Y-640000D01*
|
||||
X6650000Y-635000D02*
|
||||
X10339665Y-635000D01*
|
||||
X6645000Y-640000D02*
|
||||
X6650000Y-635000D01*
|
||||
%TO.N,Net-(D3-Pad8)*%
|
||||
X12757140Y1752639D02*
|
||||
X12231284Y1752639D01*
|
||||
X1905000Y-4064000D02*
|
||||
X1905000Y-3048000D01*
|
||||
X6645000Y-1910000D02*
|
||||
X6650000Y-1905000D01*
|
||||
X11704665Y-1905000D02*
|
||||
X13394912Y-214753D01*
|
||||
X6650000Y-1905000D02*
|
||||
X11704665Y-1905000D01*
|
||||
X13394912Y-214753D02*
|
||||
X13394912Y1114867D01*
|
||||
X3043000Y-1910000D02*
|
||||
X4445000Y-1910000D01*
|
||||
X13394912Y1114867D02*
|
||||
X12757140Y1752639D01*
|
||||
X1905000Y-3048000D02*
|
||||
X3043000Y-1910000D01*
|
||||
X4445000Y-1910000D02*
|
||||
X6645000Y-1910000D01*
|
||||
%TD*%
|
||||
M02*
|
@ -1,101 +0,0 @@
|
||||
%TF.GenerationSoftware,KiCad,Pcbnew,(6.0.10)*%
|
||||
%TF.CreationDate,2023-02-13T15:51:02+01:00*%
|
||||
%TF.ProjectId,LED_PCB,4c45445f-5043-4422-9e6b-696361645f70,rev?*%
|
||||
%TF.SameCoordinates,PXaf9e7f0PY5d42830*%
|
||||
%TF.FileFunction,Soldermask,Top*%
|
||||
%TF.FilePolarity,Negative*%
|
||||
%FSLAX46Y46*%
|
||||
G04 Gerber Fmt 4.6, Leading zero omitted, Abs format (unit mm)*
|
||||
G04 Created by KiCad (PCBNEW (6.0.10)) date 2023-02-13 15:51:02*
|
||||
%MOMM*%
|
||||
%LPD*%
|
||||
G01*
|
||||
G04 APERTURE LIST*
|
||||
G04 Aperture macros list*
|
||||
%AMFreePoly0*
|
||||
4,1,6,1.660000,0.230000,1.660000,-0.550000,-1.660000,-0.550000,-1.660000,0.560000,0.650000,0.560000,1.660000,0.230000,1.660000,0.230000,$1*%
|
||||
%AMFreePoly1*
|
||||
4,1,6,0.875000,-0.530000,0.025000,-0.320000,-0.875000,-0.320000,-0.875000,0.320000,0.875000,0.320000,0.875000,-0.530000,0.875000,-0.530000,$1*%
|
||||
%AMFreePoly2*
|
||||
4,1,7,1.625000,-0.360000,-0.055000,-0.360000,-0.055000,-0.510000,-1.625000,-0.510000,-1.625000,0.360000,1.625000,0.360000,1.625000,-0.360000,1.625000,-0.360000,$1*%
|
||||
%AMFreePoly3*
|
||||
4,1,5,0.840000,-0.450000,-0.840000,-0.450000,-0.840000,0.450000,0.840000,0.450000,0.840000,-0.450000,0.840000,-0.450000,$1*%
|
||||
G04 Aperture macros list end*
|
||||
%ADD10FreePoly0,180.000000*%
|
||||
%ADD11FreePoly1,180.000000*%
|
||||
%ADD12FreePoly2,180.000000*%
|
||||
%ADD13FreePoly3,180.000000*%
|
||||
%ADD14R,1.000000X1.000000*%
|
||||
%ADD15O,1.000000X1.000000*%
|
||||
G04 APERTURE END LIST*
|
||||
D10*
|
||||
%TO.C,D1*%
|
||||
X-11431007Y1666586D03*
|
||||
D11*
|
||||
X-12196989Y483081D03*
|
||||
D12*
|
||||
X-9475088Y485833D03*
|
||||
D13*
|
||||
X-8688716Y1768225D03*
|
||||
%TD*%
|
||||
D10*
|
||||
%TO.C,D2*%
|
||||
X-971007Y1666586D03*
|
||||
D11*
|
||||
X-1736989Y483081D03*
|
||||
D12*
|
||||
X984912Y485833D03*
|
||||
D13*
|
||||
X1771284Y1768225D03*
|
||||
%TD*%
|
||||
D14*
|
||||
%TO.C,J2*%
|
||||
X-6650000Y1905000D03*
|
||||
D15*
|
||||
X-6650000Y635000D03*
|
||||
X-6650000Y-635000D03*
|
||||
X-6650000Y-1905000D03*
|
||||
%TD*%
|
||||
D14*
|
||||
%TO.C,J1*%
|
||||
X-1905000Y-4064000D03*
|
||||
D15*
|
||||
X-635000Y-4064000D03*
|
||||
X635000Y-4064000D03*
|
||||
X1905000Y-4064000D03*
|
||||
%TD*%
|
||||
D10*
|
||||
%TO.C,D3*%
|
||||
X9488993Y1651000D03*
|
||||
D11*
|
||||
X8723011Y467495D03*
|
||||
D12*
|
||||
X11444912Y470247D03*
|
||||
D13*
|
||||
X12231284Y1752639D03*
|
||||
%TD*%
|
||||
D14*
|
||||
%TO.C,J4*%
|
||||
X-4400000Y1890000D03*
|
||||
D15*
|
||||
X-4400000Y620000D03*
|
||||
X-4400000Y-650000D03*
|
||||
X-4400000Y-1920000D03*
|
||||
%TD*%
|
||||
D14*
|
||||
%TO.C,J3*%
|
||||
X6650000Y1905000D03*
|
||||
D15*
|
||||
X6650000Y635000D03*
|
||||
X6650000Y-635000D03*
|
||||
X6650000Y-1905000D03*
|
||||
%TD*%
|
||||
D14*
|
||||
%TO.C,J5*%
|
||||
X4445000Y1900000D03*
|
||||
D15*
|
||||
X4445000Y630000D03*
|
||||
X4445000Y-640000D03*
|
||||
X4445000Y-1910000D03*
|
||||
%TD*%
|
||||
M02*
|
@ -1,59 +0,0 @@
|
||||
%TF.GenerationSoftware,KiCad,Pcbnew,(6.0.10)*%
|
||||
%TF.CreationDate,2023-02-13T15:51:01+01:00*%
|
||||
%TF.ProjectId,LED_PCB,4c45445f-5043-4422-9e6b-696361645f70,rev?*%
|
||||
%TF.SameCoordinates,PXaf9e7f0PY5d42830*%
|
||||
%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.10)) date 2023-02-13 15:51:01*
|
||||
%MOMM*%
|
||||
%LPD*%
|
||||
G01*
|
||||
G04 APERTURE LIST*
|
||||
G04 Aperture macros list*
|
||||
%AMFreePoly0*
|
||||
4,1,6,1.660000,0.230000,1.660000,-0.550000,-1.660000,-0.550000,-1.660000,0.560000,0.650000,0.560000,1.660000,0.230000,1.660000,0.230000,$1*%
|
||||
%AMFreePoly1*
|
||||
4,1,6,0.875000,-0.530000,0.025000,-0.320000,-0.875000,-0.320000,-0.875000,0.320000,0.875000,0.320000,0.875000,-0.530000,0.875000,-0.530000,$1*%
|
||||
%AMFreePoly2*
|
||||
4,1,7,1.625000,-0.360000,-0.055000,-0.360000,-0.055000,-0.510000,-1.625000,-0.510000,-1.625000,0.360000,1.625000,0.360000,1.625000,-0.360000,1.625000,-0.360000,$1*%
|
||||
%AMFreePoly3*
|
||||
4,1,5,0.840000,-0.450000,-0.840000,-0.450000,-0.840000,0.450000,0.840000,0.450000,0.840000,-0.450000,0.840000,-0.450000,$1*%
|
||||
G04 Aperture macros list end*
|
||||
%ADD10FreePoly0,180.000000*%
|
||||
%ADD11FreePoly1,180.000000*%
|
||||
%ADD12FreePoly2,180.000000*%
|
||||
%ADD13FreePoly3,180.000000*%
|
||||
G04 APERTURE END LIST*
|
||||
D10*
|
||||
%TO.C,D1*%
|
||||
X-11431007Y1666586D03*
|
||||
D11*
|
||||
X-12196989Y483081D03*
|
||||
D12*
|
||||
X-9475088Y485833D03*
|
||||
D13*
|
||||
X-8688716Y1768225D03*
|
||||
%TD*%
|
||||
D10*
|
||||
%TO.C,D2*%
|
||||
X-971007Y1666586D03*
|
||||
D11*
|
||||
X-1736989Y483081D03*
|
||||
D12*
|
||||
X984912Y485833D03*
|
||||
D13*
|
||||
X1771284Y1768225D03*
|
||||
%TD*%
|
||||
D10*
|
||||
%TO.C,D3*%
|
||||
X9488993Y1651000D03*
|
||||
D11*
|
||||
X8723011Y467495D03*
|
||||
D12*
|
||||
X11444912Y470247D03*
|
||||
D13*
|
||||
X12231284Y1752639D03*
|
||||
%TD*%
|
||||
M02*
|
@ -1,15 +0,0 @@
|
||||
%TF.GenerationSoftware,KiCad,Pcbnew,(6.0.10)*%
|
||||
%TF.CreationDate,2023-02-13T15:51:14+01:00*%
|
||||
%TF.ProjectId,LED_PCB,4c45445f-5043-4422-9e6b-696361645f70,rev?*%
|
||||
%TF.SameCoordinates,PXaf9e7f0PY5d42830*%
|
||||
%TF.FileFunction,NonPlated,1,2,NPTH*%
|
||||
%TF.FilePolarity,Positive*%
|
||||
%FSLAX46Y46*%
|
||||
G04 Gerber Fmt 4.6, Leading zero omitted, Abs format (unit mm)*
|
||||
G04 Created by KiCad (PCBNEW (6.0.10)) date 2023-02-13 15:51:14*
|
||||
%MOMM*%
|
||||
%LPD*%
|
||||
G01*
|
||||
G04 APERTURE LIST*
|
||||
G04 APERTURE END LIST*
|
||||
M02*
|
@ -1,56 +0,0 @@
|
||||
%TF.GenerationSoftware,KiCad,Pcbnew,(6.0.10)*%
|
||||
%TF.CreationDate,2023-02-13T15:51:14+01:00*%
|
||||
%TF.ProjectId,LED_PCB,4c45445f-5043-4422-9e6b-696361645f70,rev?*%
|
||||
%TF.SameCoordinates,PXaf9e7f0PY5d42830*%
|
||||
%TF.FileFunction,Plated,1,2,PTH,Drill*%
|
||||
%TF.FilePolarity,Positive*%
|
||||
%FSLAX46Y46*%
|
||||
G04 Gerber Fmt 4.6, Leading zero omitted, Abs format (unit mm)*
|
||||
G04 Created by KiCad (PCBNEW (6.0.10)) date 2023-02-13 15:51:14*
|
||||
%MOMM*%
|
||||
%LPD*%
|
||||
G01*
|
||||
G04 APERTURE LIST*
|
||||
%TA.AperFunction,ViaDrill*%
|
||||
%ADD10C,0.400000*%
|
||||
%TD*%
|
||||
%TA.AperFunction,ComponentDrill*%
|
||||
%ADD11C,0.650000*%
|
||||
%TD*%
|
||||
G04 APERTURE END LIST*
|
||||
D10*
|
||||
X-11666500Y-1905000D03*
|
||||
X-11078908Y-635000D03*
|
||||
X-3033000Y1890000D03*
|
||||
X-3033000Y620000D03*
|
||||
X3043000Y630000D03*
|
||||
X3053000Y1900000D03*
|
||||
X10339665Y-635000D03*
|
||||
X11704665Y-1905000D03*
|
||||
D11*
|
||||
%TO.C,J2*%
|
||||
X-6650000Y1905000D03*
|
||||
X-6650000Y635000D03*
|
||||
X-6650000Y-635000D03*
|
||||
X-6650000Y-1905000D03*
|
||||
%TO.C,J4*%
|
||||
X-4400000Y1890000D03*
|
||||
X-4400000Y620000D03*
|
||||
X-4400000Y-650000D03*
|
||||
X-4400000Y-1920000D03*
|
||||
%TO.C,J1*%
|
||||
X-1905000Y-4064000D03*
|
||||
X-635000Y-4064000D03*
|
||||
X635000Y-4064000D03*
|
||||
X1905000Y-4064000D03*
|
||||
%TO.C,J5*%
|
||||
X4445000Y1900000D03*
|
||||
X4445000Y630000D03*
|
||||
X4445000Y-640000D03*
|
||||
X4445000Y-1910000D03*
|
||||
%TO.C,J3*%
|
||||
X6650000Y1905000D03*
|
||||
X6650000Y635000D03*
|
||||
X6650000Y-635000D03*
|
||||
X6650000Y-1905000D03*
|
||||
M02*
|
@ -1,52 +0,0 @@
|
||||
(kicad_symbol_lib (version 20211014) (generator kicad_symbol_editor)
|
||||
(symbol "485_1A" (pin_numbers hide) (pin_names (offset 0)) (in_bom yes) (on_board yes)
|
||||
(property "Reference" "F" (id 0) (at 2.032 0 90)
|
||||
(effects (font (size 1.27 1.27)))
|
||||
)
|
||||
(property "Value" "485_1A" (id 1) (at -5.08 0 90)
|
||||
(effects (font (size 1.27 1.27)))
|
||||
)
|
||||
(property "Footprint" "FaSTTUBe_Fuses:Littelfuse_485" (id 2) (at 5.08 0 90)
|
||||
(effects (font (size 1.27 1.27)) hide)
|
||||
)
|
||||
(property "Datasheet" "~" (id 3) (at 0 0 0)
|
||||
(effects (font (size 1.27 1.27)) hide)
|
||||
)
|
||||
(property "Voltage" "600VDC" (id 4) (at -2.54 0 90)
|
||||
(effects (font (size 1.27 1.27)))
|
||||
)
|
||||
(property "ki_keywords" "fuse" (id 5) (at 0 0 0)
|
||||
(effects (font (size 1.27 1.27)) hide)
|
||||
)
|
||||
(property "ki_description" "Littelfuse 485 Series 600Vdc, 1A" (id 6) (at 0 0 0)
|
||||
(effects (font (size 1.27 1.27)) hide)
|
||||
)
|
||||
(property "ki_fp_filters" "*Fuse*" (id 7) (at 0 0 0)
|
||||
(effects (font (size 1.27 1.27)) hide)
|
||||
)
|
||||
(symbol "485_1A_0_1"
|
||||
(rectangle (start -0.762 -2.54) (end 0.762 2.54)
|
||||
(stroke (width 0.254) (type default) (color 0 0 0 0))
|
||||
(fill (type none))
|
||||
)
|
||||
(polyline
|
||||
(pts
|
||||
(xy 0 2.54)
|
||||
(xy 0 -2.54)
|
||||
)
|
||||
(stroke (width 0) (type default) (color 0 0 0 0))
|
||||
(fill (type none))
|
||||
)
|
||||
)
|
||||
(symbol "485_1A_1_1"
|
||||
(pin passive line (at 0 3.81 270) (length 1.27)
|
||||
(name "~" (effects (font (size 1.27 1.27))))
|
||||
(number "1" (effects (font (size 1.27 1.27))))
|
||||
)
|
||||
(pin passive line (at 0 -3.81 90) (length 1.27)
|
||||
(name "~" (effects (font (size 1.27 1.27))))
|
||||
(number "2" (effects (font (size 1.27 1.27))))
|
||||
)
|
||||
)
|
||||
)
|
||||
)
|
@ -1,23 +0,0 @@
|
||||
(footprint "Littelfuse_485" (version 20211014) (generator pcbnew)
|
||||
(layer "F.Cu")
|
||||
(tedit 6226A06B)
|
||||
(attr smd)
|
||||
(fp_text reference "REF**" (at 0 -4 unlocked) (layer "F.SilkS")
|
||||
(effects (font (size 1 1) (thickness 0.15)))
|
||||
(tstamp bb5999d5-f86c-445a-9ff9-2a1b539dc199)
|
||||
)
|
||||
(fp_text value "Littelfuse_485" (at 0 4.25 unlocked) (layer "F.Fab")
|
||||
(effects (font (size 1 1) (thickness 0.15)))
|
||||
(tstamp 8f03ae41-61bd-4463-bc12-db0dde34447c)
|
||||
)
|
||||
(fp_text user "${REFERENCE}" (at 0 0 unlocked) (layer "F.Fab")
|
||||
(effects (font (size 1 1) (thickness 0.15)))
|
||||
(tstamp b5ea13a8-3e37-4201-b115-0647094f76a8)
|
||||
)
|
||||
(fp_line (start -2 2.5) (end 2 2.5) (layer "F.SilkS") (width 0.12) (tstamp 13f30964-a0e5-4b66-a3b0-82966c8576ce))
|
||||
(fp_line (start -2 -2.5) (end 2 -2.5) (layer "F.SilkS") (width 0.12) (tstamp 27ab07ca-24f6-4b98-9e32-937f5364edd2))
|
||||
(fp_rect (start -7.25 -3.25) (end 7.25 3.25) (layer "F.CrtYd") (width 0.05) (fill none) (tstamp d854e56c-a962-466d-bce7-bfb3c9c54498))
|
||||
(fp_rect (start -6.05 -2.25) (end 6.05 2.25) (layer "F.Fab") (width 0.1) (fill none) (tstamp 3f494321-e87f-4a8e-bbe5-a937d805b012))
|
||||
(pad "1" smd roundrect (at -5.15 0) (size 3.5 5.6) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.1) (tstamp 9cb160c0-5456-4bd7-aa7f-b9388d25eb35))
|
||||
(pad "2" smd roundrect (at 5.15 0) (size 3.5 5.6) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.1) (tstamp 9ee66366-9074-4bc0-8447-8c0b7199acdf))
|
||||
)
|
@ -1,23 +0,0 @@
|
||||
(footprint "Littelfuse_885" (version 20211014) (generator pcbnew)
|
||||
(layer "F.Cu")
|
||||
(tedit 62269F13)
|
||||
(attr smd)
|
||||
(fp_text reference "REF**" (at 0 -4.75 unlocked) (layer "F.SilkS")
|
||||
(effects (font (size 1 1) (thickness 0.15)))
|
||||
(tstamp bb5999d5-f86c-445a-9ff9-2a1b539dc199)
|
||||
)
|
||||
(fp_text value "Littelfuse_885" (at 0 5 unlocked) (layer "F.Fab")
|
||||
(effects (font (size 1 1) (thickness 0.15)))
|
||||
(tstamp 8f03ae41-61bd-4463-bc12-db0dde34447c)
|
||||
)
|
||||
(fp_text user "${REFERENCE}" (at 0 0 unlocked) (layer "F.Fab")
|
||||
(effects (font (size 1 1) (thickness 0.15)))
|
||||
(tstamp b5ea13a8-3e37-4201-b115-0647094f76a8)
|
||||
)
|
||||
(fp_line (start -2 2.5) (end 2 2.5) (layer "F.SilkS") (width 0.12) (tstamp 13f30964-a0e5-4b66-a3b0-82966c8576ce))
|
||||
(fp_line (start -2 -2.5) (end 2 -2.5) (layer "F.SilkS") (width 0.12) (tstamp 27ab07ca-24f6-4b98-9e32-937f5364edd2))
|
||||
(fp_rect (start -8.5 -4) (end 8.5 4) (layer "F.CrtYd") (width 0.05) (fill none) (tstamp d854e56c-a962-466d-bce7-bfb3c9c54498))
|
||||
(fp_rect (start -5.43 -2.39) (end 5.43 2.39) (layer "F.Fab") (width 0.1) (fill none) (tstamp 3f494321-e87f-4a8e-bbe5-a937d805b012))
|
||||
(pad "1" smd roundrect (at -5.25 0) (size 5.6 7.23) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.1) (tstamp 9cb160c0-5456-4bd7-aa7f-b9388d25eb35))
|
||||
(pad "2" smd roundrect (at 5.25 0) (size 5.6 7.23) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.1) (tstamp 9ee66366-9074-4bc0-8447-8c0b7199acdf))
|
||||
)
|
@ -1,157 +0,0 @@
|
||||
(kicad_symbol_lib (version 20211014) (generator kicad_symbol_editor)
|
||||
(symbol "WL-OCPT" (pin_names (offset 1.016)) (in_bom yes) (on_board yes)
|
||||
(property "Reference" "U" (id 0) (at -3.81 5.08 0)
|
||||
(effects (font (size 1.27 1.27)))
|
||||
)
|
||||
(property "Value" "WL-OCPT" (id 1) (at 0 -5.08 0)
|
||||
(effects (font (size 1.27 1.27)))
|
||||
)
|
||||
(property "Footprint" "Package_SO:SOP-4_3.8x4.1mm_P2.54mm" (id 2) (at 0 -7.62 0)
|
||||
(effects (font (size 1.27 1.27)) hide)
|
||||
)
|
||||
(property "Datasheet" "https://www.we-online.com/catalog/datasheet/140356145200.pdf" (id 3) (at -8.89 7.62 0)
|
||||
(effects (font (size 1.27 1.27)) hide)
|
||||
)
|
||||
(property "ki_keywords" "NPN DC Optocoupler" (id 4) (at 0 0 0)
|
||||
(effects (font (size 1.27 1.27)) hide)
|
||||
)
|
||||
(property "ki_description" "DC Optocoupler, Vce 80V, CTR 200%, SOP-4" (id 5) (at 0 0 0)
|
||||
(effects (font (size 1.27 1.27)) hide)
|
||||
)
|
||||
(property "ki_fp_filters" "SMDIP*W9.53mm*" (id 6) (at 0 0 0)
|
||||
(effects (font (size 1.27 1.27)) hide)
|
||||
)
|
||||
(symbol "WL-OCPT_1_1"
|
||||
(rectangle (start -5.08 3.81) (end 5.08 -3.81)
|
||||
(stroke (width 0.254) (type default) (color 0 0 0 0))
|
||||
(fill (type background))
|
||||
)
|
||||
(polyline
|
||||
(pts
|
||||
(xy -3.175 -0.635)
|
||||
(xy -1.905 -0.635)
|
||||
)
|
||||
(stroke (width 0.254) (type default) (color 0 0 0 0))
|
||||
(fill (type none))
|
||||
)
|
||||
(polyline
|
||||
(pts
|
||||
(xy 2.54 0.635)
|
||||
(xy 4.445 2.54)
|
||||
)
|
||||
(stroke (width 0) (type default) (color 0 0 0 0))
|
||||
(fill (type none))
|
||||
)
|
||||
(polyline
|
||||
(pts
|
||||
(xy 4.445 -2.54)
|
||||
(xy 2.54 -0.635)
|
||||
)
|
||||
(stroke (width 0) (type default) (color 0 0 0 0))
|
||||
(fill (type outline))
|
||||
)
|
||||
(polyline
|
||||
(pts
|
||||
(xy 4.445 -2.54)
|
||||
(xy 5.08 -2.54)
|
||||
)
|
||||
(stroke (width 0) (type default) (color 0 0 0 0))
|
||||
(fill (type none))
|
||||
)
|
||||
(polyline
|
||||
(pts
|
||||
(xy 4.445 2.54)
|
||||
(xy 5.08 2.54)
|
||||
)
|
||||
(stroke (width 0) (type default) (color 0 0 0 0))
|
||||
(fill (type none))
|
||||
)
|
||||
(polyline
|
||||
(pts
|
||||
(xy -5.08 2.54)
|
||||
(xy -2.54 2.54)
|
||||
(xy -2.54 -0.762)
|
||||
)
|
||||
(stroke (width 0) (type default) (color 0 0 0 0))
|
||||
(fill (type none))
|
||||
)
|
||||
(polyline
|
||||
(pts
|
||||
(xy -2.54 -0.635)
|
||||
(xy -2.54 -2.54)
|
||||
(xy -5.08 -2.54)
|
||||
)
|
||||
(stroke (width 0) (type default) (color 0 0 0 0))
|
||||
(fill (type none))
|
||||
)
|
||||
(polyline
|
||||
(pts
|
||||
(xy 2.54 1.905)
|
||||
(xy 2.54 -1.905)
|
||||
(xy 2.54 -1.905)
|
||||
)
|
||||
(stroke (width 0.508) (type default) (color 0 0 0 0))
|
||||
(fill (type none))
|
||||
)
|
||||
(polyline
|
||||
(pts
|
||||
(xy -2.54 -0.635)
|
||||
(xy -3.175 0.635)
|
||||
(xy -1.905 0.635)
|
||||
(xy -2.54 -0.635)
|
||||
)
|
||||
(stroke (width 0.254) (type default) (color 0 0 0 0))
|
||||
(fill (type none))
|
||||
)
|
||||
(polyline
|
||||
(pts
|
||||
(xy -0.508 -0.508)
|
||||
(xy 0.762 -0.508)
|
||||
(xy 0.381 -0.635)
|
||||
(xy 0.381 -0.381)
|
||||
(xy 0.762 -0.508)
|
||||
)
|
||||
(stroke (width 0) (type default) (color 0 0 0 0))
|
||||
(fill (type none))
|
||||
)
|
||||
(polyline
|
||||
(pts
|
||||
(xy -0.508 0.508)
|
||||
(xy 0.762 0.508)
|
||||
(xy 0.381 0.381)
|
||||
(xy 0.381 0.635)
|
||||
(xy 0.762 0.508)
|
||||
)
|
||||
(stroke (width 0) (type default) (color 0 0 0 0))
|
||||
(fill (type none))
|
||||
)
|
||||
(polyline
|
||||
(pts
|
||||
(xy 3.048 -1.651)
|
||||
(xy 3.556 -1.143)
|
||||
(xy 4.064 -2.159)
|
||||
(xy 3.048 -1.651)
|
||||
(xy 3.048 -1.651)
|
||||
)
|
||||
(stroke (width 0) (type default) (color 0 0 0 0))
|
||||
(fill (type outline))
|
||||
)
|
||||
(pin passive line (at -7.62 2.54 0) (length 2.54)
|
||||
(name "~" (effects (font (size 1.27 1.27))))
|
||||
(number "1" (effects (font (size 1.27 1.27))))
|
||||
)
|
||||
(pin passive line (at -7.62 -2.54 0) (length 2.54)
|
||||
(name "~" (effects (font (size 1.27 1.27))))
|
||||
(number "2" (effects (font (size 1.27 1.27))))
|
||||
)
|
||||
(pin passive line (at 7.62 -2.54 180) (length 2.54)
|
||||
(name "~" (effects (font (size 1.27 1.27))))
|
||||
(number "3" (effects (font (size 1.27 1.27))))
|
||||
)
|
||||
(pin passive line (at 7.62 2.54 180) (length 2.54)
|
||||
(name "~" (effects (font (size 1.27 1.27))))
|
||||
(number "4" (effects (font (size 1.27 1.27))))
|
||||
)
|
||||
)
|
||||
)
|
||||
)
|
File diff suppressed because it is too large
Load Diff
@ -1,46 +0,0 @@
|
||||
(footprint "WE_SOP-4" (version 20211014) (generator pcbnew)
|
||||
(layer "F.Cu")
|
||||
(tedit 63617782)
|
||||
(descr "SOP, 4 Pin (http://www.ixysic.com/home/pdfs.nsf/www/CPC1017N.pdf/$file/CPC1017N.pdf), generated with kicad-footprint-generator ipc_gullwing_generator.py")
|
||||
(tags "SOP SO")
|
||||
(attr smd)
|
||||
(fp_text reference "REF**" (at 0 -3.5) (layer "F.SilkS")
|
||||
(effects (font (size 1 1) (thickness 0.15)))
|
||||
(tstamp e250304b-2864-4f44-b1e8-173cc34a2ac6)
|
||||
)
|
||||
(fp_text value "WE_SOP-4" (at 0 3) (layer "F.Fab")
|
||||
(effects (font (size 1 1) (thickness 0.15)))
|
||||
(tstamp 08bb8c58-1868-4a96-8aaa-36d9e141ec38)
|
||||
)
|
||||
(fp_text user "${REFERENCE}" (at 0 0) (layer "F.Fab")
|
||||
(effects (font (size 0.95 0.95) (thickness 0.14)))
|
||||
(tstamp 758f4e53-9507-488a-960b-2e8e487b7ac8)
|
||||
)
|
||||
(fp_line (start 0 -2.16) (end -2.25 -2.16) (layer "F.SilkS") (width 0.12) (tstamp 3f0c3fb9-57f0-4439-b2df-3c934842d7db))
|
||||
(fp_line (start -2.25 2.16) (end -2.25 1.805) (layer "F.SilkS") (width 0.12) (tstamp 581488ee-fe1f-43d1-a23d-526666571191))
|
||||
(fp_line (start 0 -2.16) (end 2.25 -2.16) (layer "F.SilkS") (width 0.12) (tstamp 58e02161-61cc-4d0f-bdc8-c497a25ae380))
|
||||
(fp_line (start 2.25 -2.16) (end 2.25 -1.8225) (layer "F.SilkS") (width 0.12) (tstamp 7da78911-dd6f-4bbd-9a74-8a3476ec1fb5))
|
||||
(fp_line (start 0 2.16) (end -2.25 2.16) (layer "F.SilkS") (width 0.12) (tstamp af35a153-e4cc-4cb5-9b0a-a247aa9a27b2))
|
||||
(fp_line (start 2.25 2.16) (end 2.25 1.805) (layer "F.SilkS") (width 0.12) (tstamp b6e7e52e-fa7c-4663-b29b-8d72461a55fb))
|
||||
(fp_line (start 0 2.16) (end 2.25 2.16) (layer "F.SilkS") (width 0.12) (tstamp dc9eba43-a0ae-45fc-b91c-9050201557b9))
|
||||
(fp_line (start -2.25 -1.805) (end -3.75 -1.805) (layer "F.SilkS") (width 0.12) (tstamp de91796c-56de-4405-8fcc-748bd6a08e86))
|
||||
(fp_line (start -2.25 -2.16) (end -2.25 -1.805) (layer "F.SilkS") (width 0.12) (tstamp f76f4233-905d-4cb5-a153-eed7fe8e458e))
|
||||
(fp_line (start 4 -2.3) (end -4 -2.3) (layer "F.CrtYd") (width 0.05) (tstamp 2a756062-4e0c-4114-bc6d-4d6635f2d703))
|
||||
(fp_line (start -4 -2.3) (end -4 2.3) (layer "F.CrtYd") (width 0.05) (tstamp 65d0582b-c8a1-45a8-a0e9-e797f01caa63))
|
||||
(fp_line (start -4 2.3) (end 4 2.3) (layer "F.CrtYd") (width 0.05) (tstamp 6e24aa9b-c7e6-40f2-905b-b9c541e0e2f6))
|
||||
(fp_line (start 4 2.3) (end 4 -2.3) (layer "F.CrtYd") (width 0.05) (tstamp 88f2670e-1113-4ed9-b644-cfdac6e8b249))
|
||||
(fp_line (start 2 2.05) (end -2 2.05) (layer "F.Fab") (width 0.1) (tstamp 1f70d207-e63d-4692-be1f-5b6fa8599d57))
|
||||
(fp_line (start -0.95 -2.05) (end 2 -2.05) (layer "F.Fab") (width 0.1) (tstamp d7de2887-c7b2-4bb7-a339-632f4f906224))
|
||||
(fp_line (start -2 -1.1) (end -0.95 -2.05) (layer "F.Fab") (width 0.1) (tstamp e978c208-72f4-4c78-b109-bcb5e56d4024))
|
||||
(fp_line (start -2 2.05) (end -2 -1.1) (layer "F.Fab") (width 0.1) (tstamp ea3cd08e-2d6a-4ba3-9c39-87a3d44d2015))
|
||||
(fp_line (start 2 -2.05) (end 2 2.05) (layer "F.Fab") (width 0.1) (tstamp f69de914-d2d4-4fcf-a7d6-ce76fea2e1a7))
|
||||
(pad "1" smd roundrect (at -3.15 -1.27) (size 1.1 0.8) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) (tstamp dea30d29-44e9-47fc-bccc-6928d5c29cea))
|
||||
(pad "2" smd roundrect (at -3.15 1.27) (size 1.1 0.8) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) (tstamp 767e3782-90bf-4d7f-b1ef-719aa7013187))
|
||||
(pad "3" smd roundrect (at 3.15 1.27) (size 1.1 0.8) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) (tstamp c34f5129-9516-486b-b322-ada2d7baa6ba))
|
||||
(pad "4" smd roundrect (at 3.15 -1.27) (size 1.1 0.8) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) (tstamp 407d0cd8-54f8-47a8-90cb-42c8a441d04f))
|
||||
(model "${KIPRJMOD}/FT_libraries/FaSTTUBe_Isolators.pretty/3d_models/WL-OCPT_Serie356.stp"
|
||||
(offset (xyz 0 0 0))
|
||||
(scale (xyz 1 1 1))
|
||||
(rotate (xyz 0 0 0))
|
||||
)
|
||||
)
|
@ -1,322 +0,0 @@
|
||||
(kicad_symbol_lib (version 20211014) (generator kicad_symbol_editor)
|
||||
(symbol "0603_green" (pin_numbers hide) (pin_names (offset 1.016) hide) (in_bom yes) (on_board yes)
|
||||
(property "Reference" "D" (id 0) (at 0 2.54 0)
|
||||
(effects (font (size 1.27 1.27)))
|
||||
)
|
||||
(property "Value" "0603_green" (id 1) (at 0 -3.81 0)
|
||||
(effects (font (size 1.27 1.27)))
|
||||
)
|
||||
(property "Footprint" "LED_SMD:LED_0603_1608Metric" (id 2) (at 0 5.08 0)
|
||||
(effects (font (size 1.27 1.27)) hide)
|
||||
)
|
||||
(property "Datasheet" "~" (id 3) (at 0 0 0)
|
||||
(effects (font (size 1.27 1.27)) hide)
|
||||
)
|
||||
(property "ki_keywords" "LED diode green" (id 4) (at 0 0 0)
|
||||
(effects (font (size 1.27 1.27)) hide)
|
||||
)
|
||||
(property "ki_description" "LED green 150060VS75000" (id 5) (at 0 0 0)
|
||||
(effects (font (size 1.27 1.27)) hide)
|
||||
)
|
||||
(property "ki_fp_filters" "LED* LED_SMD:* LED_THT:*" (id 6) (at 0 0 0)
|
||||
(effects (font (size 1.27 1.27)) hide)
|
||||
)
|
||||
(symbol "0603_green_0_1"
|
||||
(polyline
|
||||
(pts
|
||||
(xy -1.27 -1.27)
|
||||
(xy -1.27 1.27)
|
||||
)
|
||||
(stroke (width 0.254) (type default) (color 0 0 0 0))
|
||||
(fill (type none))
|
||||
)
|
||||
(polyline
|
||||
(pts
|
||||
(xy -1.27 0)
|
||||
(xy 1.27 0)
|
||||
)
|
||||
(stroke (width 0) (type default) (color 0 0 0 0))
|
||||
(fill (type none))
|
||||
)
|
||||
(polyline
|
||||
(pts
|
||||
(xy 1.27 -1.27)
|
||||
(xy 1.27 1.27)
|
||||
(xy -1.27 0)
|
||||
(xy 1.27 -1.27)
|
||||
)
|
||||
(stroke (width 0.254) (type default) (color 0 0 0 0))
|
||||
(fill (type none))
|
||||
)
|
||||
(polyline
|
||||
(pts
|
||||
(xy -3.048 -0.762)
|
||||
(xy -4.572 -2.286)
|
||||
(xy -3.81 -2.286)
|
||||
(xy -4.572 -2.286)
|
||||
(xy -4.572 -1.524)
|
||||
)
|
||||
(stroke (width 0) (type default) (color 0 0 0 0))
|
||||
(fill (type none))
|
||||
)
|
||||
(polyline
|
||||
(pts
|
||||
(xy -1.778 -0.762)
|
||||
(xy -3.302 -2.286)
|
||||
(xy -2.54 -2.286)
|
||||
(xy -3.302 -2.286)
|
||||
(xy -3.302 -1.524)
|
||||
)
|
||||
(stroke (width 0) (type default) (color 0 0 0 0))
|
||||
(fill (type none))
|
||||
)
|
||||
)
|
||||
(symbol "0603_green_1_1"
|
||||
(pin passive line (at -3.81 0 0) (length 2.54)
|
||||
(name "K" (effects (font (size 1.27 1.27))))
|
||||
(number "1" (effects (font (size 1.27 1.27))))
|
||||
)
|
||||
(pin passive line (at 3.81 0 180) (length 2.54)
|
||||
(name "A" (effects (font (size 1.27 1.27))))
|
||||
(number "2" (effects (font (size 1.27 1.27))))
|
||||
)
|
||||
)
|
||||
)
|
||||
(symbol "0603_red" (extends "0603_green")
|
||||
(property "Reference" "D" (id 0) (at 0 2.54 0)
|
||||
(effects (font (size 1.27 1.27)))
|
||||
)
|
||||
(property "Value" "0603_red" (id 1) (at 0 -3.81 0)
|
||||
(effects (font (size 1.27 1.27)))
|
||||
)
|
||||
(property "Footprint" "LED_SMD:LED_0603_1608Metric" (id 2) (at 0 5.08 0)
|
||||
(effects (font (size 1.27 1.27)) hide)
|
||||
)
|
||||
(property "Datasheet" "" (id 3) (at 0 0 0)
|
||||
(effects (font (size 1.27 1.27)) hide)
|
||||
)
|
||||
(property "ki_keywords" "LED diode red" (id 4) (at 0 0 0)
|
||||
(effects (font (size 1.27 1.27)) hide)
|
||||
)
|
||||
(property "ki_description" "LED red 150060RS75000" (id 5) (at 0 0 0)
|
||||
(effects (font (size 1.27 1.27)) hide)
|
||||
)
|
||||
(property "ki_fp_filters" "LED* LED_SMD:* LED_THT:*" (id 6) (at 0 0 0)
|
||||
(effects (font (size 1.27 1.27)) hide)
|
||||
)
|
||||
)
|
||||
(symbol "CLQ6A_RGB(W)" (in_bom yes) (on_board yes)
|
||||
(property "Reference" "D?" (id 0) (at 0 10.16 0)
|
||||
(effects (font (size 1.27 1.27)))
|
||||
)
|
||||
(property "Value" "CLQ6A_RGB(W)" (id 1) (at 0 7.62 0)
|
||||
(effects (font (size 1.27 1.27)))
|
||||
)
|
||||
(property "Footprint" "" (id 2) (at 0 7.62 0)
|
||||
(effects (font (size 1.27 1.27)) hide)
|
||||
)
|
||||
(property "Datasheet" "" (id 3) (at 0 7.62 0)
|
||||
(effects (font (size 1.27 1.27)) hide)
|
||||
)
|
||||
(symbol "CLQ6A_RGB(W)_0_1"
|
||||
(rectangle (start -5.08 6.35) (end 5.08 -6.35)
|
||||
(stroke (width 0) (type default) (color 0 0 0 0))
|
||||
(fill (type background))
|
||||
)
|
||||
)
|
||||
(symbol "CLQ6A_RGB(W)_1_1"
|
||||
(pin power_in line (at -7.62 3.81 0) (length 2.54)
|
||||
(name "R+" (effects (font (size 1.27 1.27))))
|
||||
(number "1" (effects (font (size 1.27 1.27))))
|
||||
)
|
||||
(pin power_in line (at -7.62 1.27 0) (length 2.54)
|
||||
(name "G+" (effects (font (size 1.27 1.27))))
|
||||
(number "2" (effects (font (size 1.27 1.27))))
|
||||
)
|
||||
(pin power_in line (at -7.62 -1.27 0) (length 2.54)
|
||||
(name "B+" (effects (font (size 1.27 1.27))))
|
||||
(number "3" (effects (font (size 1.27 1.27))))
|
||||
)
|
||||
(pin power_in line (at -7.62 -3.81 0) (length 2.54)
|
||||
(name "W+" (effects (font (size 1.27 1.27))))
|
||||
(number "4" (effects (font (size 1.27 1.27))))
|
||||
)
|
||||
(pin power_in line (at 7.62 -3.81 180) (length 2.54)
|
||||
(name "W-" (effects (font (size 1.27 1.27))))
|
||||
(number "5" (effects (font (size 1.27 1.27))))
|
||||
)
|
||||
(pin power_in line (at 7.62 -1.27 180) (length 2.54)
|
||||
(name "B-" (effects (font (size 1.27 1.27))))
|
||||
(number "6" (effects (font (size 1.27 1.27))))
|
||||
)
|
||||
(pin power_in line (at 7.62 1.27 180) (length 2.54)
|
||||
(name "G-" (effects (font (size 1.27 1.27))))
|
||||
(number "7" (effects (font (size 1.27 1.27))))
|
||||
)
|
||||
(pin power_in line (at 7.62 3.81 180) (length 2.54)
|
||||
(name "R-" (effects (font (size 1.27 1.27))))
|
||||
(number "8" (effects (font (size 1.27 1.27))))
|
||||
)
|
||||
)
|
||||
)
|
||||
(symbol "Dual_Blue{slash}Yellow" (pin_names (offset 0) hide) (in_bom yes) (on_board yes)
|
||||
(property "Reference" "D" (id 0) (at 0 5.715 0)
|
||||
(effects (font (size 1.27 1.27)))
|
||||
)
|
||||
(property "Value" "Dual_Blue{slash}Yellow" (id 1) (at 0 -6.35 0)
|
||||
(effects (font (size 1.27 1.27)))
|
||||
)
|
||||
(property "Footprint" "LED_SMD:LED_RGB_Wuerth-PLCC4_3.2x2.8mm_150141M173100" (id 2) (at 0 -8.89 0)
|
||||
(effects (font (size 1.27 1.27)) hide)
|
||||
)
|
||||
(property "Datasheet" "~" (id 3) (at 0.762 0 0)
|
||||
(effects (font (size 1.27 1.27)) hide)
|
||||
)
|
||||
(property "ki_keywords" "LED diode bicolor dual" (id 4) (at 0 0 0)
|
||||
(effects (font (size 1.27 1.27)) hide)
|
||||
)
|
||||
(property "ki_description" "Bicolor LED, blue and yellow, 150141YB73100" (id 5) (at 0 0 0)
|
||||
(effects (font (size 1.27 1.27)) hide)
|
||||
)
|
||||
(property "ki_fp_filters" "LED* LED_SMD:* LED_THT:*" (id 6) (at 0 0 0)
|
||||
(effects (font (size 1.27 1.27)) hide)
|
||||
)
|
||||
(symbol "Dual_Blue{slash}Yellow_0_1"
|
||||
(polyline
|
||||
(pts
|
||||
(xy -5.08 -2.54)
|
||||
(xy 2.032 -2.54)
|
||||
)
|
||||
(stroke (width 0) (type default) (color 0 0 0 0))
|
||||
(fill (type none))
|
||||
)
|
||||
(polyline
|
||||
(pts
|
||||
(xy -5.08 2.54)
|
||||
(xy 2.032 2.54)
|
||||
)
|
||||
(stroke (width 0) (type default) (color 0 0 0 0))
|
||||
(fill (type none))
|
||||
)
|
||||
(polyline
|
||||
(pts
|
||||
(xy 1.27 -1.27)
|
||||
(xy 1.27 -3.81)
|
||||
)
|
||||
(stroke (width 0.254) (type default) (color 0 0 0 0))
|
||||
(fill (type none))
|
||||
)
|
||||
(polyline
|
||||
(pts
|
||||
(xy 1.27 3.81)
|
||||
(xy 1.27 1.27)
|
||||
)
|
||||
(stroke (width 0.254) (type default) (color 0 0 0 0))
|
||||
(fill (type none))
|
||||
)
|
||||
(polyline
|
||||
(pts
|
||||
(xy 3.81 -2.54)
|
||||
(xy 1.905 -2.54)
|
||||
)
|
||||
(stroke (width 0) (type default) (color 0 0 0 0))
|
||||
(fill (type none))
|
||||
)
|
||||
(polyline
|
||||
(pts
|
||||
(xy 3.81 2.54)
|
||||
(xy 1.905 2.54)
|
||||
)
|
||||
(stroke (width 0) (type default) (color 0 0 0 0))
|
||||
(fill (type none))
|
||||
)
|
||||
(polyline
|
||||
(pts
|
||||
(xy -1.27 -1.27)
|
||||
(xy -1.27 -3.81)
|
||||
(xy 1.27 -2.54)
|
||||
(xy -1.27 -1.27)
|
||||
)
|
||||
(stroke (width 0.254) (type default) (color 0 0 0 0))
|
||||
(fill (type none))
|
||||
)
|
||||
(polyline
|
||||
(pts
|
||||
(xy -1.27 3.81)
|
||||
(xy -1.27 1.27)
|
||||
(xy 1.27 2.54)
|
||||
(xy -1.27 3.81)
|
||||
)
|
||||
(stroke (width 0.254) (type default) (color 0 0 0 0))
|
||||
(fill (type none))
|
||||
)
|
||||
(polyline
|
||||
(pts
|
||||
(xy 2.032 5.08)
|
||||
(xy 3.556 6.604)
|
||||
(xy 2.794 6.604)
|
||||
(xy 3.556 6.604)
|
||||
(xy 3.556 5.842)
|
||||
)
|
||||
(stroke (width 0) (type default) (color 0 0 0 0))
|
||||
(fill (type none))
|
||||
)
|
||||
(polyline
|
||||
(pts
|
||||
(xy 3.302 4.064)
|
||||
(xy 4.826 5.588)
|
||||
(xy 4.064 5.588)
|
||||
(xy 4.826 5.588)
|
||||
(xy 4.826 4.826)
|
||||
)
|
||||
(stroke (width 0) (type default) (color 0 0 0 0))
|
||||
(fill (type none))
|
||||
)
|
||||
(circle (center 0 0) (radius 4.572)
|
||||
(stroke (width 0.254) (type default) (color 0 0 0 0))
|
||||
(fill (type background))
|
||||
)
|
||||
)
|
||||
(symbol "Dual_Blue{slash}Yellow_1_1"
|
||||
(pin passive line (at -7.62 2.54 0) (length 3.048)
|
||||
(name "A1" (effects (font (size 1.27 1.27))))
|
||||
(number "1" (effects (font (size 1.27 1.27))))
|
||||
)
|
||||
(pin passive line (at -7.62 -2.54 0) (length 3.048)
|
||||
(name "A2" (effects (font (size 1.27 1.27))))
|
||||
(number "2" (effects (font (size 1.27 1.27))))
|
||||
)
|
||||
(pin passive line (at 7.62 2.54 180) (length 3.81)
|
||||
(name "K1" (effects (font (size 1.27 1.27))))
|
||||
(number "3" (effects (font (size 1.27 1.27))))
|
||||
)
|
||||
(pin passive line (at 7.62 -2.54 180) (length 3.81)
|
||||
(name "K2" (effects (font (size 1.27 1.27))))
|
||||
(number "4" (effects (font (size 1.27 1.27))))
|
||||
)
|
||||
)
|
||||
)
|
||||
(symbol "Dual_Red{slash}Green" (extends "Dual_Blue{slash}Yellow")
|
||||
(property "Reference" "D" (id 0) (at 0 5.715 0)
|
||||
(effects (font (size 1.27 1.27)))
|
||||
)
|
||||
(property "Value" "Dual_Red{slash}Green" (id 1) (at 0 -6.35 0)
|
||||
(effects (font (size 1.27 1.27)))
|
||||
)
|
||||
(property "Footprint" "LED_SMD:LED_RGB_Wuerth-PLCC4_3.2x2.8mm_150141M173100" (id 2) (at 0 -8.89 0)
|
||||
(effects (font (size 1.27 1.27)) hide)
|
||||
)
|
||||
(property "Datasheet" "" (id 3) (at 0.762 0 0)
|
||||
(effects (font (size 1.27 1.27)) hide)
|
||||
)
|
||||
(property "ki_keywords" "LED diode bicolor dual" (id 4) (at 0 0 0)
|
||||
(effects (font (size 1.27 1.27)) hide)
|
||||
)
|
||||
(property "ki_description" "Bicolor LED, red and green, 150141RV73100" (id 5) (at 0 0 0)
|
||||
(effects (font (size 1.27 1.27)) hide)
|
||||
)
|
||||
(property "ki_fp_filters" "LED* LED_SMD:* LED_THT:*" (id 6) (at 0 0 0)
|
||||
(effects (font (size 1.27 1.27)) hide)
|
||||
)
|
||||
)
|
||||
)
|
@ -1,99 +0,0 @@
|
||||
(footprint "PLCC8" (version 20211014) (generator pcbnew)
|
||||
(layer "F.Cu")
|
||||
(tedit 0)
|
||||
(attr smd)
|
||||
(fp_text reference "REF**" (at 0 -3.5 unlocked) (layer "F.SilkS")
|
||||
(effects (font (size 1 1) (thickness 0.15)))
|
||||
(tstamp 9cac4f51-4bf5-4184-9423-b0671cefe1a2)
|
||||
)
|
||||
(fp_text value "PLCC8" (at 0 -4.9 unlocked) (layer "F.Fab")
|
||||
(effects (font (size 1 1) (thickness 0.15)))
|
||||
(tstamp 56d84a58-d16c-4b56-8acd-d963c57ff045)
|
||||
)
|
||||
(fp_text user "${REFERENCE}" (at 0 -3.5 unlocked) (layer "F.Fab")
|
||||
(effects (font (size 1 1) (thickness 0.15)))
|
||||
(tstamp efec6b11-579a-46d1-a198-9b31606c7c38)
|
||||
)
|
||||
(fp_line (start -2.7 -2.6) (end 2.7 -2.6) (layer "F.SilkS") (width 0.12) (tstamp 31c0f939-0a00-4ad8-8b32-8fa77c55cd92))
|
||||
(fp_line (start -2.7 1.5) (end -2.7 2.6) (layer "F.SilkS") (width 0.12) (tstamp 378c163e-7c90-4d95-b7eb-9f3072c0ee8e))
|
||||
(fp_line (start 2.7 2.6) (end -2.7 2.6) (layer "F.SilkS") (width 0.12) (tstamp 454e1783-5ff9-4a35-bfa3-289abdfd751e))
|
||||
(fp_line (start 2 -1.8) (end 2 1.8) (layer "Cmts.User") (width 0.12) (tstamp 0fe5297c-90ad-4672-bb04-ca49f7fa9648))
|
||||
(fp_line (start -1.6 -2.2) (end 1.6 -2.2) (layer "Cmts.User") (width 0.12) (tstamp aa10f9a5-0069-4ca1-ba42-865c0f0971d9))
|
||||
(fp_line (start -2 1.8) (end -2 -1.8) (layer "Cmts.User") (width 0.12) (tstamp bfe3d7ab-1abf-4a79-8792-d7a9179a513a))
|
||||
(fp_line (start 1.6 2.2) (end -1.6 2.2) (layer "Cmts.User") (width 0.12) (tstamp d0509741-9cad-4970-aba8-6da7ba183c7d))
|
||||
(fp_arc (start 2 1.8) (mid 1.882843 2.082843) (end 1.6 2.2) (layer "Cmts.User") (width 0.12) (tstamp 51f029b9-1453-4a41-9fac-66f5fe8fdb97))
|
||||
(fp_arc (start -1.6 2.2) (mid -1.882843 2.082843) (end -2 1.8) (layer "Cmts.User") (width 0.12) (tstamp 6495e83d-fba4-44b6-839d-2b3a548e77a7))
|
||||
(fp_arc (start 1.6 -2.2) (mid 1.882843 -2.082843) (end 2 -1.8) (layer "Cmts.User") (width 0.12) (tstamp 6e3e545b-ed96-4045-aeea-57e1b0ac7a4b))
|
||||
(fp_arc (start -2 -1.8) (mid -1.882843 -2.082843) (end -1.6 -2.2) (layer "Cmts.User") (width 0.12) (tstamp edc4c87f-c669-4fea-beac-522e541599c7))
|
||||
(fp_rect (start -2.8 -2.7) (end 2.8 2.7) (layer "F.CrtYd") (width 0.05) (fill none) (tstamp f6f53ebe-c41d-4777-965e-c7f3e197f31c))
|
||||
(fp_line (start -2.6 1.5) (end -1.6 2.5) (layer "F.Fab") (width 0.1) (tstamp a5260253-309c-4072-8a95-b819523227a4))
|
||||
(fp_rect (start -2.6 -2.5) (end 2.6 2.5) (layer "F.Fab") (width 0.1) (fill none) (tstamp 70f6252a-1c82-4a0a-bac0-727df5421125))
|
||||
(pad "1" smd custom (at -0.971007 -1.666586 180) (size 0.001 0.001) (layers "F.Cu" "F.Paste" "F.Mask")
|
||||
(options (clearance outline) (anchor rect))
|
||||
(primitives
|
||||
(gr_poly (pts
|
||||
(xy 1.66 0.55)
|
||||
(xy -1.66 0.55)
|
||||
(xy -1.66 -0.56)
|
||||
(xy 0.65 -0.56)
|
||||
(xy 1.66 -0.23)
|
||||
) (width 0) (fill yes))
|
||||
) (tstamp ac008882-867e-451f-b502-e9e2ec13e1e8))
|
||||
(pad "2" smd custom (at -1.736989 -0.483081 180) (size 1.75 0.64) (layers "F.Cu" "F.Paste" "F.Mask")
|
||||
(options (clearance outline) (anchor rect))
|
||||
(primitives
|
||||
(gr_poly (pts
|
||||
(xy 0.025 0.32)
|
||||
(xy 0.875 0.53)
|
||||
(xy 0.875 0.32)
|
||||
) (width 0) (fill yes))
|
||||
) (tstamp 4870f9e3-7baf-4711-b284-331aa811a8a0))
|
||||
(pad "3" smd custom (at -1.736989 0.474679) (size 1.75 0.64) (layers "F.Cu" "F.Paste" "F.Mask")
|
||||
(options (clearance outline) (anchor rect))
|
||||
(primitives
|
||||
(gr_poly (pts
|
||||
(xy -0.025 0.32)
|
||||
(xy -0.875 0.53)
|
||||
(xy -0.875 0.32)
|
||||
) (width 0) (fill yes))
|
||||
) (tstamp f40f4d78-09af-4117-a0ac-a58a7ef23571))
|
||||
(pad "4" smd custom (at -0.936892 1.640927) (size 0.001 0.001) (layers "F.Cu" "F.Paste" "B.Mask")
|
||||
(options (clearance outline) (anchor rect))
|
||||
(primitives
|
||||
(gr_poly (pts
|
||||
(xy -1.66 0.55)
|
||||
(xy 1.66 0.55)
|
||||
(xy 1.66 -0.56)
|
||||
(xy -0.65 -0.56)
|
||||
(xy -1.66 -0.23)
|
||||
) (width 0) (fill yes))
|
||||
) (tstamp e717aeee-7a63-4bea-a8bb-be3f214f9b4c))
|
||||
(pad "5" smd custom (at 1.767717 1.752435 180) (size 1.68 0.9) (layers "F.Cu" "F.Paste" "F.Mask")
|
||||
(options (clearance outline) (anchor rect))
|
||||
(primitives
|
||||
) (tstamp 4528693b-6b6d-4b14-9c3e-9d228be5ad62))
|
||||
(pad "6" smd custom (at 0.990961 0.500155) (size 3.25 0.72) (layers "F.Cu" "F.Paste" "F.Mask")
|
||||
(options (clearance outline) (anchor rect))
|
||||
(primitives
|
||||
(gr_poly (pts
|
||||
(xy 0.055 0.36)
|
||||
(xy 0.055 0.51)
|
||||
(xy 1.625 0.51)
|
||||
(xy 1.625 0.36)
|
||||
) (width 0) (fill yes))
|
||||
) (tstamp ccfd2fa6-da64-46ec-86c6-4ca61e539a91))
|
||||
(pad "7" smd custom (at 0.984912 -0.485833 180) (size 3.25 0.72) (layers "F.Cu" "F.Paste" "F.Mask")
|
||||
(options (clearance outline) (anchor rect))
|
||||
(primitives
|
||||
(gr_poly (pts
|
||||
(xy -0.055 0.36)
|
||||
(xy -0.055 0.51)
|
||||
(xy -1.625 0.51)
|
||||
(xy -1.625 0.36)
|
||||
) (width 0) (fill yes))
|
||||
) (tstamp 3268d5bc-33fa-4524-b2dd-831ad3713008))
|
||||
(pad "8" smd custom (at 1.771284 -1.768225 180) (size 1.68 0.9) (layers "F.Cu" "F.Paste" "F.Mask")
|
||||
(options (clearance outline) (anchor rect))
|
||||
(primitives
|
||||
) (tstamp 06c614af-b5c7-4add-b9eb-a1e1ca11d841))
|
||||
)
|
@ -1,983 +0,0 @@
|
||||
(kicad_symbol_lib (version 20211014) (generator kicad_symbol_editor)
|
||||
(symbol "100nF" (pin_numbers hide) (pin_names (offset 0.254)) (in_bom yes) (on_board yes)
|
||||
(property "Reference" "C" (id 0) (at 0.635 2.54 0)
|
||||
(effects (font (size 1.27 1.27)) (justify left))
|
||||
)
|
||||
(property "Value" "100nF" (id 1) (at 0.635 -2.54 0)
|
||||
(effects (font (size 1.27 1.27)) (justify left))
|
||||
)
|
||||
(property "Footprint" "Capacitor_SMD:C_0603_1608Metric" (id 2) (at 0 -10.16 0)
|
||||
(effects (font (size 1.27 1.27)) hide)
|
||||
)
|
||||
(property "Datasheet" "~" (id 3) (at 0 0 0)
|
||||
(effects (font (size 1.27 1.27)) hide)
|
||||
)
|
||||
(property "Rating" "100V" (id 4) (at 0.635 -4.445 0)
|
||||
(effects (font (size 1.27 1.27)) (justify left))
|
||||
)
|
||||
(property "ki_keywords" "cap capacitor 100nF" (id 5) (at 0 0 0)
|
||||
(effects (font (size 1.27 1.27)) hide)
|
||||
)
|
||||
(property "ki_description" "100nF, 100V, X7R MLCC" (id 6) (at 0 0 0)
|
||||
(effects (font (size 1.27 1.27)) hide)
|
||||
)
|
||||
(property "ki_fp_filters" "C_*" (id 7) (at 0 0 0)
|
||||
(effects (font (size 1.27 1.27)) hide)
|
||||
)
|
||||
(symbol "100nF_0_1"
|
||||
(polyline
|
||||
(pts
|
||||
(xy -2.032 -0.762)
|
||||
(xy 2.032 -0.762)
|
||||
)
|
||||
(stroke (width 0.508) (type default) (color 0 0 0 0))
|
||||
(fill (type none))
|
||||
)
|
||||
(polyline
|
||||
(pts
|
||||
(xy -2.032 0.762)
|
||||
(xy 2.032 0.762)
|
||||
)
|
||||
(stroke (width 0.508) (type default) (color 0 0 0 0))
|
||||
(fill (type none))
|
||||
)
|
||||
)
|
||||
(symbol "100nF_1_1"
|
||||
(pin passive line (at 0 3.81 270) (length 2.794)
|
||||
(name "~" (effects (font (size 1.27 1.27))))
|
||||
(number "1" (effects (font (size 1.27 1.27))))
|
||||
)
|
||||
(pin passive line (at 0 -3.81 90) (length 2.794)
|
||||
(name "~" (effects (font (size 1.27 1.27))))
|
||||
(number "2" (effects (font (size 1.27 1.27))))
|
||||
)
|
||||
)
|
||||
)
|
||||
(symbol "1nF" (extends "100nF")
|
||||
(property "Reference" "C" (id 0) (at 0.635 2.54 0)
|
||||
(effects (font (size 1.27 1.27)) (justify left))
|
||||
)
|
||||
(property "Value" "1nF" (id 1) (at 0.635 -2.54 0)
|
||||
(effects (font (size 1.27 1.27)) (justify left))
|
||||
)
|
||||
(property "Footprint" "Capacitor_SMD:C_0603_1608Metric" (id 2) (at 0 -10.16 0)
|
||||
(effects (font (size 1.27 1.27)) hide)
|
||||
)
|
||||
(property "Datasheet" "" (id 3) (at 0 0 0)
|
||||
(effects (font (size 1.27 1.27)) hide)
|
||||
)
|
||||
(property "Rating" "50V" (id 4) (at 2.54 -4.445 0)
|
||||
(effects (font (size 1.27 1.27)))
|
||||
)
|
||||
(property "ki_keywords" "cap capacitor" (id 5) (at 0 0 0)
|
||||
(effects (font (size 1.27 1.27)) hide)
|
||||
)
|
||||
(property "ki_description" "1nF, 50V, X7R MLCC" (id 6) (at 0 0 0)
|
||||
(effects (font (size 1.27 1.27)) hide)
|
||||
)
|
||||
(property "ki_fp_filters" "C_*" (id 7) (at 0 0 0)
|
||||
(effects (font (size 1.27 1.27)) hide)
|
||||
)
|
||||
)
|
||||
(symbol "10kΩ" (pin_numbers hide) (pin_names (offset 0)) (in_bom yes) (on_board yes)
|
||||
(property "Reference" "R" (id 0) (at 2.032 0 90)
|
||||
(effects (font (size 1.27 1.27)))
|
||||
)
|
||||
(property "Value" "10kΩ" (id 1) (at -2.54 0 90)
|
||||
(effects (font (size 1.27 1.27)))
|
||||
)
|
||||
(property "Footprint" "Resistor_SMD:R_0603_1608Metric" (id 2) (at -3.81 0 90)
|
||||
(effects (font (size 1.27 1.27)) hide)
|
||||
)
|
||||
(property "Datasheet" "~" (id 3) (at 0 0 0)
|
||||
(effects (font (size 1.27 1.27)) hide)
|
||||
)
|
||||
(property "ki_keywords" "R res resistor 10k" (id 4) (at 0 0 0)
|
||||
(effects (font (size 1.27 1.27)) hide)
|
||||
)
|
||||
(property "ki_description" "10kOhm 0603 Resistor" (id 5) (at 0 0 0)
|
||||
(effects (font (size 1.27 1.27)) hide)
|
||||
)
|
||||
(property "ki_fp_filters" "R_*" (id 6) (at 0 0 0)
|
||||
(effects (font (size 1.27 1.27)) hide)
|
||||
)
|
||||
(symbol "10kΩ_0_1"
|
||||
(rectangle (start -1.016 -2.54) (end 1.016 2.54)
|
||||
(stroke (width 0.254) (type default) (color 0 0 0 0))
|
||||
(fill (type none))
|
||||
)
|
||||
)
|
||||
(symbol "10kΩ_1_1"
|
||||
(pin passive line (at 0 3.81 270) (length 1.27)
|
||||
(name "~" (effects (font (size 1.27 1.27))))
|
||||
(number "1" (effects (font (size 1.27 1.27))))
|
||||
)
|
||||
(pin passive line (at 0 -3.81 90) (length 1.27)
|
||||
(name "~" (effects (font (size 1.27 1.27))))
|
||||
(number "2" (effects (font (size 1.27 1.27))))
|
||||
)
|
||||
)
|
||||
)
|
||||
(symbol "0Ω" (extends "10kΩ")
|
||||
(property "Reference" "R" (id 0) (at 2.032 0 90)
|
||||
(effects (font (size 1.27 1.27)))
|
||||
)
|
||||
(property "Value" "0Ω" (id 1) (at -2.54 0 90)
|
||||
(effects (font (size 1.27 1.27)))
|
||||
)
|
||||
(property "Footprint" "Resistor_SMD:R_0603_1608Metric" (id 2) (at -3.81 0 90)
|
||||
(effects (font (size 1.27 1.27)) hide)
|
||||
)
|
||||
(property "Datasheet" "" (id 3) (at 0 0 0)
|
||||
(effects (font (size 1.27 1.27)) hide)
|
||||
)
|
||||
(property "ki_keywords" "R res resistor 10k" (id 4) (at 0 0 0)
|
||||
(effects (font (size 1.27 1.27)) hide)
|
||||
)
|
||||
(property "ki_description" "10kOhm 0603 Resistor" (id 5) (at 0 0 0)
|
||||
(effects (font (size 1.27 1.27)) hide)
|
||||
)
|
||||
(property "ki_fp_filters" "R_*" (id 6) (at 0 0 0)
|
||||
(effects (font (size 1.27 1.27)) hide)
|
||||
)
|
||||
)
|
||||
(symbol "100kΩ" (extends "10kΩ")
|
||||
(property "Reference" "R" (id 0) (at 2.032 0 90)
|
||||
(effects (font (size 1.27 1.27)))
|
||||
)
|
||||
(property "Value" "100kΩ" (id 1) (at 0 0 90)
|
||||
(effects (font (size 1.27 1.27)))
|
||||
)
|
||||
(property "Footprint" "Resistor_SMD:R_0603_1608Metric" (id 2) (at -1.778 0 90)
|
||||
(effects (font (size 1.27 1.27)) hide)
|
||||
)
|
||||
(property "Datasheet" "" (id 3) (at 0 0 0)
|
||||
(effects (font (size 1.27 1.27)) hide)
|
||||
)
|
||||
(property "ki_keywords" "R res resistor 10k" (id 4) (at 0 0 0)
|
||||
(effects (font (size 1.27 1.27)) hide)
|
||||
)
|
||||
(property "ki_description" "10kOhm 0603 Resistor" (id 5) (at 0 0 0)
|
||||
(effects (font (size 1.27 1.27)) hide)
|
||||
)
|
||||
(property "ki_fp_filters" "R_*" (id 6) (at 0 0 0)
|
||||
(effects (font (size 1.27 1.27)) hide)
|
||||
)
|
||||
)
|
||||
(symbol "120Ω" (extends "10kΩ")
|
||||
(property "Reference" "R" (id 0) (at 2.032 0 90)
|
||||
(effects (font (size 1.27 1.27)))
|
||||
)
|
||||
(property "Value" "120Ω" (id 1) (at 0 0 90)
|
||||
(effects (font (size 1.27 1.27)))
|
||||
)
|
||||
(property "Footprint" "Resistor_SMD:R_0603_1608Metric" (id 2) (at -1.778 0 90)
|
||||
(effects (font (size 1.27 1.27)) hide)
|
||||
)
|
||||
(property "Datasheet" "" (id 3) (at 0 0 0)
|
||||
(effects (font (size 1.27 1.27)) hide)
|
||||
)
|
||||
(property "ki_keywords" "R res resistor 10k" (id 4) (at 0 0 0)
|
||||
(effects (font (size 1.27 1.27)) hide)
|
||||
)
|
||||
(property "ki_description" "10kOhm 0603 Resistor" (id 5) (at 0 0 0)
|
||||
(effects (font (size 1.27 1.27)) hide)
|
||||
)
|
||||
(property "ki_fp_filters" "R_*" (id 6) (at 0 0 0)
|
||||
(effects (font (size 1.27 1.27)) hide)
|
||||
)
|
||||
)
|
||||
(symbol "18kΩ" (extends "10kΩ")
|
||||
(property "Reference" "R" (id 0) (at 2.032 0 90)
|
||||
(effects (font (size 1.27 1.27)))
|
||||
)
|
||||
(property "Value" "18kΩ" (id 1) (at -2.54 0 90)
|
||||
(effects (font (size 1.27 1.27)))
|
||||
)
|
||||
(property "Footprint" "Resistor_SMD:R_0603_1608Metric" (id 2) (at -3.81 0 90)
|
||||
(effects (font (size 1.27 1.27)) hide)
|
||||
)
|
||||
(property "Datasheet" "" (id 3) (at 0 0 0)
|
||||
(effects (font (size 1.27 1.27)) hide)
|
||||
)
|
||||
(property "ki_keywords" "R res resistor 10k" (id 4) (at 0 0 0)
|
||||
(effects (font (size 1.27 1.27)) hide)
|
||||
)
|
||||
(property "ki_description" "10kOhm 0603 Resistor" (id 5) (at 0 0 0)
|
||||
(effects (font (size 1.27 1.27)) hide)
|
||||
)
|
||||
(property "ki_fp_filters" "R_*" (id 6) (at 0 0 0)
|
||||
(effects (font (size 1.27 1.27)) hide)
|
||||
)
|
||||
)
|
||||
(symbol "1MΩ" (extends "10kΩ")
|
||||
(property "Reference" "R" (id 0) (at 2.032 0 90)
|
||||
(effects (font (size 1.27 1.27)))
|
||||
)
|
||||
(property "Value" "1MΩ" (id 1) (at 0 0 90)
|
||||
(effects (font (size 1.27 1.27)))
|
||||
)
|
||||
(property "Footprint" "Resistor_SMD:R_0603_1608Metric" (id 2) (at -2.54 0 90)
|
||||
(effects (font (size 1.27 1.27)) hide)
|
||||
)
|
||||
(property "Datasheet" "" (id 3) (at 0 0 0)
|
||||
(effects (font (size 1.27 1.27)) hide)
|
||||
)
|
||||
(property "ki_keywords" "R res resistor 10k" (id 4) (at 0 0 0)
|
||||
(effects (font (size 1.27 1.27)) hide)
|
||||
)
|
||||
(property "ki_description" "10kOhm 0603 Resistor" (id 5) (at 0 0 0)
|
||||
(effects (font (size 1.27 1.27)) hide)
|
||||
)
|
||||
(property "ki_fp_filters" "R_*" (id 6) (at 0 0 0)
|
||||
(effects (font (size 1.27 1.27)) hide)
|
||||
)
|
||||
)
|
||||
(symbol "1kΩ" (extends "10kΩ")
|
||||
(property "Reference" "R" (id 0) (at 2.032 0 90)
|
||||
(effects (font (size 1.27 1.27)))
|
||||
)
|
||||
(property "Value" "1kΩ" (id 1) (at 0 0 90)
|
||||
(effects (font (size 1.27 1.27)))
|
||||
)
|
||||
(property "Footprint" "Resistor_SMD:R_0603_1608Metric" (id 2) (at -1.778 0 90)
|
||||
(effects (font (size 1.27 1.27)) hide)
|
||||
)
|
||||
(property "Datasheet" "" (id 3) (at 0 0 0)
|
||||
(effects (font (size 1.27 1.27)) hide)
|
||||
)
|
||||
(property "ki_keywords" "R res resistor 10k" (id 4) (at 0 0 0)
|
||||
(effects (font (size 1.27 1.27)) hide)
|
||||
)
|
||||
(property "ki_description" "10kOhm 0603 Resistor" (id 5) (at 0 0 0)
|
||||
(effects (font (size 1.27 1.27)) hide)
|
||||
)
|
||||
(property "ki_fp_filters" "R_*" (id 6) (at 0 0 0)
|
||||
(effects (font (size 1.27 1.27)) hide)
|
||||
)
|
||||
)
|
||||
(symbol "BAT54S" (pin_names (offset 1.016)) (in_bom yes) (on_board yes)
|
||||
(property "Reference" "D" (id 0) (at 0.635 -3.81 0)
|
||||
(effects (font (size 1.27 1.27)) (justify left))
|
||||
)
|
||||
(property "Value" "BAT54S" (id 1) (at -6.35 3.175 0)
|
||||
(effects (font (size 1.27 1.27)) (justify left))
|
||||
)
|
||||
(property "Footprint" "Package_TO_SOT_SMD:SOT-23" (id 2) (at 1.905 3.175 0)
|
||||
(effects (font (size 1.27 1.27)) (justify left) hide)
|
||||
)
|
||||
(property "Datasheet" "https://www.diodes.com/assets/Datasheets/ds11005.pdf" (id 3) (at -3.048 0 0)
|
||||
(effects (font (size 1.27 1.27)) hide)
|
||||
)
|
||||
(property "ki_keywords" "schottky diode" (id 4) (at 0 0 0)
|
||||
(effects (font (size 1.27 1.27)) hide)
|
||||
)
|
||||
(property "ki_description" "schottky barrier diode" (id 5) (at 0 0 0)
|
||||
(effects (font (size 1.27 1.27)) hide)
|
||||
)
|
||||
(property "ki_fp_filters" "SOT?23*" (id 6) (at 0 0 0)
|
||||
(effects (font (size 1.27 1.27)) hide)
|
||||
)
|
||||
(symbol "BAT54S_0_1"
|
||||
(polyline
|
||||
(pts
|
||||
(xy -3.81 0)
|
||||
(xy -1.27 0)
|
||||
)
|
||||
(stroke (width 0) (type default) (color 0 0 0 0))
|
||||
(fill (type none))
|
||||
)
|
||||
(polyline
|
||||
(pts
|
||||
(xy -3.175 -1.27)
|
||||
(xy -3.175 -1.016)
|
||||
)
|
||||
(stroke (width 0) (type default) (color 0 0 0 0))
|
||||
(fill (type none))
|
||||
)
|
||||
(polyline
|
||||
(pts
|
||||
(xy -2.54 -1.27)
|
||||
(xy -3.175 -1.27)
|
||||
)
|
||||
(stroke (width 0) (type default) (color 0 0 0 0))
|
||||
(fill (type none))
|
||||
)
|
||||
(polyline
|
||||
(pts
|
||||
(xy -2.54 -1.27)
|
||||
(xy -2.54 1.27)
|
||||
)
|
||||
(stroke (width 0) (type default) (color 0 0 0 0))
|
||||
(fill (type none))
|
||||
)
|
||||
(polyline
|
||||
(pts
|
||||
(xy -2.54 1.27)
|
||||
(xy -1.905 1.27)
|
||||
)
|
||||
(stroke (width 0) (type default) (color 0 0 0 0))
|
||||
(fill (type none))
|
||||
)
|
||||
(polyline
|
||||
(pts
|
||||
(xy -1.905 0)
|
||||
(xy 1.905 0)
|
||||
)
|
||||
(stroke (width 0) (type default) (color 0 0 0 0))
|
||||
(fill (type none))
|
||||
)
|
||||
(polyline
|
||||
(pts
|
||||
(xy -1.905 1.27)
|
||||
(xy -1.905 1.016)
|
||||
)
|
||||
(stroke (width 0) (type default) (color 0 0 0 0))
|
||||
(fill (type none))
|
||||
)
|
||||
(polyline
|
||||
(pts
|
||||
(xy 1.27 0)
|
||||
(xy 3.81 0)
|
||||
)
|
||||
(stroke (width 0) (type default) (color 0 0 0 0))
|
||||
(fill (type none))
|
||||
)
|
||||
(polyline
|
||||
(pts
|
||||
(xy 3.175 -1.27)
|
||||
(xy 3.175 -1.016)
|
||||
)
|
||||
(stroke (width 0) (type default) (color 0 0 0 0))
|
||||
(fill (type none))
|
||||
)
|
||||
(polyline
|
||||
(pts
|
||||
(xy 3.81 -1.27)
|
||||
(xy 3.175 -1.27)
|
||||
)
|
||||
(stroke (width 0) (type default) (color 0 0 0 0))
|
||||
(fill (type none))
|
||||
)
|
||||
(polyline
|
||||
(pts
|
||||
(xy 3.81 -1.27)
|
||||
(xy 3.81 1.27)
|
||||
)
|
||||
(stroke (width 0) (type default) (color 0 0 0 0))
|
||||
(fill (type none))
|
||||
)
|
||||
(polyline
|
||||
(pts
|
||||
(xy 3.81 1.27)
|
||||
(xy 4.445 1.27)
|
||||
)
|
||||
(stroke (width 0) (type default) (color 0 0 0 0))
|
||||
(fill (type none))
|
||||
)
|
||||
(polyline
|
||||
(pts
|
||||
(xy 4.445 1.27)
|
||||
(xy 4.445 1.016)
|
||||
)
|
||||
(stroke (width 0) (type default) (color 0 0 0 0))
|
||||
(fill (type none))
|
||||
)
|
||||
(polyline
|
||||
(pts
|
||||
(xy -4.445 1.27)
|
||||
(xy -4.445 -1.27)
|
||||
(xy -2.54 0)
|
||||
(xy -4.445 1.27)
|
||||
)
|
||||
(stroke (width 0) (type default) (color 0 0 0 0))
|
||||
(fill (type none))
|
||||
)
|
||||
(polyline
|
||||
(pts
|
||||
(xy 1.905 1.27)
|
||||
(xy 1.905 -1.27)
|
||||
(xy 3.81 0)
|
||||
(xy 1.905 1.27)
|
||||
)
|
||||
(stroke (width 0) (type default) (color 0 0 0 0))
|
||||
(fill (type none))
|
||||
)
|
||||
(circle (center 0 0) (radius 0.254)
|
||||
(stroke (width 0) (type default) (color 0 0 0 0))
|
||||
(fill (type outline))
|
||||
)
|
||||
)
|
||||
(symbol "BAT54S_1_1"
|
||||
(pin passive line (at -7.62 0 0) (length 3.81)
|
||||
(name "~" (effects (font (size 1.27 1.27))))
|
||||
(number "1" (effects (font (size 1.27 1.27))))
|
||||
)
|
||||
(pin passive line (at 7.62 0 180) (length 3.81)
|
||||
(name "~" (effects (font (size 1.27 1.27))))
|
||||
(number "2" (effects (font (size 1.27 1.27))))
|
||||
)
|
||||
(pin passive line (at 0 -5.08 90) (length 5.08)
|
||||
(name "~" (effects (font (size 1.27 1.27))))
|
||||
(number "3" (effects (font (size 1.27 1.27))))
|
||||
)
|
||||
)
|
||||
)
|
||||
(symbol "BAV99" (pin_names hide) (in_bom yes) (on_board yes)
|
||||
(property "Reference" "D" (id 0) (at 0 5.08 0)
|
||||
(effects (font (size 1.27 1.27)))
|
||||
)
|
||||
(property "Value" "BAV99" (id 1) (at 0 2.54 0)
|
||||
(effects (font (size 1.27 1.27)))
|
||||
)
|
||||
(property "Footprint" "Package_TO_SOT_SMD:SOT-23" (id 2) (at 0 -12.7 0)
|
||||
(effects (font (size 1.27 1.27)) hide)
|
||||
)
|
||||
(property "Datasheet" "https://assets.nexperia.com/documents/data-sheet/BAV99_SER.pdf" (id 3) (at 0 0 0)
|
||||
(effects (font (size 1.27 1.27)) hide)
|
||||
)
|
||||
(property "ki_keywords" "diode" (id 4) (at 0 0 0)
|
||||
(effects (font (size 1.27 1.27)) hide)
|
||||
)
|
||||
(property "ki_description" "BAV99 High-speed switching diodes, SOT-23" (id 5) (at 0 0 0)
|
||||
(effects (font (size 1.27 1.27)) hide)
|
||||
)
|
||||
(property "ki_fp_filters" "SOT?23*" (id 6) (at 0 0 0)
|
||||
(effects (font (size 1.27 1.27)) hide)
|
||||
)
|
||||
(symbol "BAV99_0_1"
|
||||
(polyline
|
||||
(pts
|
||||
(xy -5.08 0)
|
||||
(xy 5.08 0)
|
||||
)
|
||||
(stroke (width 0) (type default) (color 0 0 0 0))
|
||||
(fill (type none))
|
||||
)
|
||||
)
|
||||
(symbol "BAV99_1_1"
|
||||
(polyline
|
||||
(pts
|
||||
(xy 0 0)
|
||||
(xy 0 -2.54)
|
||||
)
|
||||
(stroke (width 0) (type default) (color 0 0 0 0))
|
||||
(fill (type none))
|
||||
)
|
||||
(polyline
|
||||
(pts
|
||||
(xy -1.27 -1.27)
|
||||
(xy -1.27 1.27)
|
||||
(xy -1.27 1.27)
|
||||
)
|
||||
(stroke (width 0.2032) (type default) (color 0 0 0 0))
|
||||
(fill (type none))
|
||||
)
|
||||
(polyline
|
||||
(pts
|
||||
(xy 3.81 1.27)
|
||||
(xy 3.81 -1.27)
|
||||
(xy 3.81 -1.27)
|
||||
)
|
||||
(stroke (width 0.2032) (type default) (color 0 0 0 0))
|
||||
(fill (type none))
|
||||
)
|
||||
(polyline
|
||||
(pts
|
||||
(xy -3.81 1.27)
|
||||
(xy -1.27 0)
|
||||
(xy -3.81 -1.27)
|
||||
(xy -3.81 1.27)
|
||||
(xy -3.81 1.27)
|
||||
(xy -3.81 1.27)
|
||||
)
|
||||
(stroke (width 0.2032) (type default) (color 0 0 0 0))
|
||||
(fill (type none))
|
||||
)
|
||||
(polyline
|
||||
(pts
|
||||
(xy 1.27 1.27)
|
||||
(xy 3.81 0)
|
||||
(xy 1.27 -1.27)
|
||||
(xy 1.27 1.27)
|
||||
(xy 1.27 1.27)
|
||||
(xy 1.27 1.27)
|
||||
)
|
||||
(stroke (width 0.2032) (type default) (color 0 0 0 0))
|
||||
(fill (type none))
|
||||
)
|
||||
(circle (center 0 0) (radius 0.254)
|
||||
(stroke (width 0) (type default) (color 0 0 0 0))
|
||||
(fill (type outline))
|
||||
)
|
||||
(pin passive line (at -7.62 0 0) (length 2.54)
|
||||
(name "K" (effects (font (size 1.27 1.27))))
|
||||
(number "1" (effects (font (size 1.27 1.27))))
|
||||
)
|
||||
(pin passive line (at 7.62 0 180) (length 2.54)
|
||||
(name "A" (effects (font (size 1.27 1.27))))
|
||||
(number "2" (effects (font (size 1.27 1.27))))
|
||||
)
|
||||
(pin passive line (at 0 -5.08 90) (length 2.54)
|
||||
(name "K" (effects (font (size 1.27 1.27))))
|
||||
(number "3" (effects (font (size 1.27 1.27))))
|
||||
)
|
||||
)
|
||||
)
|
||||
(symbol "BC807" (pin_names (offset 0) hide) (in_bom yes) (on_board yes)
|
||||
(property "Reference" "Q" (id 0) (at 5.08 1.905 0)
|
||||
(effects (font (size 1.27 1.27)) (justify left))
|
||||
)
|
||||
(property "Value" "BC807" (id 1) (at 5.08 0 0)
|
||||
(effects (font (size 1.27 1.27)) (justify left))
|
||||
)
|
||||
(property "Footprint" "Package_TO_SOT_SMD:SOT-23" (id 2) (at 5.08 -1.905 0)
|
||||
(effects (font (size 1.27 1.27) italic) (justify left) hide)
|
||||
)
|
||||
(property "Datasheet" "https://www.onsemi.com/pub/Collateral/BC808-D.pdf" (id 3) (at 0 0 0)
|
||||
(effects (font (size 1.27 1.27)) (justify left) hide)
|
||||
)
|
||||
(property "ki_keywords" "PNP Transistor" (id 4) (at 0 0 0)
|
||||
(effects (font (size 1.27 1.27)) hide)
|
||||
)
|
||||
(property "ki_description" "0.8A Ic, 45V Vce, PNP Transistor, SOT-23" (id 5) (at 0 0 0)
|
||||
(effects (font (size 1.27 1.27)) hide)
|
||||
)
|
||||
(property "ki_fp_filters" "SOT?23*" (id 6) (at 0 0 0)
|
||||
(effects (font (size 1.27 1.27)) hide)
|
||||
)
|
||||
(symbol "BC807_0_1"
|
||||
(polyline
|
||||
(pts
|
||||
(xy 0.635 0.635)
|
||||
(xy 2.54 2.54)
|
||||
)
|
||||
(stroke (width 0) (type default) (color 0 0 0 0))
|
||||
(fill (type none))
|
||||
)
|
||||
(polyline
|
||||
(pts
|
||||
(xy 0.635 -0.635)
|
||||
(xy 2.54 -2.54)
|
||||
(xy 2.54 -2.54)
|
||||
)
|
||||
(stroke (width 0) (type default) (color 0 0 0 0))
|
||||
(fill (type none))
|
||||
)
|
||||
(polyline
|
||||
(pts
|
||||
(xy 0.635 1.905)
|
||||
(xy 0.635 -1.905)
|
||||
(xy 0.635 -1.905)
|
||||
)
|
||||
(stroke (width 0.508) (type default) (color 0 0 0 0))
|
||||
(fill (type none))
|
||||
)
|
||||
(polyline
|
||||
(pts
|
||||
(xy 2.286 -1.778)
|
||||
(xy 1.778 -2.286)
|
||||
(xy 1.27 -1.27)
|
||||
(xy 2.286 -1.778)
|
||||
(xy 2.286 -1.778)
|
||||
)
|
||||
(stroke (width 0) (type default) (color 0 0 0 0))
|
||||
(fill (type outline))
|
||||
)
|
||||
(circle (center 1.27 0) (radius 2.8194)
|
||||
(stroke (width 0.254) (type default) (color 0 0 0 0))
|
||||
(fill (type none))
|
||||
)
|
||||
)
|
||||
(symbol "BC807_1_1"
|
||||
(pin input line (at -5.08 0 0) (length 5.715)
|
||||
(name "B" (effects (font (size 1.27 1.27))))
|
||||
(number "1" (effects (font (size 1.27 1.27))))
|
||||
)
|
||||
(pin passive line (at 2.54 -5.08 90) (length 2.54)
|
||||
(name "E" (effects (font (size 1.27 1.27))))
|
||||
(number "2" (effects (font (size 1.27 1.27))))
|
||||
)
|
||||
(pin passive line (at 2.54 5.08 270) (length 2.54)
|
||||
(name "C" (effects (font (size 1.27 1.27))))
|
||||
(number "3" (effects (font (size 1.27 1.27))))
|
||||
)
|
||||
)
|
||||
)
|
||||
(symbol "BC817" (pin_names (offset 0) hide) (in_bom yes) (on_board yes)
|
||||
(property "Reference" "Q" (id 0) (at 5.08 1.905 0)
|
||||
(effects (font (size 1.27 1.27)) (justify left))
|
||||
)
|
||||
(property "Value" "BC817" (id 1) (at 5.08 0 0)
|
||||
(effects (font (size 1.27 1.27)) (justify left))
|
||||
)
|
||||
(property "Footprint" "Package_TO_SOT_SMD:SOT-23" (id 2) (at 5.08 -1.905 0)
|
||||
(effects (font (size 1.27 1.27) italic) (justify left) hide)
|
||||
)
|
||||
(property "Datasheet" "https://www.onsemi.com/pub/Collateral/BC818-D.pdf" (id 3) (at 0 0 0)
|
||||
(effects (font (size 1.27 1.27)) (justify left) hide)
|
||||
)
|
||||
(property "ki_keywords" "NPN Transistor" (id 4) (at 0 0 0)
|
||||
(effects (font (size 1.27 1.27)) hide)
|
||||
)
|
||||
(property "ki_description" "0.8A Ic, 45V Vce, NPN Transistor, SOT-23" (id 5) (at 0 0 0)
|
||||
(effects (font (size 1.27 1.27)) hide)
|
||||
)
|
||||
(property "ki_fp_filters" "SOT?23*" (id 6) (at 0 0 0)
|
||||
(effects (font (size 1.27 1.27)) hide)
|
||||
)
|
||||
(symbol "BC817_0_1"
|
||||
(polyline
|
||||
(pts
|
||||
(xy 0.635 0.635)
|
||||
(xy 2.54 2.54)
|
||||
)
|
||||
(stroke (width 0) (type default) (color 0 0 0 0))
|
||||
(fill (type none))
|
||||
)
|
||||
(polyline
|
||||
(pts
|
||||
(xy 0.635 -0.635)
|
||||
(xy 2.54 -2.54)
|
||||
(xy 2.54 -2.54)
|
||||
)
|
||||
(stroke (width 0) (type default) (color 0 0 0 0))
|
||||
(fill (type none))
|
||||
)
|
||||
(polyline
|
||||
(pts
|
||||
(xy 0.635 1.905)
|
||||
(xy 0.635 -1.905)
|
||||
(xy 0.635 -1.905)
|
||||
)
|
||||
(stroke (width 0.508) (type default) (color 0 0 0 0))
|
||||
(fill (type none))
|
||||
)
|
||||
(polyline
|
||||
(pts
|
||||
(xy 1.27 -1.778)
|
||||
(xy 1.778 -1.27)
|
||||
(xy 2.286 -2.286)
|
||||
(xy 1.27 -1.778)
|
||||
(xy 1.27 -1.778)
|
||||
)
|
||||
(stroke (width 0) (type default) (color 0 0 0 0))
|
||||
(fill (type outline))
|
||||
)
|
||||
(circle (center 1.27 0) (radius 2.8194)
|
||||
(stroke (width 0.254) (type default) (color 0 0 0 0))
|
||||
(fill (type none))
|
||||
)
|
||||
)
|
||||
(symbol "BC817_1_1"
|
||||
(pin input line (at -5.08 0 0) (length 5.715)
|
||||
(name "B" (effects (font (size 1.27 1.27))))
|
||||
(number "1" (effects (font (size 1.27 1.27))))
|
||||
)
|
||||
(pin passive line (at 2.54 -5.08 90) (length 2.54)
|
||||
(name "E" (effects (font (size 1.27 1.27))))
|
||||
(number "2" (effects (font (size 1.27 1.27))))
|
||||
)
|
||||
(pin passive line (at 2.54 5.08 270) (length 2.54)
|
||||
(name "C" (effects (font (size 1.27 1.27))))
|
||||
(number "3" (effects (font (size 1.27 1.27))))
|
||||
)
|
||||
)
|
||||
)
|
||||
(symbol "BSS123" (pin_names hide) (in_bom yes) (on_board yes)
|
||||
(property "Reference" "Q" (id 0) (at 5.08 1.905 0)
|
||||
(effects (font (size 1.27 1.27)) (justify left))
|
||||
)
|
||||
(property "Value" "BSS123" (id 1) (at 5.08 0 0)
|
||||
(effects (font (size 1.27 1.27)) (justify left))
|
||||
)
|
||||
(property "Footprint" "Package_TO_SOT_SMD:SOT-23" (id 2) (at 5.08 -1.905 0)
|
||||
(effects (font (size 1.27 1.27) italic) (justify left) hide)
|
||||
)
|
||||
(property "Datasheet" "http://www.diodes.com/assets/Datasheets/ds30366.pdf" (id 3) (at 0 0 0)
|
||||
(effects (font (size 1.27 1.27)) (justify left) hide)
|
||||
)
|
||||
(property "ki_keywords" "N-Channel MOSFET" (id 4) (at 0 0 0)
|
||||
(effects (font (size 1.27 1.27)) hide)
|
||||
)
|
||||
(property "ki_description" "0.17A Id, 100V Vds, N-Channel MOSFET, SOT-23" (id 5) (at 0 0 0)
|
||||
(effects (font (size 1.27 1.27)) hide)
|
||||
)
|
||||
(property "ki_fp_filters" "SOT?23*" (id 6) (at 0 0 0)
|
||||
(effects (font (size 1.27 1.27)) hide)
|
||||
)
|
||||
(symbol "BSS123_0_1"
|
||||
(polyline
|
||||
(pts
|
||||
(xy 0.254 0)
|
||||
(xy -2.54 0)
|
||||
)
|
||||
(stroke (width 0) (type default) (color 0 0 0 0))
|
||||
(fill (type none))
|
||||
)
|
||||
(polyline
|
||||
(pts
|
||||
(xy 0.254 1.905)
|
||||
(xy 0.254 -1.905)
|
||||
)
|
||||
(stroke (width 0.254) (type default) (color 0 0 0 0))
|
||||
(fill (type none))
|
||||
)
|
||||
(polyline
|
||||
(pts
|
||||
(xy 0.762 -1.27)
|
||||
(xy 0.762 -2.286)
|
||||
)
|
||||
(stroke (width 0.254) (type default) (color 0 0 0 0))
|
||||
(fill (type none))
|
||||
)
|
||||
(polyline
|
||||
(pts
|
||||
(xy 0.762 0.508)
|
||||
(xy 0.762 -0.508)
|
||||
)
|
||||
(stroke (width 0.254) (type default) (color 0 0 0 0))
|
||||
(fill (type none))
|
||||
)
|
||||
(polyline
|
||||
(pts
|
||||
(xy 0.762 2.286)
|
||||
(xy 0.762 1.27)
|
||||
)
|
||||
(stroke (width 0.254) (type default) (color 0 0 0 0))
|
||||
(fill (type none))
|
||||
)
|
||||
(polyline
|
||||
(pts
|
||||
(xy 2.54 2.54)
|
||||
(xy 2.54 1.778)
|
||||
)
|
||||
(stroke (width 0) (type default) (color 0 0 0 0))
|
||||
(fill (type none))
|
||||
)
|
||||
(polyline
|
||||
(pts
|
||||
(xy 2.54 -2.54)
|
||||
(xy 2.54 0)
|
||||
(xy 0.762 0)
|
||||
)
|
||||
(stroke (width 0) (type default) (color 0 0 0 0))
|
||||
(fill (type none))
|
||||
)
|
||||
(polyline
|
||||
(pts
|
||||
(xy 0.762 -1.778)
|
||||
(xy 3.302 -1.778)
|
||||
(xy 3.302 1.778)
|
||||
(xy 0.762 1.778)
|
||||
)
|
||||
(stroke (width 0) (type default) (color 0 0 0 0))
|
||||
(fill (type none))
|
||||
)
|
||||
(polyline
|
||||
(pts
|
||||
(xy 1.016 0)
|
||||
(xy 2.032 0.381)
|
||||
(xy 2.032 -0.381)
|
||||
(xy 1.016 0)
|
||||
)
|
||||
(stroke (width 0) (type default) (color 0 0 0 0))
|
||||
(fill (type outline))
|
||||
)
|
||||
(polyline
|
||||
(pts
|
||||
(xy 2.794 0.508)
|
||||
(xy 2.921 0.381)
|
||||
(xy 3.683 0.381)
|
||||
(xy 3.81 0.254)
|
||||
)
|
||||
(stroke (width 0) (type default) (color 0 0 0 0))
|
||||
(fill (type none))
|
||||
)
|
||||
(polyline
|
||||
(pts
|
||||
(xy 3.302 0.381)
|
||||
(xy 2.921 -0.254)
|
||||
(xy 3.683 -0.254)
|
||||
(xy 3.302 0.381)
|
||||
)
|
||||
(stroke (width 0) (type default) (color 0 0 0 0))
|
||||
(fill (type none))
|
||||
)
|
||||
(circle (center 1.651 0) (radius 2.794)
|
||||
(stroke (width 0.254) (type default) (color 0 0 0 0))
|
||||
(fill (type none))
|
||||
)
|
||||
(circle (center 2.54 -1.778) (radius 0.254)
|
||||
(stroke (width 0) (type default) (color 0 0 0 0))
|
||||
(fill (type outline))
|
||||
)
|
||||
(circle (center 2.54 1.778) (radius 0.254)
|
||||
(stroke (width 0) (type default) (color 0 0 0 0))
|
||||
(fill (type outline))
|
||||
)
|
||||
)
|
||||
(symbol "BSS123_1_1"
|
||||
(pin input line (at -5.08 0 0) (length 2.54)
|
||||
(name "G" (effects (font (size 1.27 1.27))))
|
||||
(number "1" (effects (font (size 1.27 1.27))))
|
||||
)
|
||||
(pin passive line (at 2.54 -5.08 90) (length 2.54)
|
||||
(name "S" (effects (font (size 1.27 1.27))))
|
||||
(number "2" (effects (font (size 1.27 1.27))))
|
||||
)
|
||||
(pin passive line (at 2.54 5.08 270) (length 2.54)
|
||||
(name "D" (effects (font (size 1.27 1.27))))
|
||||
(number "3" (effects (font (size 1.27 1.27))))
|
||||
)
|
||||
)
|
||||
)
|
||||
(symbol "DMN6075S" (pin_names hide) (in_bom yes) (on_board yes)
|
||||
(property "Reference" "Q" (id 0) (at 5.08 1.905 0)
|
||||
(effects (font (size 1.27 1.27)) (justify left))
|
||||
)
|
||||
(property "Value" "DMN6075S" (id 1) (at 5.08 0 0)
|
||||
(effects (font (size 1.27 1.27)) (justify left))
|
||||
)
|
||||
(property "Footprint" "Package_TO_SOT_SMD:SOT-23" (id 2) (at 5.08 -1.905 0)
|
||||
(effects (font (size 1.27 1.27) italic) (justify left) hide)
|
||||
)
|
||||
(property "Datasheet" "http://www.diodes.com/assets/Datasheets/DMN6075S.pdf" (id 3) (at 0 0 0)
|
||||
(effects (font (size 1.27 1.27)) (justify left) hide)
|
||||
)
|
||||
(property "ki_keywords" "N-Channel MOSFET" (id 4) (at 0 0 0)
|
||||
(effects (font (size 1.27 1.27)) hide)
|
||||
)
|
||||
(property "ki_description" "2.5A Id, 60V Vds, N-Channel MOSFET, SOT-23" (id 5) (at 0 0 0)
|
||||
(effects (font (size 1.27 1.27)) hide)
|
||||
)
|
||||
(property "ki_fp_filters" "SOT?23*" (id 6) (at 0 0 0)
|
||||
(effects (font (size 1.27 1.27)) hide)
|
||||
)
|
||||
(symbol "DMN6075S_0_1"
|
||||
(polyline
|
||||
(pts
|
||||
(xy 0.254 0)
|
||||
(xy -2.54 0)
|
||||
)
|
||||
(stroke (width 0) (type default) (color 0 0 0 0))
|
||||
(fill (type none))
|
||||
)
|
||||
(polyline
|
||||
(pts
|
||||
(xy 0.254 1.905)
|
||||
(xy 0.254 -1.905)
|
||||
)
|
||||
(stroke (width 0.254) (type default) (color 0 0 0 0))
|
||||
(fill (type none))
|
||||
)
|
||||
(polyline
|
||||
(pts
|
||||
(xy 0.762 -1.27)
|
||||
(xy 0.762 -2.286)
|
||||
)
|
||||
(stroke (width 0.254) (type default) (color 0 0 0 0))
|
||||
(fill (type none))
|
||||
)
|
||||
(polyline
|
||||
(pts
|
||||
(xy 0.762 0.508)
|
||||
(xy 0.762 -0.508)
|
||||
)
|
||||
(stroke (width 0.254) (type default) (color 0 0 0 0))
|
||||
(fill (type none))
|
||||
)
|
||||
(polyline
|
||||
(pts
|
||||
(xy 0.762 2.286)
|
||||
(xy 0.762 1.27)
|
||||
)
|
||||
(stroke (width 0.254) (type default) (color 0 0 0 0))
|
||||
(fill (type none))
|
||||
)
|
||||
(polyline
|
||||
(pts
|
||||
(xy 2.54 2.54)
|
||||
(xy 2.54 1.778)
|
||||
)
|
||||
(stroke (width 0) (type default) (color 0 0 0 0))
|
||||
(fill (type none))
|
||||
)
|
||||
(polyline
|
||||
(pts
|
||||
(xy 2.54 -2.54)
|
||||
(xy 2.54 0)
|
||||
(xy 0.762 0)
|
||||
)
|
||||
(stroke (width 0) (type default) (color 0 0 0 0))
|
||||
(fill (type none))
|
||||
)
|
||||
(polyline
|
||||
(pts
|
||||
(xy 0.762 -1.778)
|
||||
(xy 3.302 -1.778)
|
||||
(xy 3.302 1.778)
|
||||
(xy 0.762 1.778)
|
||||
)
|
||||
(stroke (width 0) (type default) (color 0 0 0 0))
|
||||
(fill (type none))
|
||||
)
|
||||
(polyline
|
||||
(pts
|
||||
(xy 1.016 0)
|
||||
(xy 2.032 0.381)
|
||||
(xy 2.032 -0.381)
|
||||
(xy 1.016 0)
|
||||
)
|
||||
(stroke (width 0) (type default) (color 0 0 0 0))
|
||||
(fill (type outline))
|
||||
)
|
||||
(polyline
|
||||
(pts
|
||||
(xy 2.794 0.508)
|
||||
(xy 2.921 0.381)
|
||||
(xy 3.683 0.381)
|
||||
(xy 3.81 0.254)
|
||||
)
|
||||
(stroke (width 0) (type default) (color 0 0 0 0))
|
||||
(fill (type none))
|
||||
)
|
||||
(polyline
|
||||
(pts
|
||||
(xy 3.302 0.381)
|
||||
(xy 2.921 -0.254)
|
||||
(xy 3.683 -0.254)
|
||||
(xy 3.302 0.381)
|
||||
)
|
||||
(stroke (width 0) (type default) (color 0 0 0 0))
|
||||
(fill (type none))
|
||||
)
|
||||
(circle (center 1.651 0) (radius 2.794)
|
||||
(stroke (width 0.254) (type default) (color 0 0 0 0))
|
||||
(fill (type none))
|
||||
)
|
||||
(circle (center 2.54 -1.778) (radius 0.254)
|
||||
(stroke (width 0) (type default) (color 0 0 0 0))
|
||||
(fill (type outline))
|
||||
)
|
||||
(circle (center 2.54 1.778) (radius 0.254)
|
||||
(stroke (width 0) (type default) (color 0 0 0 0))
|
||||
(fill (type outline))
|
||||
)
|
||||
)
|
||||
(symbol "DMN6075S_1_1"
|
||||
(pin input line (at -5.08 0 0) (length 2.54)
|
||||
(name "G" (effects (font (size 1.27 1.27))))
|
||||
(number "1" (effects (font (size 1.27 1.27))))
|
||||
)
|
||||
(pin passive line (at 2.54 -5.08 90) (length 2.54)
|
||||
(name "S" (effects (font (size 1.27 1.27))))
|
||||
(number "2" (effects (font (size 1.27 1.27))))
|
||||
)
|
||||
(pin passive line (at 2.54 5.08 270) (length 2.54)
|
||||
(name "D" (effects (font (size 1.27 1.27))))
|
||||
(number "3" (effects (font (size 1.27 1.27))))
|
||||
)
|
||||
)
|
||||
)
|
||||
)
|
@ -1,677 +0,0 @@
|
||||
(kicad_symbol_lib (version 20211014) (generator kicad_symbol_editor)
|
||||
(symbol "BTN8962TA" (in_bom yes) (on_board yes)
|
||||
(property "Reference" "Q" (id 0) (at 6.35 5.715 0)
|
||||
(effects (font (size 1.27 1.27)) (justify left))
|
||||
)
|
||||
(property "Value" "BTN8962TA" (id 1) (at 6.35 3.81 0)
|
||||
(effects (font (size 1.27 1.27)) (justify left))
|
||||
)
|
||||
(property "Footprint" "Package_TO_SOT_SMD:TO-263-7_TabPin8" (id 2) (at -5.08 11.43 0)
|
||||
(effects (font (size 1.27 1.27)) hide)
|
||||
)
|
||||
(property "Datasheet" "~" (id 3) (at 0 -11.43 0)
|
||||
(effects (font (size 1.27 1.27)) hide)
|
||||
)
|
||||
(property "ki_keywords" "half bridge for motor drive applications" (id 4) (at 0 0 0)
|
||||
(effects (font (size 1.27 1.27)) hide)
|
||||
)
|
||||
(property "ki_description" "High Current PN Half Bridge, TO-263-7" (id 5) (at 0 0 0)
|
||||
(effects (font (size 1.27 1.27)) hide)
|
||||
)
|
||||
(property "ki_fp_filters" "TO*263*TabPin8*" (id 6) (at 0 0 0)
|
||||
(effects (font (size 1.27 1.27)) hide)
|
||||
)
|
||||
(symbol "BTN8962TA_0_1"
|
||||
(rectangle (start -5.08 7.62) (end 5.08 -7.62)
|
||||
(stroke (width 0.254) (type default) (color 0 0 0 0))
|
||||
(fill (type background))
|
||||
)
|
||||
(polyline
|
||||
(pts
|
||||
(xy 0.254 -5.969)
|
||||
(xy -0.762 -5.969)
|
||||
)
|
||||
(stroke (width 0) (type default) (color 0 0 0 0))
|
||||
(fill (type none))
|
||||
)
|
||||
(polyline
|
||||
(pts
|
||||
(xy 0.254 2.159)
|
||||
(xy -0.762 2.159)
|
||||
)
|
||||
(stroke (width 0) (type default) (color 0 0 0 0))
|
||||
(fill (type none))
|
||||
)
|
||||
(polyline
|
||||
(pts
|
||||
(xy 2.54 0)
|
||||
(xy 5.08 0)
|
||||
)
|
||||
(stroke (width 0) (type default) (color 0 0 0 0))
|
||||
(fill (type none))
|
||||
)
|
||||
(polyline
|
||||
(pts
|
||||
(xy 2.54 2.286)
|
||||
(xy 2.54 -2.286)
|
||||
)
|
||||
(stroke (width 0) (type default) (color 0 0 0 0))
|
||||
(fill (type none))
|
||||
)
|
||||
(polyline
|
||||
(pts
|
||||
(xy 2.54 -5.842)
|
||||
(xy 2.54 -7.62)
|
||||
(xy 2.54 -6.858)
|
||||
)
|
||||
(stroke (width 0) (type default) (color 0 0 0 0))
|
||||
(fill (type none))
|
||||
)
|
||||
(polyline
|
||||
(pts
|
||||
(xy -5.08 6.35)
|
||||
(xy -0.762 6.35)
|
||||
(xy -0.762 -6.35)
|
||||
(xy -5.08 -6.35)
|
||||
)
|
||||
(stroke (width 0) (type default) (color 0 0 0 0))
|
||||
(fill (type none))
|
||||
)
|
||||
)
|
||||
(symbol "BTN8962TA_1_0"
|
||||
(text "Ctrl" (at -2.54 0 900)
|
||||
(effects (font (size 1.27 1.27)))
|
||||
)
|
||||
)
|
||||
(symbol "BTN8962TA_1_1"
|
||||
(polyline
|
||||
(pts
|
||||
(xy 0.762 -5.842)
|
||||
(xy 2.54 -5.842)
|
||||
)
|
||||
(stroke (width 0) (type default) (color 0 0 0 0))
|
||||
(fill (type none))
|
||||
)
|
||||
(polyline
|
||||
(pts
|
||||
(xy 0.762 -5.334)
|
||||
(xy 0.762 -6.35)
|
||||
)
|
||||
(stroke (width 0.254) (type default) (color 0 0 0 0))
|
||||
(fill (type none))
|
||||
)
|
||||
(polyline
|
||||
(pts
|
||||
(xy 0.762 -4.064)
|
||||
(xy 2.54 -4.064)
|
||||
)
|
||||
(stroke (width 0) (type default) (color 0 0 0 0))
|
||||
(fill (type none))
|
||||
)
|
||||
(polyline
|
||||
(pts
|
||||
(xy 0.762 -3.556)
|
||||
(xy 0.762 -4.572)
|
||||
)
|
||||
(stroke (width 0.254) (type default) (color 0 0 0 0))
|
||||
(fill (type none))
|
||||
)
|
||||
(polyline
|
||||
(pts
|
||||
(xy 0.762 -2.286)
|
||||
(xy 2.54 -2.286)
|
||||
)
|
||||
(stroke (width 0) (type default) (color 0 0 0 0))
|
||||
(fill (type none))
|
||||
)
|
||||
(polyline
|
||||
(pts
|
||||
(xy 0.762 -1.778)
|
||||
(xy 0.762 -2.794)
|
||||
)
|
||||
(stroke (width 0.254) (type default) (color 0 0 0 0))
|
||||
(fill (type none))
|
||||
)
|
||||
(polyline
|
||||
(pts
|
||||
(xy 0.762 2.286)
|
||||
(xy 2.54 2.286)
|
||||
)
|
||||
(stroke (width 0) (type default) (color 0 0 0 0))
|
||||
(fill (type none))
|
||||
)
|
||||
(polyline
|
||||
(pts
|
||||
(xy 0.762 2.794)
|
||||
(xy 0.762 1.778)
|
||||
)
|
||||
(stroke (width 0.254) (type default) (color 0 0 0 0))
|
||||
(fill (type none))
|
||||
)
|
||||
(polyline
|
||||
(pts
|
||||
(xy 0.762 4.064)
|
||||
(xy 2.54 4.064)
|
||||
)
|
||||
(stroke (width 0) (type default) (color 0 0 0 0))
|
||||
(fill (type none))
|
||||
)
|
||||
(polyline
|
||||
(pts
|
||||
(xy 0.762 4.572)
|
||||
(xy 0.762 3.556)
|
||||
)
|
||||
(stroke (width 0.254) (type default) (color 0 0 0 0))
|
||||
(fill (type none))
|
||||
)
|
||||
(polyline
|
||||
(pts
|
||||
(xy 0.762 5.842)
|
||||
(xy 2.54 5.842)
|
||||
)
|
||||
(stroke (width 0) (type default) (color 0 0 0 0))
|
||||
(fill (type none))
|
||||
)
|
||||
(polyline
|
||||
(pts
|
||||
(xy 0.762 6.35)
|
||||
(xy 0.762 5.334)
|
||||
)
|
||||
(stroke (width 0.254) (type default) (color 0 0 0 0))
|
||||
(fill (type none))
|
||||
)
|
||||
(polyline
|
||||
(pts
|
||||
(xy 2.54 -5.842)
|
||||
(xy 2.54 -4.064)
|
||||
)
|
||||
(stroke (width 0) (type default) (color 0 0 0 0))
|
||||
(fill (type none))
|
||||
)
|
||||
(polyline
|
||||
(pts
|
||||
(xy 2.54 4.064)
|
||||
(xy 2.54 5.842)
|
||||
)
|
||||
(stroke (width 0) (type default) (color 0 0 0 0))
|
||||
(fill (type none))
|
||||
)
|
||||
(polyline
|
||||
(pts
|
||||
(xy 2.54 7.62)
|
||||
(xy 2.54 5.842)
|
||||
)
|
||||
(stroke (width 0) (type default) (color 0 0 0 0))
|
||||
(fill (type none))
|
||||
)
|
||||
(polyline
|
||||
(pts
|
||||
(xy 0.254 -2.159)
|
||||
(xy 0.254 -5.969)
|
||||
(xy 0.254 -5.969)
|
||||
)
|
||||
(stroke (width 0) (type default) (color 0 0 0 0))
|
||||
(fill (type none))
|
||||
)
|
||||
(polyline
|
||||
(pts
|
||||
(xy 0.254 5.969)
|
||||
(xy 0.254 2.159)
|
||||
(xy 0.254 2.159)
|
||||
)
|
||||
(stroke (width 0) (type default) (color 0 0 0 0))
|
||||
(fill (type none))
|
||||
)
|
||||
(polyline
|
||||
(pts
|
||||
(xy 1.016 -4.064)
|
||||
(xy 2.032 -3.683)
|
||||
(xy 2.032 -4.445)
|
||||
(xy 1.016 -4.064)
|
||||
)
|
||||
(stroke (width 0) (type default) (color 0 0 0 0))
|
||||
(fill (type outline))
|
||||
)
|
||||
(polyline
|
||||
(pts
|
||||
(xy 2.159 4.064)
|
||||
(xy 1.143 3.683)
|
||||
(xy 1.143 4.445)
|
||||
(xy 2.159 4.064)
|
||||
)
|
||||
(stroke (width 0) (type default) (color 0 0 0 0))
|
||||
(fill (type outline))
|
||||
)
|
||||
(polyline
|
||||
(pts
|
||||
(xy 2.54 -5.842)
|
||||
(xy 3.302 -5.842)
|
||||
(xy 3.302 -2.286)
|
||||
(xy 2.54 -2.286)
|
||||
)
|
||||
(stroke (width 0) (type default) (color 0 0 0 0))
|
||||
(fill (type none))
|
||||
)
|
||||
(polyline
|
||||
(pts
|
||||
(xy 2.54 2.286)
|
||||
(xy 3.302 2.286)
|
||||
(xy 3.302 5.842)
|
||||
(xy 2.54 5.842)
|
||||
)
|
||||
(stroke (width 0) (type default) (color 0 0 0 0))
|
||||
(fill (type none))
|
||||
)
|
||||
(polyline
|
||||
(pts
|
||||
(xy 2.794 -3.556)
|
||||
(xy 2.921 -3.683)
|
||||
(xy 3.683 -3.683)
|
||||
(xy 3.81 -3.81)
|
||||
)
|
||||
(stroke (width 0) (type default) (color 0 0 0 0))
|
||||
(fill (type none))
|
||||
)
|
||||
(polyline
|
||||
(pts
|
||||
(xy 2.794 4.572)
|
||||
(xy 2.921 4.445)
|
||||
(xy 3.683 4.445)
|
||||
(xy 3.81 4.318)
|
||||
)
|
||||
(stroke (width 0) (type default) (color 0 0 0 0))
|
||||
(fill (type none))
|
||||
)
|
||||
(polyline
|
||||
(pts
|
||||
(xy 3.302 -3.683)
|
||||
(xy 2.921 -4.318)
|
||||
(xy 3.683 -4.318)
|
||||
(xy 3.302 -3.683)
|
||||
)
|
||||
(stroke (width 0) (type default) (color 0 0 0 0))
|
||||
(fill (type none))
|
||||
)
|
||||
(polyline
|
||||
(pts
|
||||
(xy 3.302 4.445)
|
||||
(xy 2.921 3.81)
|
||||
(xy 3.683 3.81)
|
||||
(xy 3.302 4.445)
|
||||
)
|
||||
(stroke (width 0) (type default) (color 0 0 0 0))
|
||||
(fill (type none))
|
||||
)
|
||||
(circle (center 2.54 -5.842) (radius 0.2794)
|
||||
(stroke (width 0) (type default) (color 0 0 0 0))
|
||||
(fill (type outline))
|
||||
)
|
||||
(circle (center 2.54 -2.286) (radius 0.2794)
|
||||
(stroke (width 0) (type default) (color 0 0 0 0))
|
||||
(fill (type outline))
|
||||
)
|
||||
(circle (center 2.54 0) (radius 0.2794)
|
||||
(stroke (width 0) (type default) (color 0 0 0 0))
|
||||
(fill (type outline))
|
||||
)
|
||||
(circle (center 2.54 2.286) (radius 0.2794)
|
||||
(stroke (width 0) (type default) (color 0 0 0 0))
|
||||
(fill (type outline))
|
||||
)
|
||||
(circle (center 2.54 5.842) (radius 0.2794)
|
||||
(stroke (width 0) (type default) (color 0 0 0 0))
|
||||
(fill (type outline))
|
||||
)
|
||||
(pin power_in line (at 2.54 -10.16 90) (length 2.54)
|
||||
(name "~" (effects (font (size 1.27 1.27))))
|
||||
(number "1" (effects (font (size 1.27 1.27))))
|
||||
)
|
||||
(pin input line (at -7.62 2.54 0) (length 2.54)
|
||||
(name "IN" (effects (font (size 1.27 1.27))))
|
||||
(number "2" (effects (font (size 1.27 1.27))))
|
||||
)
|
||||
(pin input line (at -7.62 5.08 0) (length 2.54)
|
||||
(name "INH" (effects (font (size 1.27 1.27))))
|
||||
(number "3" (effects (font (size 1.27 1.27))))
|
||||
)
|
||||
(pin passive line (at 7.62 0 180) (length 2.54) hide
|
||||
(name "~" (effects (font (size 1.27 1.27))))
|
||||
(number "4" (effects (font (size 1.27 1.27))))
|
||||
)
|
||||
(pin input line (at -7.62 -5.08 0) (length 2.54)
|
||||
(name "SR" (effects (font (size 1.27 1.27))))
|
||||
(number "5" (effects (font (size 1.27 1.27))))
|
||||
)
|
||||
(pin output line (at -7.62 -2.54 0) (length 2.54)
|
||||
(name "IS" (effects (font (size 1.27 1.27))))
|
||||
(number "6" (effects (font (size 1.27 1.27))))
|
||||
)
|
||||
(pin power_in line (at 2.54 10.16 270) (length 2.54)
|
||||
(name "~" (effects (font (size 1.27 1.27))))
|
||||
(number "7" (effects (font (size 1.27 1.27))))
|
||||
)
|
||||
(pin passive line (at 7.62 0 180) (length 2.54)
|
||||
(name "~" (effects (font (size 1.27 1.27))))
|
||||
(number "8" (effects (font (size 1.27 1.27))))
|
||||
)
|
||||
)
|
||||
)
|
||||
(symbol "PVG612AS" (in_bom yes) (on_board yes)
|
||||
(property "Reference" "U" (id 0) (at -3.81 5.08 0)
|
||||
(effects (font (size 1.27 1.27)))
|
||||
)
|
||||
(property "Value" "PVG612AS" (id 1) (at 0 -5.08 0)
|
||||
(effects (font (size 1.27 1.27)))
|
||||
)
|
||||
(property "Footprint" "Package_DIP:SMDIP-6_W9.53mm" (id 2) (at 0 -7.62 0)
|
||||
(effects (font (size 1.27 1.27)) hide)
|
||||
)
|
||||
(property "Datasheet" "https://www.infineon.com/dgdl/Infineon-PVG612A-DataSheet-v01_00-EN.pdf?fileId=5546d462533600a401535683ca14293a" (id 3) (at 0 -10.16 0)
|
||||
(effects (font (size 1.27 1.27)) hide)
|
||||
)
|
||||
(property "ki_keywords" "photocouplers photorelay solidstate relay normally opened" (id 4) (at 0 0 0)
|
||||
(effects (font (size 1.27 1.27)) hide)
|
||||
)
|
||||
(property "ki_description" "Photo MOSFET optically coupled, 60VDC, 4A, 35mohm, Isolation 4000 VRMS, SMDIP-6" (id 5) (at 0 0 0)
|
||||
(effects (font (size 1.27 1.27)) hide)
|
||||
)
|
||||
(property "ki_fp_filters" "DIP*W7.62mm*" (id 6) (at 0 0 0)
|
||||
(effects (font (size 1.27 1.27)) hide)
|
||||
)
|
||||
(symbol "PVG612AS_0_1"
|
||||
(rectangle (start -5.08 3.81) (end 5.08 -3.81)
|
||||
(stroke (width 0.254) (type default) (color 0 0 0 0))
|
||||
(fill (type background))
|
||||
)
|
||||
(polyline
|
||||
(pts
|
||||
(xy -3.81 -0.635)
|
||||
(xy -2.54 -0.635)
|
||||
)
|
||||
(stroke (width 0) (type default) (color 0 0 0 0))
|
||||
(fill (type none))
|
||||
)
|
||||
(polyline
|
||||
(pts
|
||||
(xy 1.016 -0.635)
|
||||
(xy 1.016 -2.159)
|
||||
)
|
||||
(stroke (width 0.2032) (type default) (color 0 0 0 0))
|
||||
(fill (type none))
|
||||
)
|
||||
(polyline
|
||||
(pts
|
||||
(xy 1.016 2.159)
|
||||
(xy 1.016 0.635)
|
||||
)
|
||||
(stroke (width 0.2032) (type default) (color 0 0 0 0))
|
||||
(fill (type none))
|
||||
)
|
||||
(polyline
|
||||
(pts
|
||||
(xy 1.524 -0.508)
|
||||
(xy 1.524 -0.762)
|
||||
)
|
||||
(stroke (width 0.3556) (type default) (color 0 0 0 0))
|
||||
(fill (type none))
|
||||
)
|
||||
(polyline
|
||||
(pts
|
||||
(xy 2.794 0)
|
||||
(xy 5.08 0)
|
||||
)
|
||||
(stroke (width 0) (type default) (color 0 0 0 0))
|
||||
(fill (type none))
|
||||
)
|
||||
(polyline
|
||||
(pts
|
||||
(xy 3.429 -1.651)
|
||||
(xy 4.191 -1.651)
|
||||
)
|
||||
(stroke (width 0) (type default) (color 0 0 0 0))
|
||||
(fill (type none))
|
||||
)
|
||||
(polyline
|
||||
(pts
|
||||
(xy 3.429 1.651)
|
||||
(xy 4.191 1.651)
|
||||
)
|
||||
(stroke (width 0) (type default) (color 0 0 0 0))
|
||||
(fill (type none))
|
||||
)
|
||||
(polyline
|
||||
(pts
|
||||
(xy 3.81 -2.54)
|
||||
(xy 3.81 2.54)
|
||||
)
|
||||
(stroke (width 0) (type default) (color 0 0 0 0))
|
||||
(fill (type none))
|
||||
)
|
||||
(polyline
|
||||
(pts
|
||||
(xy 1.524 -2.032)
|
||||
(xy 1.524 -2.286)
|
||||
(xy 1.524 -2.286)
|
||||
)
|
||||
(stroke (width 0.3556) (type default) (color 0 0 0 0))
|
||||
(fill (type none))
|
||||
)
|
||||
(polyline
|
||||
(pts
|
||||
(xy 1.524 -1.27)
|
||||
(xy 1.524 -1.524)
|
||||
(xy 1.524 -1.524)
|
||||
)
|
||||
(stroke (width 0.3556) (type default) (color 0 0 0 0))
|
||||
(fill (type none))
|
||||
)
|
||||
(polyline
|
||||
(pts
|
||||
(xy 1.524 0.762)
|
||||
(xy 1.524 0.508)
|
||||
(xy 1.524 0.508)
|
||||
)
|
||||
(stroke (width 0.3556) (type default) (color 0 0 0 0))
|
||||
(fill (type none))
|
||||
)
|
||||
(polyline
|
||||
(pts
|
||||
(xy 1.524 1.524)
|
||||
(xy 1.524 1.27)
|
||||
(xy 1.524 1.27)
|
||||
)
|
||||
(stroke (width 0.3556) (type default) (color 0 0 0 0))
|
||||
(fill (type none))
|
||||
)
|
||||
(polyline
|
||||
(pts
|
||||
(xy 1.524 2.286)
|
||||
(xy 1.524 2.032)
|
||||
(xy 1.524 2.032)
|
||||
)
|
||||
(stroke (width 0.3556) (type default) (color 0 0 0 0))
|
||||
(fill (type none))
|
||||
)
|
||||
(polyline
|
||||
(pts
|
||||
(xy 1.651 -1.397)
|
||||
(xy 2.794 -1.397)
|
||||
(xy 2.794 -0.635)
|
||||
)
|
||||
(stroke (width 0) (type default) (color 0 0 0 0))
|
||||
(fill (type none))
|
||||
)
|
||||
(polyline
|
||||
(pts
|
||||
(xy 1.651 1.397)
|
||||
(xy 2.794 1.397)
|
||||
(xy 2.794 0.635)
|
||||
)
|
||||
(stroke (width 0) (type default) (color 0 0 0 0))
|
||||
(fill (type none))
|
||||
)
|
||||
(polyline
|
||||
(pts
|
||||
(xy -5.08 2.54)
|
||||
(xy -3.175 2.54)
|
||||
(xy -3.175 -2.54)
|
||||
(xy -5.08 -2.54)
|
||||
)
|
||||
(stroke (width 0) (type default) (color 0 0 0 0))
|
||||
(fill (type none))
|
||||
)
|
||||
(polyline
|
||||
(pts
|
||||
(xy -3.175 -0.635)
|
||||
(xy -3.81 0.635)
|
||||
(xy -2.54 0.635)
|
||||
(xy -3.175 -0.635)
|
||||
)
|
||||
(stroke (width 0) (type default) (color 0 0 0 0))
|
||||
(fill (type none))
|
||||
)
|
||||
(polyline
|
||||
(pts
|
||||
(xy 1.651 -2.159)
|
||||
(xy 2.794 -2.159)
|
||||
(xy 2.794 -2.54)
|
||||
(xy 5.08 -2.54)
|
||||
)
|
||||
(stroke (width 0) (type default) (color 0 0 0 0))
|
||||
(fill (type none))
|
||||
)
|
||||
(polyline
|
||||
(pts
|
||||
(xy 1.651 -0.635)
|
||||
(xy 2.794 -0.635)
|
||||
(xy 2.794 0.635)
|
||||
(xy 1.651 0.635)
|
||||
)
|
||||
(stroke (width 0) (type default) (color 0 0 0 0))
|
||||
(fill (type none))
|
||||
)
|
||||
(polyline
|
||||
(pts
|
||||
(xy 1.651 2.159)
|
||||
(xy 2.794 2.159)
|
||||
(xy 2.794 2.54)
|
||||
(xy 5.08 2.54)
|
||||
)
|
||||
(stroke (width 0) (type default) (color 0 0 0 0))
|
||||
(fill (type none))
|
||||
)
|
||||
(polyline
|
||||
(pts
|
||||
(xy 1.778 -1.397)
|
||||
(xy 2.286 -1.27)
|
||||
(xy 2.286 -1.524)
|
||||
(xy 1.778 -1.397)
|
||||
)
|
||||
(stroke (width 0) (type default) (color 0 0 0 0))
|
||||
(fill (type none))
|
||||
)
|
||||
(polyline
|
||||
(pts
|
||||
(xy 1.778 1.397)
|
||||
(xy 2.286 1.524)
|
||||
(xy 2.286 1.27)
|
||||
(xy 1.778 1.397)
|
||||
)
|
||||
(stroke (width 0) (type default) (color 0 0 0 0))
|
||||
(fill (type none))
|
||||
)
|
||||
(polyline
|
||||
(pts
|
||||
(xy 3.81 -1.651)
|
||||
(xy 3.429 -0.889)
|
||||
(xy 4.191 -0.889)
|
||||
(xy 3.81 -1.651)
|
||||
)
|
||||
(stroke (width 0) (type default) (color 0 0 0 0))
|
||||
(fill (type none))
|
||||
)
|
||||
(polyline
|
||||
(pts
|
||||
(xy 3.81 1.651)
|
||||
(xy 3.429 0.889)
|
||||
(xy 4.191 0.889)
|
||||
(xy 3.81 1.651)
|
||||
)
|
||||
(stroke (width 0) (type default) (color 0 0 0 0))
|
||||
(fill (type none))
|
||||
)
|
||||
(polyline
|
||||
(pts
|
||||
(xy -1.905 -0.508)
|
||||
(xy -0.635 -0.508)
|
||||
(xy -1.016 -0.635)
|
||||
(xy -1.016 -0.381)
|
||||
(xy -0.635 -0.508)
|
||||
)
|
||||
(stroke (width 0) (type default) (color 0 0 0 0))
|
||||
(fill (type none))
|
||||
)
|
||||
(polyline
|
||||
(pts
|
||||
(xy -1.905 0.508)
|
||||
(xy -0.635 0.508)
|
||||
(xy -1.016 0.381)
|
||||
(xy -1.016 0.635)
|
||||
(xy -0.635 0.508)
|
||||
)
|
||||
(stroke (width 0) (type default) (color 0 0 0 0))
|
||||
(fill (type none))
|
||||
)
|
||||
(circle (center 2.794 -0.635) (radius 0.127)
|
||||
(stroke (width 0) (type default) (color 0 0 0 0))
|
||||
(fill (type none))
|
||||
)
|
||||
(circle (center 2.794 0) (radius 0.127)
|
||||
(stroke (width 0) (type default) (color 0 0 0 0))
|
||||
(fill (type none))
|
||||
)
|
||||
(circle (center 2.794 0.635) (radius 0.127)
|
||||
(stroke (width 0) (type default) (color 0 0 0 0))
|
||||
(fill (type none))
|
||||
)
|
||||
(circle (center 3.81 -2.54) (radius 0.127)
|
||||
(stroke (width 0) (type default) (color 0 0 0 0))
|
||||
(fill (type none))
|
||||
)
|
||||
(circle (center 3.81 0) (radius 0.127)
|
||||
(stroke (width 0) (type default) (color 0 0 0 0))
|
||||
(fill (type none))
|
||||
)
|
||||
(circle (center 3.81 2.54) (radius 0.127)
|
||||
(stroke (width 0) (type default) (color 0 0 0 0))
|
||||
(fill (type none))
|
||||
)
|
||||
)
|
||||
(symbol "PVG612AS_1_1"
|
||||
(pin passive line (at -7.62 2.54 0) (length 2.54)
|
||||
(name "~" (effects (font (size 1.27 1.27))))
|
||||
(number "1" (effects (font (size 1.27 1.27))))
|
||||
)
|
||||
(pin passive line (at -7.62 -2.54 0) (length 2.54)
|
||||
(name "~" (effects (font (size 1.27 1.27))))
|
||||
(number "2" (effects (font (size 1.27 1.27))))
|
||||
)
|
||||
(pin no_connect line (at -5.08 0 0) (length 2.54) hide
|
||||
(name "~" (effects (font (size 1.27 1.27))))
|
||||
(number "3" (effects (font (size 1.27 1.27))))
|
||||
)
|
||||
(pin passive line (at 7.62 -2.54 180) (length 2.54)
|
||||
(name "~" (effects (font (size 1.27 1.27))))
|
||||
(number "4" (effects (font (size 1.27 1.27))))
|
||||
)
|
||||
(pin passive line (at 7.62 0 180) (length 2.54)
|
||||
(name "~" (effects (font (size 1.27 1.27))))
|
||||
(number "5" (effects (font (size 1.27 1.27))))
|
||||
)
|
||||
(pin passive line (at 7.62 2.54 180) (length 2.54)
|
||||
(name "~" (effects (font (size 1.27 1.27))))
|
||||
(number "6" (effects (font (size 1.27 1.27))))
|
||||
)
|
||||
)
|
||||
)
|
||||
)
|
@ -1,128 +0,0 @@
|
||||
(kicad_symbol_lib (version 20211014) (generator kicad_symbol_editor)
|
||||
(symbol "TLE7258SJ" (in_bom yes) (on_board yes)
|
||||
(property "Reference" "U" (id 0) (at -10.16 8.89 0)
|
||||
(effects (font (size 1.27 1.27)) (justify left))
|
||||
)
|
||||
(property "Value" "TLE7258SJ" (id 1) (at 1.27 8.89 0)
|
||||
(effects (font (size 1.27 1.27)) (justify left))
|
||||
)
|
||||
(property "Footprint" "Package_SO:SOIC-8_3.9x4.9mm_P1.27mm" (id 2) (at 0 -12.7 0)
|
||||
(effects (font (size 1.27 1.27) italic) hide)
|
||||
)
|
||||
(property "Datasheet" "https://www.infineon.com/dgdl/Infineon-TLE7258-DS-v01_10-EN.pdf?fileId=5546d46259d9a4bf015a3cff8dd85e6b" (id 3) (at -10.16 11.43 0)
|
||||
(effects (font (size 1.27 1.27)) hide)
|
||||
)
|
||||
(property "ki_keywords" "LIN 2.2A SAE J2602 Transceiver" (id 4) (at 0 0 0)
|
||||
(effects (font (size 1.27 1.27)) hide)
|
||||
)
|
||||
(property "ki_description" "LIN 2.2A/SAE J2602 transceiver, 20kbps" (id 5) (at 0 0 0)
|
||||
(effects (font (size 1.27 1.27)) hide)
|
||||
)
|
||||
(property "ki_fp_filters" "SOIC*3.9x4.9mm*P1.27mm*" (id 6) (at 0 0 0)
|
||||
(effects (font (size 1.27 1.27)) hide)
|
||||
)
|
||||
(symbol "TLE7258SJ_0_1"
|
||||
(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))
|
||||
)
|
||||
)
|
||||
(symbol "TLE7258SJ_1_1"
|
||||
(pin open_collector line (at -12.7 5.08 0) (length 2.54)
|
||||
(name "RXD" (effects (font (size 1.27 1.27))))
|
||||
(number "1" (effects (font (size 1.27 1.27))))
|
||||
)
|
||||
(pin input line (at -12.7 -2.54 0) (length 2.54)
|
||||
(name "EN" (effects (font (size 1.27 1.27))))
|
||||
(number "2" (effects (font (size 1.27 1.27))))
|
||||
)
|
||||
(pin no_connect line (at -12.7 -5.08 0) (length 2.54) hide
|
||||
(name "N.C." (effects (font (size 1.27 1.27))))
|
||||
(number "3" (effects (font (size 1.27 1.27))))
|
||||
)
|
||||
(pin input line (at -12.7 2.54 0) (length 2.54)
|
||||
(name "TXD" (effects (font (size 1.27 1.27))))
|
||||
(number "4" (effects (font (size 1.27 1.27))))
|
||||
)
|
||||
(pin power_in line (at 0 -10.16 90) (length 2.54)
|
||||
(name "GND" (effects (font (size 1.27 1.27))))
|
||||
(number "5" (effects (font (size 1.27 1.27))))
|
||||
)
|
||||
(pin bidirectional line (at 12.7 -2.54 180) (length 2.54)
|
||||
(name "BUS" (effects (font (size 1.27 1.27))))
|
||||
(number "6" (effects (font (size 1.27 1.27))))
|
||||
)
|
||||
(pin power_in line (at 0 10.16 270) (length 2.54)
|
||||
(name "VS" (effects (font (size 1.27 1.27))))
|
||||
(number "7" (effects (font (size 1.27 1.27))))
|
||||
)
|
||||
(pin output line (at 12.7 2.54 180) (length 2.54)
|
||||
(name "INH" (effects (font (size 1.27 1.27))))
|
||||
(number "8" (effects (font (size 1.27 1.27))))
|
||||
)
|
||||
)
|
||||
)
|
||||
(symbol "TLE9351VSJ" (pin_names (offset 1.016)) (in_bom yes) (on_board yes)
|
||||
(property "Reference" "U" (id 0) (at -10.16 8.89 0)
|
||||
(effects (font (size 1.27 1.27)) (justify left))
|
||||
)
|
||||
(property "Value" "TLE9351VSJ" (id 1) (at 2.54 8.89 0)
|
||||
(effects (font (size 1.27 1.27)) (justify left))
|
||||
)
|
||||
(property "Footprint" "Package_SO:SOIC-8_3.9x4.9mm_P1.27mm" (id 2) (at 0 -12.7 0)
|
||||
(effects (font (size 1.27 1.27) italic) hide)
|
||||
)
|
||||
(property "Datasheet" "https://www.infineon.com/dgdl/Infineon-TLE9351VSJ-DataSheet-v01_10-EN.pdf?fileId=5546d46276c4f5350176f6dd01371230" (id 3) (at 0 -15.24 0)
|
||||
(effects (font (size 1.27 1.27)) hide)
|
||||
)
|
||||
(property "ki_keywords" "Automotive CAN FD Transceiver" (id 4) (at 0 0 0)
|
||||
(effects (font (size 1.27 1.27)) hide)
|
||||
)
|
||||
(property "ki_description" "Automotive CAN FD Transceiver, 5Mbps, 5V supply, Vio pin" (id 5) (at 0 0 0)
|
||||
(effects (font (size 1.27 1.27)) hide)
|
||||
)
|
||||
(property "ki_fp_filters" "SOIC*3.9x4.9mm*P1.27mm*" (id 6) (at 0 0 0)
|
||||
(effects (font (size 1.27 1.27)) hide)
|
||||
)
|
||||
(symbol "TLE9351VSJ_0_1"
|
||||
(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))
|
||||
)
|
||||
)
|
||||
(symbol "TLE9351VSJ_1_1"
|
||||
(pin input line (at -12.7 5.08 0) (length 2.54)
|
||||
(name "TXD" (effects (font (size 1.27 1.27))))
|
||||
(number "1" (effects (font (size 1.27 1.27))))
|
||||
)
|
||||
(pin power_in line (at 0 -10.16 90) (length 2.54)
|
||||
(name "VSS" (effects (font (size 1.27 1.27))))
|
||||
(number "2" (effects (font (size 1.27 1.27))))
|
||||
)
|
||||
(pin power_in line (at 0 10.16 270) (length 2.54)
|
||||
(name "VDD" (effects (font (size 1.27 1.27))))
|
||||
(number "3" (effects (font (size 1.27 1.27))))
|
||||
)
|
||||
(pin output line (at -12.7 2.54 0) (length 2.54)
|
||||
(name "RXD" (effects (font (size 1.27 1.27))))
|
||||
(number "4" (effects (font (size 1.27 1.27))))
|
||||
)
|
||||
(pin power_in line (at -12.7 -2.54 0) (length 2.54)
|
||||
(name "Vio" (effects (font (size 1.27 1.27))))
|
||||
(number "5" (effects (font (size 1.27 1.27))))
|
||||
)
|
||||
(pin bidirectional line (at 12.7 -2.54 180) (length 2.54)
|
||||
(name "CANL" (effects (font (size 1.27 1.27))))
|
||||
(number "6" (effects (font (size 1.27 1.27))))
|
||||
)
|
||||
(pin bidirectional line (at 12.7 2.54 180) (length 2.54)
|
||||
(name "CANH" (effects (font (size 1.27 1.27))))
|
||||
(number "7" (effects (font (size 1.27 1.27))))
|
||||
)
|
||||
(pin input line (at -12.7 -5.08 0) (length 2.54)
|
||||
(name "STBY" (effects (font (size 1.27 1.27))))
|
||||
(number "8" (effects (font (size 1.27 1.27))))
|
||||
)
|
||||
)
|
||||
)
|
||||
)
|
@ -1,246 +0,0 @@
|
||||
(kicad_symbol_lib (version 20211014) (generator kicad_symbol_editor)
|
||||
(symbol "IS32LT3177" (in_bom yes) (on_board yes)
|
||||
(property "Reference" "U" (id 0) (at 0 0 0)
|
||||
(effects (font (size 1.27 1.27)))
|
||||
)
|
||||
(property "Value" "IS32LT3177" (id 1) (at 0 -2.54 0)
|
||||
(effects (font (size 1.27 1.27)))
|
||||
)
|
||||
(property "Footprint" "" (id 2) (at 0 0 0)
|
||||
(effects (font (size 1.27 1.27)) hide)
|
||||
)
|
||||
(property "Datasheet" "" (id 3) (at 0 0 0)
|
||||
(effects (font (size 1.27 1.27)) hide)
|
||||
)
|
||||
(symbol "IS32LT3177_0_1"
|
||||
(rectangle (start -7.62 -3.81) (end 7.62 -16.51)
|
||||
(stroke (width 0) (type default) (color 0 0 0 0))
|
||||
(fill (type background))
|
||||
)
|
||||
)
|
||||
(symbol "IS32LT3177_1_1"
|
||||
(pin power_out line (at -10.16 -6.35 0) (length 2.54)
|
||||
(name "OUT" (effects (font (size 1.27 1.27))))
|
||||
(number "1" (effects (font (size 1.27 1.27))))
|
||||
)
|
||||
(pin power_out line (at -10.16 -8.89 0) (length 2.54)
|
||||
(name "OUT" (effects (font (size 1.27 1.27))))
|
||||
(number "2" (effects (font (size 1.27 1.27))))
|
||||
)
|
||||
(pin power_in line (at -10.16 -11.43 0) (length 2.54)
|
||||
(name "EN" (effects (font (size 1.27 1.27))))
|
||||
(number "3" (effects (font (size 1.27 1.27))))
|
||||
)
|
||||
(pin input line (at -10.16 -13.97 0) (length 2.54)
|
||||
(name "ISET" (effects (font (size 1.27 1.27))))
|
||||
(number "4" (effects (font (size 1.27 1.27))))
|
||||
)
|
||||
(pin power_in line (at 10.16 -13.97 180) (length 2.54)
|
||||
(name "GND" (effects (font (size 1.27 1.27))))
|
||||
(number "5" (effects (font (size 1.27 1.27))))
|
||||
)
|
||||
(pin power_in line (at 10.16 -11.43 180) (length 2.54)
|
||||
(name "GND" (effects (font (size 1.27 1.27))))
|
||||
(number "6" (effects (font (size 1.27 1.27))))
|
||||
)
|
||||
(pin power_in line (at 10.16 -8.89 180) (length 2.54)
|
||||
(name "GND" (effects (font (size 1.27 1.27))))
|
||||
(number "7" (effects (font (size 1.27 1.27))))
|
||||
)
|
||||
(pin power_in line (at 10.16 -6.35 180) (length 2.54)
|
||||
(name "GND" (effects (font (size 1.27 1.27))))
|
||||
(number "8" (effects (font (size 1.27 1.27))))
|
||||
)
|
||||
)
|
||||
)
|
||||
(symbol "MagI3C-FISM_SIP7_12V" (in_bom yes) (on_board yes)
|
||||
(property "Reference" "U" (id 0) (at 0 8.89 0)
|
||||
(effects (font (size 1.27 1.27)))
|
||||
)
|
||||
(property "Value" "MagI3C-FISM_SIP7_12V" (id 1) (at 0 -8.89 0)
|
||||
(effects (font (size 1.27 1.27)))
|
||||
)
|
||||
(property "Footprint" "FaSTTUBe_Voltage_Regulators:MagI3C-FISM_SIP-7" (id 2) (at 0 0 0)
|
||||
(effects (font (size 1.27 1.27)) hide)
|
||||
)
|
||||
(property "Datasheet" "https://www.we-online.com/katalog/datasheet/177920524.pdf" (id 3) (at 0 0 0)
|
||||
(effects (font (size 1.27 1.27)) hide)
|
||||
)
|
||||
(property "ki_description" "WE Mag3IC Isolated DCDC 12V to 5V, 4000V Barrier" (id 4) (at 0 0 0)
|
||||
(effects (font (size 1.27 1.27)) hide)
|
||||
)
|
||||
(symbol "MagI3C-FISM_SIP7_12V_0_1"
|
||||
(rectangle (start -7.62 7.62) (end 7.62 -7.62)
|
||||
(stroke (width 0.254) (type default) (color 0 0 0 0))
|
||||
(fill (type background))
|
||||
)
|
||||
(polyline
|
||||
(pts
|
||||
(xy 0 -5.08)
|
||||
(xy 0 -6.35)
|
||||
)
|
||||
(stroke (width 0) (type default) (color 0 0 0 0))
|
||||
(fill (type none))
|
||||
)
|
||||
(polyline
|
||||
(pts
|
||||
(xy 0 -2.54)
|
||||
(xy 0 -3.81)
|
||||
)
|
||||
(stroke (width 0) (type default) (color 0 0 0 0))
|
||||
(fill (type none))
|
||||
)
|
||||
(polyline
|
||||
(pts
|
||||
(xy 0 0)
|
||||
(xy 0 -1.27)
|
||||
)
|
||||
(stroke (width 0) (type default) (color 0 0 0 0))
|
||||
(fill (type none))
|
||||
)
|
||||
(polyline
|
||||
(pts
|
||||
(xy 0 2.54)
|
||||
(xy 0 1.27)
|
||||
)
|
||||
(stroke (width 0) (type default) (color 0 0 0 0))
|
||||
(fill (type none))
|
||||
)
|
||||
(polyline
|
||||
(pts
|
||||
(xy 0 5.08)
|
||||
(xy 0 3.81)
|
||||
)
|
||||
(stroke (width 0) (type default) (color 0 0 0 0))
|
||||
(fill (type none))
|
||||
)
|
||||
(polyline
|
||||
(pts
|
||||
(xy 0 7.62)
|
||||
(xy 0 6.35)
|
||||
)
|
||||
(stroke (width 0) (type default) (color 0 0 0 0))
|
||||
(fill (type none))
|
||||
)
|
||||
)
|
||||
(symbol "MagI3C-FISM_SIP7_12V_1_1"
|
||||
(pin power_in line (at -10.16 5.08 0) (length 2.54)
|
||||
(name "+Vin" (effects (font (size 1.27 1.27))))
|
||||
(number "1" (effects (font (size 1.27 1.27))))
|
||||
)
|
||||
(pin power_in line (at -10.16 -5.08 0) (length 2.54)
|
||||
(name "-Vin" (effects (font (size 1.27 1.27))))
|
||||
(number "2" (effects (font (size 1.27 1.27))))
|
||||
)
|
||||
(pin power_out line (at 10.16 5.08 180) (length 2.54)
|
||||
(name "+Vout" (effects (font (size 1.27 1.27))))
|
||||
(number "5" (effects (font (size 1.27 1.27))))
|
||||
)
|
||||
(pin power_out line (at 10.16 -5.08 180) (length 2.54)
|
||||
(name "-Vout" (effects (font (size 1.27 1.27))))
|
||||
(number "7" (effects (font (size 1.27 1.27))))
|
||||
)
|
||||
)
|
||||
)
|
||||
(symbol "MagI3C-VISM_SIP8" (in_bom yes) (on_board yes)
|
||||
(property "Reference" "U" (id 0) (at 0 8.89 0)
|
||||
(effects (font (size 1.27 1.27)))
|
||||
)
|
||||
(property "Value" "MagI3C-VISM_SIP8" (id 1) (at 0 -8.89 0)
|
||||
(effects (font (size 1.27 1.27)))
|
||||
)
|
||||
(property "Footprint" "FaSTTUBe_Voltage_Regulators:MagI3C-VISM_SIP-8" (id 2) (at 0 -12.7 0)
|
||||
(effects (font (size 1.27 1.27)) hide)
|
||||
)
|
||||
(property "Datasheet" "https://www.we-https://www.we-online.com/katalog/datasheet/17791063215.pdf" (id 3) (at 0 -13.97 0)
|
||||
(effects (font (size 1.27 1.27)) hide)
|
||||
)
|
||||
(property "ki_description" "WE Mag3IC Isolated DCDC 8-42V to 3.3-6V, 2000V Barrier" (id 4) (at 0 0 0)
|
||||
(effects (font (size 1.27 1.27)) hide)
|
||||
)
|
||||
(symbol "MagI3C-VISM_SIP8_0_1"
|
||||
(rectangle (start -7.62 7.62) (end 7.62 -7.62)
|
||||
(stroke (width 0.254) (type default) (color 0 0 0 0))
|
||||
(fill (type background))
|
||||
)
|
||||
(polyline
|
||||
(pts
|
||||
(xy 0 -5.08)
|
||||
(xy 0 -6.35)
|
||||
)
|
||||
(stroke (width 0) (type default) (color 0 0 0 0))
|
||||
(fill (type none))
|
||||
)
|
||||
(polyline
|
||||
(pts
|
||||
(xy 0 -2.54)
|
||||
(xy 0 -3.81)
|
||||
)
|
||||
(stroke (width 0) (type default) (color 0 0 0 0))
|
||||
(fill (type none))
|
||||
)
|
||||
(polyline
|
||||
(pts
|
||||
(xy 0 0)
|
||||
(xy 0 -1.27)
|
||||
)
|
||||
(stroke (width 0) (type default) (color 0 0 0 0))
|
||||
(fill (type none))
|
||||
)
|
||||
(polyline
|
||||
(pts
|
||||
(xy 0 2.54)
|
||||
(xy 0 1.27)
|
||||
)
|
||||
(stroke (width 0) (type default) (color 0 0 0 0))
|
||||
(fill (type none))
|
||||
)
|
||||
(polyline
|
||||
(pts
|
||||
(xy 0 5.08)
|
||||
(xy 0 3.81)
|
||||
)
|
||||
(stroke (width 0) (type default) (color 0 0 0 0))
|
||||
(fill (type none))
|
||||
)
|
||||
(polyline
|
||||
(pts
|
||||
(xy 0 7.62)
|
||||
(xy 0 6.35)
|
||||
)
|
||||
(stroke (width 0) (type default) (color 0 0 0 0))
|
||||
(fill (type none))
|
||||
)
|
||||
)
|
||||
(symbol "MagI3C-VISM_SIP8_1_1"
|
||||
(pin power_in line (at -10.16 -5.08 0) (length 2.54)
|
||||
(name "-Vin" (effects (font (size 1.27 1.27))))
|
||||
(number "1" (effects (font (size 1.27 1.27))))
|
||||
)
|
||||
(pin power_in line (at -10.16 5.08 0) (length 2.54)
|
||||
(name "+Vin" (effects (font (size 1.27 1.27))))
|
||||
(number "2" (effects (font (size 1.27 1.27))))
|
||||
)
|
||||
(pin input line (at -10.16 0 0) (length 2.54)
|
||||
(name "CTRL" (effects (font (size 1.27 1.27))))
|
||||
(number "3" (effects (font (size 1.27 1.27))))
|
||||
)
|
||||
(pin no_connect line (at 10.16 -2.54 180) (length 2.54) hide
|
||||
(name "N.C." (effects (font (size 1.27 1.27))))
|
||||
(number "5" (effects (font (size 1.27 1.27))))
|
||||
)
|
||||
(pin power_out line (at 10.16 5.08 180) (length 2.54)
|
||||
(name "+Vout" (effects (font (size 1.27 1.27))))
|
||||
(number "6" (effects (font (size 1.27 1.27))))
|
||||
)
|
||||
(pin power_out line (at 10.16 -5.08 180) (length 2.54)
|
||||
(name "-Vout" (effects (font (size 1.27 1.27))))
|
||||
(number "7" (effects (font (size 1.27 1.27))))
|
||||
)
|
||||
(pin passive line (at 10.16 0 180) (length 2.54)
|
||||
(name "FB" (effects (font (size 1.27 1.27))))
|
||||
(number "8" (effects (font (size 1.27 1.27))))
|
||||
)
|
||||
)
|
||||
)
|
||||
)
|
File diff suppressed because it is too large
Load Diff
@ -1,23 +0,0 @@
|
||||
(footprint "MagI3C-FISM_SIP-7" (version 20211014) (generator pcbnew)
|
||||
(layer "F.Cu")
|
||||
(tedit 6226972D)
|
||||
(attr through_hole)
|
||||
(fp_text reference "REF**" (at -7.62 7.62 unlocked) (layer "F.SilkS")
|
||||
(effects (font (size 1 1) (thickness 0.15)))
|
||||
(tstamp 59ec3156-036e-4049-89db-91a9dd07095f)
|
||||
)
|
||||
(fp_text value "MagI3C-FISM_SIP-7" (at 0 1 unlocked) (layer "F.Fab")
|
||||
(effects (font (size 1 1) (thickness 0.15)))
|
||||
(tstamp d39d813e-3e64-490c-ba5c-a64bb5ad6bd0)
|
||||
)
|
||||
(fp_text user "${REFERENCE}" (at 0 2.5 unlocked) (layer "F.Fab")
|
||||
(effects (font (size 1 1) (thickness 0.15)))
|
||||
(tstamp 6a2b20ae-096c-4d9f-92f8-2087c865914f)
|
||||
)
|
||||
(fp_rect (start -10.16 -1.27) (end 10.16 5.78) (layer "F.SilkS") (width 0.12) (fill none) (tstamp b6135480-ace6-42b2-9c47-856ef57cded1))
|
||||
(fp_rect (start -10.16 -1.27) (end 10.16 5.78) (layer "Margin") (width 0.12) (fill none) (tstamp f7667b23-296e-4362-a7e3-949632c8954b))
|
||||
(pad "1" thru_hole circle (at -7.62 0) (size 1.75 1.75) (drill 1) (layers *.Cu *.Mask) (tstamp cf386a39-fc62-49dd-8ec5-e044f6bd67ce))
|
||||
(pad "2" thru_hole circle (at -5.08 0) (size 1.75 1.75) (drill 1) (layers *.Cu *.Mask) (tstamp eae0ab9f-65b2-44d3-aba7-873c3227fba7))
|
||||
(pad "5" thru_hole circle (at 2.54 0) (size 1.75 1.75) (drill 1) (layers *.Cu *.Mask) (tstamp 609b9e1b-4e3b-42b7-ac76-a62ec4d0e7c7))
|
||||
(pad "7" thru_hole circle (at 7.62 0) (size 1.75 1.75) (drill 1) (layers *.Cu *.Mask) (tstamp 25e5aa8e-2696-44a3-8d3c-c2c53f2923cf))
|
||||
)
|
@ -1,29 +0,0 @@
|
||||
(footprint "MagI3C-VISM_SIP-8" (version 20211014) (generator pcbnew)
|
||||
(layer "F.Cu")
|
||||
(tedit 636177B0)
|
||||
(attr through_hole)
|
||||
(fp_text reference "REF**" (at -0.543139 -4.335889 180) (layer "F.SilkS")
|
||||
(effects (font (size 1 1) (thickness 0.15)))
|
||||
(tstamp dda14812-5688-43d8-b942-13a0870488b1)
|
||||
)
|
||||
(fp_text value "MagI3C-VISM_SIP-8" (at 0 2 180) (layer "F.Fab")
|
||||
(effects (font (size 1 1) (thickness 0.15)))
|
||||
(tstamp 4524f9c6-1601-49c1-b2cc-4f03ce737154)
|
||||
)
|
||||
(fp_line (start 10.4 -3.2) (end 10.4 6) (layer "F.SilkS") (width 0.12) (tstamp 6adc9c8d-ae4f-456c-812a-b4236b51008b))
|
||||
(fp_line (start -10.4 6) (end -10.4 -3.2) (layer "F.SilkS") (width 0.12) (tstamp feca530a-c6c1-4219-b383-a5f1908d3bf8))
|
||||
(fp_rect (start -10.9 6) (end 10.9 -3.2) (layer "F.SilkS") (width 0.12) (fill none) (tstamp 3a1c76dc-9187-4d7f-ba57-cf3340b12568))
|
||||
(fp_rect (start -11.1 6.2) (end 11.1 -3.4) (layer "F.CrtYd") (width 0.12) (fill none) (tstamp 27f04e74-8a0e-433b-a6b1-a56faf93dba4))
|
||||
(pad "1" thru_hole circle (at -8.89 0.03) (size 1.524 1.524) (drill 0.9) (layers *.Cu *.Mask) (tstamp 95797392-1cee-4e00-b9ab-ec40cf0c7e08))
|
||||
(pad "2" thru_hole circle (at -6.35 0) (size 1.524 1.524) (drill 0.9) (layers *.Cu *.Mask) (tstamp 1a7e035e-e537-47b0-a6f4-52d66195f34e))
|
||||
(pad "3" thru_hole circle (at -3.81 0) (size 1.524 1.524) (drill 0.9) (layers *.Cu *.Mask) (tstamp a31240ac-8b65-44dd-ba2a-944d5c41ab25))
|
||||
(pad "5" thru_hole circle (at 1.27 0) (size 1.524 1.524) (drill 0.9) (layers *.Cu *.Mask) (tstamp a72f7e0e-9994-4b5d-88c9-9d30b6ae234b))
|
||||
(pad "6" thru_hole circle (at 3.81 0) (size 1.524 1.524) (drill 0.9) (layers *.Cu *.Mask) (tstamp d283a734-d1a4-47f7-a739-050f9150f1a8))
|
||||
(pad "7" thru_hole circle (at 6.35 0) (size 1.524 1.524) (drill 0.9) (layers *.Cu *.Mask) (tstamp 7d7aff63-ab31-4746-aff9-15ec228e50a2))
|
||||
(pad "8" thru_hole circle (at 8.89 0) (size 1.524 1.524) (drill 0.9) (layers *.Cu *.Mask) (tstamp 8eb32840-909d-403f-a231-2ffacf5483df))
|
||||
(model "${KIPRJMOD}/FT_libraries/FaSTTUBe_Voltage_Regulators.pretty/3d_models/VISM-17791063215.step"
|
||||
(offset (xyz 0 0 0))
|
||||
(scale (xyz 1 1 1))
|
||||
(rotate (xyz 0 0 180))
|
||||
)
|
||||
)
|
@ -1,17 +0,0 @@
|
||||
(footprint "PLCC8" (version 20211014) (generator pcbnew)
|
||||
(layer "F.Cu")
|
||||
(tedit 0)
|
||||
(attr smd)
|
||||
(fp_text reference "REF**" (at 0 -0.5 unlocked) (layer "F.SilkS")
|
||||
(effects (font (size 1 1) (thickness 0.15)))
|
||||
(tstamp 9dee1161-73f1-4abc-8b9b-8fc0e59e9fb4)
|
||||
)
|
||||
(fp_text value "PLCC8" (at 0 1 unlocked) (layer "F.Fab")
|
||||
(effects (font (size 1 1) (thickness 0.15)))
|
||||
(tstamp f9565daa-ba1c-4a7e-9290-3bb9f565fdbe)
|
||||
)
|
||||
(fp_text user "${REFERENCE}" (at 0 2.5 unlocked) (layer "F.Fab")
|
||||
(effects (font (size 1 1) (thickness 0.15)))
|
||||
(tstamp f6317caa-d0e4-417c-b439-27629cbe7fb2)
|
||||
)
|
||||
)
|
@ -1,702 +0,0 @@
|
||||
(kicad_symbol_lib (version 20211014) (generator kicad_symbol_editor)
|
||||
(symbol "ASX202-06SN" (pin_names (offset 1.016)) (in_bom yes) (on_board yes)
|
||||
(property "Reference" "J" (id 0) (at 3.175 5.715 0)
|
||||
(effects (font (size 1.27 1.27)))
|
||||
)
|
||||
(property "Value" "ASX202-06SN" (id 1) (at 4.445 -4.445 0)
|
||||
(effects (font (size 1.27 1.27)) (justify left))
|
||||
)
|
||||
(property "Footprint" "FaSTTUBe_connectors:ASX202-06SN" (id 2) (at 0 0 0)
|
||||
(effects (font (size 1.27 1.27)) hide)
|
||||
)
|
||||
(property "Datasheet" "https://www.te.com/commerce/DocumentDelivery/DDEController?Action=srchrtrv&DocNm=1-1773721-8_as_interconnection&DocType=DS&DocLang=EN" (id 3) (at 0 -15.748 0)
|
||||
(effects (font (size 1.27 1.27)) hide)
|
||||
)
|
||||
(property "ki_keywords" "circular autosport connector" (id 4) (at 0 0 0)
|
||||
(effects (font (size 1.27 1.27)) hide)
|
||||
)
|
||||
(property "ki_description" "Deutsch ASX 6pin connector" (id 5) (at 0 0 0)
|
||||
(effects (font (size 1.27 1.27)) hide)
|
||||
)
|
||||
(property "ki_fp_filters" "DIN*" (id 6) (at 0 0 0)
|
||||
(effects (font (size 1.27 1.27)) hide)
|
||||
)
|
||||
(symbol "ASX202-06SN_0_1"
|
||||
(arc (start -5.08 0) (mid -3.8597 -3.3379) (end -0.762 -5.08)
|
||||
(stroke (width 0.254) (type default) (color 0 0 0 0))
|
||||
(fill (type none))
|
||||
)
|
||||
(circle (center -2.794 -1.524) (radius 0.508)
|
||||
(stroke (width 0) (type default) (color 0 0 0 0))
|
||||
(fill (type none))
|
||||
)
|
||||
(circle (center -2.794 1.524) (radius 0.508)
|
||||
(stroke (width 0) (type default) (color 0 0 0 0))
|
||||
(fill (type none))
|
||||
)
|
||||
(polyline
|
||||
(pts
|
||||
(xy 0 -5.08)
|
||||
(xy 0 -0.508)
|
||||
)
|
||||
(stroke (width 0) (type default) (color 0 0 0 0))
|
||||
(fill (type none))
|
||||
)
|
||||
(polyline
|
||||
(pts
|
||||
(xy 0 5.08)
|
||||
(xy 0 3.81)
|
||||
)
|
||||
(stroke (width 0) (type default) (color 0 0 0 0))
|
||||
(fill (type none))
|
||||
)
|
||||
(polyline
|
||||
(pts
|
||||
(xy -5.08 -2.54)
|
||||
(xy -4.318 -2.54)
|
||||
(xy -3.175 -1.905)
|
||||
)
|
||||
(stroke (width 0) (type default) (color 0 0 0 0))
|
||||
(fill (type none))
|
||||
)
|
||||
(polyline
|
||||
(pts
|
||||
(xy -5.08 2.54)
|
||||
(xy -4.318 2.54)
|
||||
(xy -3.175 1.905)
|
||||
)
|
||||
(stroke (width 0) (type default) (color 0 0 0 0))
|
||||
(fill (type none))
|
||||
)
|
||||
(polyline
|
||||
(pts
|
||||
(xy 5.08 -2.54)
|
||||
(xy 4.318 -2.54)
|
||||
(xy 3.175 -1.905)
|
||||
)
|
||||
(stroke (width 0) (type default) (color 0 0 0 0))
|
||||
(fill (type none))
|
||||
)
|
||||
(polyline
|
||||
(pts
|
||||
(xy 5.08 2.54)
|
||||
(xy 4.318 2.54)
|
||||
(xy 3.175 1.905)
|
||||
)
|
||||
(stroke (width 0) (type default) (color 0 0 0 0))
|
||||
(fill (type none))
|
||||
)
|
||||
(polyline
|
||||
(pts
|
||||
(xy -0.762 -4.953)
|
||||
(xy -0.762 -4.191)
|
||||
(xy 0.762 -4.191)
|
||||
(xy 0.762 -4.953)
|
||||
)
|
||||
(stroke (width 0.254) (type default) (color 0 0 0 0))
|
||||
(fill (type none))
|
||||
)
|
||||
(circle (center 0 0) (radius 0.508)
|
||||
(stroke (width 0) (type default) (color 0 0 0 0))
|
||||
(fill (type none))
|
||||
)
|
||||
(circle (center 0 3.302) (radius 0.508)
|
||||
(stroke (width 0) (type default) (color 0 0 0 0))
|
||||
(fill (type none))
|
||||
)
|
||||
(arc (start 0.762 -5.08) (mid 3.8673 -3.3444) (end 5.08 0)
|
||||
(stroke (width 0.254) (type default) (color 0 0 0 0))
|
||||
(fill (type none))
|
||||
)
|
||||
(circle (center 2.794 -1.524) (radius 0.508)
|
||||
(stroke (width 0) (type default) (color 0 0 0 0))
|
||||
(fill (type none))
|
||||
)
|
||||
(circle (center 2.794 1.524) (radius 0.508)
|
||||
(stroke (width 0) (type default) (color 0 0 0 0))
|
||||
(fill (type none))
|
||||
)
|
||||
(arc (start 5.08 0) (mid 0 5.08) (end -5.08 0)
|
||||
(stroke (width 0.254) (type default) (color 0 0 0 0))
|
||||
(fill (type none))
|
||||
)
|
||||
)
|
||||
(symbol "ASX202-06SN_1_1"
|
||||
(pin passive line (at -7.62 -2.54 0) (length 2.54)
|
||||
(name "~" (effects (font (size 1.27 1.27))))
|
||||
(number "1" (effects (font (size 1.27 1.27))))
|
||||
)
|
||||
(pin passive line (at -7.62 2.54 0) (length 2.54)
|
||||
(name "~" (effects (font (size 1.27 1.27))))
|
||||
(number "2" (effects (font (size 1.27 1.27))))
|
||||
)
|
||||
(pin passive line (at 0 7.62 270) (length 2.54)
|
||||
(name "~" (effects (font (size 1.27 1.27))))
|
||||
(number "3" (effects (font (size 1.27 1.27))))
|
||||
)
|
||||
(pin passive line (at 7.62 2.54 180) (length 2.54)
|
||||
(name "~" (effects (font (size 1.27 1.27))))
|
||||
(number "4" (effects (font (size 1.27 1.27))))
|
||||
)
|
||||
(pin passive line (at 7.62 -2.54 180) (length 2.54)
|
||||
(name "~" (effects (font (size 1.27 1.27))))
|
||||
(number "5" (effects (font (size 1.27 1.27))))
|
||||
)
|
||||
(pin passive line (at 0 -7.62 90) (length 2.54)
|
||||
(name "~" (effects (font (size 1.27 1.27))))
|
||||
(number "6" (effects (font (size 1.27 1.27))))
|
||||
)
|
||||
)
|
||||
)
|
||||
(symbol "M8_4pin_horizontal" (pin_names (offset 1.016)) (in_bom yes) (on_board yes)
|
||||
(property "Reference" "J" (id 0) (at 5.334 5.08 0)
|
||||
(effects (font (size 1.27 1.27)))
|
||||
)
|
||||
(property "Value" "M8_4pin_horizontal" (id 1) (at 0 -6.35 0)
|
||||
(effects (font (size 1.27 1.27)))
|
||||
)
|
||||
(property "Footprint" "FaSTTUBe_connectors:M8_718_4pin_horizontal" (id 2) (at 0 -8.89 0)
|
||||
(effects (font (size 1.27 1.27)) hide)
|
||||
)
|
||||
(property "Datasheet" "https://www.binder-connector.com/de/produkte/automatisierungstechnik/m-8-sensorsteckverbinder/flanschdose-gewinkelt-von-vorn-verschraubbar-mit-schirmblech-tauchloeten#866618112100004" (id 3) (at 0 -11.43 0)
|
||||
(effects (font (size 1.27 1.27)) hide)
|
||||
)
|
||||
(property "ki_keywords" "circular connector" (id 4) (at 0 0 0)
|
||||
(effects (font (size 1.27 1.27)) hide)
|
||||
)
|
||||
(property "ki_description" "4-pin 718 Series connector" (id 5) (at 0 0 0)
|
||||
(effects (font (size 1.27 1.27)) hide)
|
||||
)
|
||||
(property "ki_fp_filters" "DIN*" (id 6) (at 0 0 0)
|
||||
(effects (font (size 1.27 1.27)) hide)
|
||||
)
|
||||
(symbol "M8_4pin_horizontal_0_1"
|
||||
(arc (start -5.08 0) (mid -3.8597 -3.3379) (end -0.762 -5.08)
|
||||
(stroke (width 0.254) (type default) (color 0 0 0 0))
|
||||
(fill (type none))
|
||||
)
|
||||
(circle (center -3.048 -1.016) (radius 0.508)
|
||||
(stroke (width 0) (type default) (color 0 0 0 0))
|
||||
(fill (type none))
|
||||
)
|
||||
(circle (center -2.032 2.54) (radius 0.508)
|
||||
(stroke (width 0) (type default) (color 0 0 0 0))
|
||||
(fill (type none))
|
||||
)
|
||||
(polyline
|
||||
(pts
|
||||
(xy -3.556 -1.016)
|
||||
(xy -5.08 0)
|
||||
)
|
||||
(stroke (width 0) (type default) (color 0 0 0 0))
|
||||
(fill (type none))
|
||||
)
|
||||
(polyline
|
||||
(pts
|
||||
(xy 3.81 -3.81)
|
||||
(xy 3.556 -3.81)
|
||||
)
|
||||
(stroke (width 0) (type default) (color 0 0 0 0))
|
||||
(fill (type none))
|
||||
)
|
||||
(polyline
|
||||
(pts
|
||||
(xy 5.08 -3.81)
|
||||
(xy 3.81 -3.81)
|
||||
)
|
||||
(stroke (width 0) (type default) (color 0 0 0 0))
|
||||
(fill (type none))
|
||||
)
|
||||
(polyline
|
||||
(pts
|
||||
(xy 5.08 0)
|
||||
(xy 3.556 -1.016)
|
||||
)
|
||||
(stroke (width 0) (type default) (color 0 0 0 0))
|
||||
(fill (type none))
|
||||
)
|
||||
(polyline
|
||||
(pts
|
||||
(xy -2.54 5.08)
|
||||
(xy -2.54 4.318)
|
||||
(xy -2.286 3.048)
|
||||
)
|
||||
(stroke (width 0) (type default) (color 0 0 0 0))
|
||||
(fill (type none))
|
||||
)
|
||||
(polyline
|
||||
(pts
|
||||
(xy 2.54 5.08)
|
||||
(xy 2.54 4.318)
|
||||
(xy 2.286 3.048)
|
||||
)
|
||||
(stroke (width 0) (type default) (color 0 0 0 0))
|
||||
(fill (type none))
|
||||
)
|
||||
(polyline
|
||||
(pts
|
||||
(xy -0.762 -4.953)
|
||||
(xy -0.762 -4.191)
|
||||
(xy 0.762 -4.191)
|
||||
(xy 0.762 -4.953)
|
||||
)
|
||||
(stroke (width 0.254) (type default) (color 0 0 0 0))
|
||||
(fill (type none))
|
||||
)
|
||||
(arc (start 0.762 -5.08) (mid 3.8673 -3.3444) (end 5.08 0)
|
||||
(stroke (width 0.254) (type default) (color 0 0 0 0))
|
||||
(fill (type none))
|
||||
)
|
||||
(circle (center 2.032 2.54) (radius 0.508)
|
||||
(stroke (width 0) (type default) (color 0 0 0 0))
|
||||
(fill (type none))
|
||||
)
|
||||
(circle (center 3.048 -1.016) (radius 0.508)
|
||||
(stroke (width 0) (type default) (color 0 0 0 0))
|
||||
(fill (type none))
|
||||
)
|
||||
(arc (start 5.08 0) (mid 0 5.08) (end -5.08 0)
|
||||
(stroke (width 0.254) (type default) (color 0 0 0 0))
|
||||
(fill (type none))
|
||||
)
|
||||
)
|
||||
(symbol "M8_4pin_horizontal_1_1"
|
||||
(pin passive line (at 7.62 0 180) (length 2.54)
|
||||
(name "~" (effects (font (size 1.27 1.27))))
|
||||
(number "1" (effects (font (size 1.27 1.27))))
|
||||
)
|
||||
(pin passive line (at 2.54 7.62 270) (length 2.54)
|
||||
(name "~" (effects (font (size 1.27 1.27))))
|
||||
(number "2" (effects (font (size 1.27 1.27))))
|
||||
)
|
||||
(pin passive line (at -7.62 0 0) (length 2.54)
|
||||
(name "~" (effects (font (size 1.27 1.27))))
|
||||
(number "3" (effects (font (size 1.27 1.27))))
|
||||
)
|
||||
(pin passive line (at -2.54 7.62 270) (length 2.54)
|
||||
(name "~" (effects (font (size 1.27 1.27))))
|
||||
(number "4" (effects (font (size 1.27 1.27))))
|
||||
)
|
||||
(pin passive line (at 7.62 -3.81 180) (length 2.54)
|
||||
(name "~" (effects (font (size 1.27 1.27))))
|
||||
(number "5" (effects (font (size 1.27 1.27))))
|
||||
)
|
||||
)
|
||||
)
|
||||
(symbol "M8_4pin_vertical" (extends "M8_4pin_horizontal")
|
||||
(property "Reference" "J" (id 0) (at 5.334 5.08 0)
|
||||
(effects (font (size 1.27 1.27)))
|
||||
)
|
||||
(property "Value" "M8_4pin_vertical" (id 1) (at 0 -6.35 0)
|
||||
(effects (font (size 1.27 1.27)))
|
||||
)
|
||||
(property "Footprint" "FaSTTUBe_connectors:M8_718_4pin_vertical" (id 2) (at 0 -8.89 0)
|
||||
(effects (font (size 1.27 1.27)) hide)
|
||||
)
|
||||
(property "Datasheet" "" (id 3) (at 0 -11.43 0)
|
||||
(effects (font (size 1.27 1.27)) hide)
|
||||
)
|
||||
(property "ki_keywords" "circular connector" (id 4) (at 0 0 0)
|
||||
(effects (font (size 1.27 1.27)) hide)
|
||||
)
|
||||
(property "ki_description" "4-pin 718 Series connector" (id 5) (at 0 0 0)
|
||||
(effects (font (size 1.27 1.27)) hide)
|
||||
)
|
||||
(property "ki_fp_filters" "DIN*" (id 6) (at 0 0 0)
|
||||
(effects (font (size 1.27 1.27)) hide)
|
||||
)
|
||||
)
|
||||
(symbol "MMNL_2p_horizontal" (pin_names (offset 1.016) hide) (in_bom yes) (on_board yes)
|
||||
(property "Reference" "J" (id 0) (at 0 2.54 0)
|
||||
(effects (font (size 1.27 1.27)))
|
||||
)
|
||||
(property "Value" "MMNL_2p_horizontal" (id 1) (at 0 -5.08 0)
|
||||
(effects (font (size 1.27 1.27)))
|
||||
)
|
||||
(property "Footprint" "FaSTTUBe_connectors:Micro_Mate-N-Lok_2p_horizontal" (id 2) (at 0 5.08 0)
|
||||
(effects (font (size 1.27 1.27)) hide)
|
||||
)
|
||||
(property "Datasheet" "~" (id 3) (at 0 0 0)
|
||||
(effects (font (size 1.27 1.27)) hide)
|
||||
)
|
||||
(property "ki_keywords" "connector mate-n-lok" (id 4) (at 0 0 0)
|
||||
(effects (font (size 1.27 1.27)) hide)
|
||||
)
|
||||
(property "ki_description" "Micro Mate-N-Lok, single row, 2 position, SMD, horizontal" (id 5) (at 0 0 0)
|
||||
(effects (font (size 1.27 1.27)) hide)
|
||||
)
|
||||
(property "ki_fp_filters" "Connector*:*_1x??_*" (id 6) (at 0 0 0)
|
||||
(effects (font (size 1.27 1.27)) hide)
|
||||
)
|
||||
(symbol "MMNL_2p_horizontal_1_1"
|
||||
(arc (start 0 -2.032) (mid -0.508 -2.54) (end 0 -3.048)
|
||||
(stroke (width 0.1524) (type default) (color 0 0 0 0))
|
||||
(fill (type none))
|
||||
)
|
||||
(polyline
|
||||
(pts
|
||||
(xy -1.27 -2.54)
|
||||
(xy -0.508 -2.54)
|
||||
)
|
||||
(stroke (width 0.1524) (type default) (color 0 0 0 0))
|
||||
(fill (type none))
|
||||
)
|
||||
(polyline
|
||||
(pts
|
||||
(xy -1.27 0)
|
||||
(xy -0.508 0)
|
||||
)
|
||||
(stroke (width 0.1524) (type default) (color 0 0 0 0))
|
||||
(fill (type none))
|
||||
)
|
||||
(arc (start 0 0.508) (mid -0.508 0) (end 0 -0.508)
|
||||
(stroke (width 0.1524) (type default) (color 0 0 0 0))
|
||||
(fill (type none))
|
||||
)
|
||||
(pin passive line (at -5.08 0 0) (length 3.81)
|
||||
(name "Pin_1" (effects (font (size 1.27 1.27))))
|
||||
(number "1" (effects (font (size 1.27 1.27))))
|
||||
)
|
||||
(pin passive line (at -5.08 -2.54 0) (length 3.81)
|
||||
(name "Pin_2" (effects (font (size 1.27 1.27))))
|
||||
(number "2" (effects (font (size 1.27 1.27))))
|
||||
)
|
||||
)
|
||||
)
|
||||
(symbol "MMNL_2p_vertical" (extends "MMNL_2p_horizontal")
|
||||
(property "Reference" "J" (id 0) (at 0 2.54 0)
|
||||
(effects (font (size 1.27 1.27)))
|
||||
)
|
||||
(property "Value" "MMNL_2p_vertical" (id 1) (at 0 -5.08 0)
|
||||
(effects (font (size 1.27 1.27)))
|
||||
)
|
||||
(property "Footprint" "FaSTTUBe_connectors:Micro_Mate-N-Lok_2p_vertical" (id 2) (at 0 5.08 0)
|
||||
(effects (font (size 1.27 1.27)) hide)
|
||||
)
|
||||
(property "Datasheet" "" (id 3) (at 0 0 0)
|
||||
(effects (font (size 1.27 1.27)) hide)
|
||||
)
|
||||
(property "ki_keywords" "connector mate-n-lok" (id 4) (at 0 0 0)
|
||||
(effects (font (size 1.27 1.27)) hide)
|
||||
)
|
||||
(property "ki_description" "Micro Mate-N-Lok, single row, 2 position, SMD, horizontal" (id 5) (at 0 0 0)
|
||||
(effects (font (size 1.27 1.27)) hide)
|
||||
)
|
||||
(property "ki_fp_filters" "Connector*:*_1x??_*" (id 6) (at 0 0 0)
|
||||
(effects (font (size 1.27 1.27)) hide)
|
||||
)
|
||||
)
|
||||
(symbol "MMNL_3p_vertical" (pin_names (offset 1.016) hide) (in_bom yes) (on_board yes)
|
||||
(property "Reference" "J" (id 0) (at 0 5.08 0)
|
||||
(effects (font (size 1.27 1.27)))
|
||||
)
|
||||
(property "Value" "MMNL_3p_vertical" (id 1) (at 0 -5.08 0)
|
||||
(effects (font (size 1.27 1.27)))
|
||||
)
|
||||
(property "Footprint" "FaSTTUBe_connectors:Micro_Mate-N-Lok_3p_vertical" (id 2) (at 0 0 0)
|
||||
(effects (font (size 1.27 1.27)) hide)
|
||||
)
|
||||
(property "Datasheet" "~" (id 3) (at 0 0 0)
|
||||
(effects (font (size 1.27 1.27)) hide)
|
||||
)
|
||||
(property "ki_keywords" "connector" (id 4) (at 0 0 0)
|
||||
(effects (font (size 1.27 1.27)) hide)
|
||||
)
|
||||
(property "ki_description" "Micro Mate-N-Lok, single row, 3 position, SMD, vertical" (id 5) (at 0 0 0)
|
||||
(effects (font (size 1.27 1.27)) hide)
|
||||
)
|
||||
(property "ki_fp_filters" "Connector*:*_1x??_*" (id 6) (at 0 0 0)
|
||||
(effects (font (size 1.27 1.27)) hide)
|
||||
)
|
||||
(symbol "MMNL_3p_vertical_1_1"
|
||||
(arc (start 0 -2.032) (mid -0.508 -2.54) (end 0 -3.048)
|
||||
(stroke (width 0.1524) (type default) (color 0 0 0 0))
|
||||
(fill (type none))
|
||||
)
|
||||
(polyline
|
||||
(pts
|
||||
(xy -1.27 -2.54)
|
||||
(xy -0.508 -2.54)
|
||||
)
|
||||
(stroke (width 0.1524) (type default) (color 0 0 0 0))
|
||||
(fill (type none))
|
||||
)
|
||||
(polyline
|
||||
(pts
|
||||
(xy -1.27 0)
|
||||
(xy -0.508 0)
|
||||
)
|
||||
(stroke (width 0.1524) (type default) (color 0 0 0 0))
|
||||
(fill (type none))
|
||||
)
|
||||
(polyline
|
||||
(pts
|
||||
(xy -1.27 2.54)
|
||||
(xy -0.508 2.54)
|
||||
)
|
||||
(stroke (width 0.1524) (type default) (color 0 0 0 0))
|
||||
(fill (type none))
|
||||
)
|
||||
(arc (start 0 0.508) (mid -0.508 0) (end 0 -0.508)
|
||||
(stroke (width 0.1524) (type default) (color 0 0 0 0))
|
||||
(fill (type none))
|
||||
)
|
||||
(arc (start 0 3.048) (mid -0.508 2.54) (end 0 2.032)
|
||||
(stroke (width 0.1524) (type default) (color 0 0 0 0))
|
||||
(fill (type none))
|
||||
)
|
||||
(pin passive line (at -5.08 2.54 0) (length 3.81)
|
||||
(name "Pin_1" (effects (font (size 1.27 1.27))))
|
||||
(number "1" (effects (font (size 1.27 1.27))))
|
||||
)
|
||||
(pin passive line (at -5.08 0 0) (length 3.81)
|
||||
(name "Pin_2" (effects (font (size 1.27 1.27))))
|
||||
(number "2" (effects (font (size 1.27 1.27))))
|
||||
)
|
||||
(pin passive line (at -5.08 -2.54 0) (length 3.81)
|
||||
(name "Pin_3" (effects (font (size 1.27 1.27))))
|
||||
(number "3" (effects (font (size 1.27 1.27))))
|
||||
)
|
||||
)
|
||||
)
|
||||
(symbol "MMNL_3p_horizontal" (extends "MMNL_3p_vertical")
|
||||
(property "Reference" "J" (id 0) (at 0 5.08 0)
|
||||
(effects (font (size 1.27 1.27)))
|
||||
)
|
||||
(property "Value" "MMNL_3p_horizontal" (id 1) (at 0 -5.08 0)
|
||||
(effects (font (size 1.27 1.27)))
|
||||
)
|
||||
(property "Footprint" "FaSTTUBe_connectors:Micro_Mate-N-Lok_3p_horizontal" (id 2) (at 0 0 0)
|
||||
(effects (font (size 1.27 1.27)) hide)
|
||||
)
|
||||
(property "Datasheet" "" (id 3) (at 0 0 0)
|
||||
(effects (font (size 1.27 1.27)) hide)
|
||||
)
|
||||
(property "ki_keywords" "connector" (id 4) (at 0 0 0)
|
||||
(effects (font (size 1.27 1.27)) hide)
|
||||
)
|
||||
(property "ki_description" "Micro Mate-N-Lok, single row, 3 position, SMD, horizontal" (id 5) (at 0 0 0)
|
||||
(effects (font (size 1.27 1.27)) hide)
|
||||
)
|
||||
(property "ki_fp_filters" "Connector*:*_1x??_*" (id 6) (at 0 0 0)
|
||||
(effects (font (size 1.27 1.27)) hide)
|
||||
)
|
||||
)
|
||||
(symbol "MMNL_4p_horizontal" (pin_names (offset 1.016) hide) (in_bom yes) (on_board yes)
|
||||
(property "Reference" "J" (id 0) (at 0 5.08 0)
|
||||
(effects (font (size 1.27 1.27)))
|
||||
)
|
||||
(property "Value" "MMNL_4p_horizontal" (id 1) (at 0 -7.62 0)
|
||||
(effects (font (size 1.27 1.27)))
|
||||
)
|
||||
(property "Footprint" "FaSTTUBe_connectors:Micro_Mate-N-Lok_4p_horizontal" (id 2) (at 0 0 0)
|
||||
(effects (font (size 1.27 1.27)) hide)
|
||||
)
|
||||
(property "Datasheet" "~" (id 3) (at 0 0 0)
|
||||
(effects (font (size 1.27 1.27)) hide)
|
||||
)
|
||||
(property "ki_keywords" "connector" (id 4) (at 0 0 0)
|
||||
(effects (font (size 1.27 1.27)) hide)
|
||||
)
|
||||
(property "ki_description" "Micro Mate-N-Lok, single row, 4 position, SMD, horizontal" (id 5) (at 0 0 0)
|
||||
(effects (font (size 1.27 1.27)) hide)
|
||||
)
|
||||
(property "ki_fp_filters" "Connector*:*_1x??_*" (id 6) (at 0 0 0)
|
||||
(effects (font (size 1.27 1.27)) hide)
|
||||
)
|
||||
(symbol "MMNL_4p_horizontal_1_1"
|
||||
(arc (start 0 -4.572) (mid -0.508 -5.08) (end 0 -5.588)
|
||||
(stroke (width 0.1524) (type default) (color 0 0 0 0))
|
||||
(fill (type none))
|
||||
)
|
||||
(arc (start 0 -2.032) (mid -0.508 -2.54) (end 0 -3.048)
|
||||
(stroke (width 0.1524) (type default) (color 0 0 0 0))
|
||||
(fill (type none))
|
||||
)
|
||||
(polyline
|
||||
(pts
|
||||
(xy -1.27 -5.08)
|
||||
(xy -0.508 -5.08)
|
||||
)
|
||||
(stroke (width 0.1524) (type default) (color 0 0 0 0))
|
||||
(fill (type none))
|
||||
)
|
||||
(polyline
|
||||
(pts
|
||||
(xy -1.27 -2.54)
|
||||
(xy -0.508 -2.54)
|
||||
)
|
||||
(stroke (width 0.1524) (type default) (color 0 0 0 0))
|
||||
(fill (type none))
|
||||
)
|
||||
(polyline
|
||||
(pts
|
||||
(xy -1.27 0)
|
||||
(xy -0.508 0)
|
||||
)
|
||||
(stroke (width 0.1524) (type default) (color 0 0 0 0))
|
||||
(fill (type none))
|
||||
)
|
||||
(polyline
|
||||
(pts
|
||||
(xy -1.27 2.54)
|
||||
(xy -0.508 2.54)
|
||||
)
|
||||
(stroke (width 0.1524) (type default) (color 0 0 0 0))
|
||||
(fill (type none))
|
||||
)
|
||||
(arc (start 0 0.508) (mid -0.508 0) (end 0 -0.508)
|
||||
(stroke (width 0.1524) (type default) (color 0 0 0 0))
|
||||
(fill (type none))
|
||||
)
|
||||
(arc (start 0 3.048) (mid -0.508 2.54) (end 0 2.032)
|
||||
(stroke (width 0.1524) (type default) (color 0 0 0 0))
|
||||
(fill (type none))
|
||||
)
|
||||
(pin passive line (at -5.08 2.54 0) (length 3.81)
|
||||
(name "Pin_1" (effects (font (size 1.27 1.27))))
|
||||
(number "1" (effects (font (size 1.27 1.27))))
|
||||
)
|
||||
(pin passive line (at -5.08 0 0) (length 3.81)
|
||||
(name "Pin_2" (effects (font (size 1.27 1.27))))
|
||||
(number "2" (effects (font (size 1.27 1.27))))
|
||||
)
|
||||
(pin passive line (at -5.08 -2.54 0) (length 3.81)
|
||||
(name "Pin_3" (effects (font (size 1.27 1.27))))
|
||||
(number "3" (effects (font (size 1.27 1.27))))
|
||||
)
|
||||
(pin passive line (at -5.08 -5.08 0) (length 3.81)
|
||||
(name "Pin_4" (effects (font (size 1.27 1.27))))
|
||||
(number "4" (effects (font (size 1.27 1.27))))
|
||||
)
|
||||
)
|
||||
)
|
||||
(symbol "MMNL_4p_vertical" (extends "MMNL_4p_horizontal")
|
||||
(property "Reference" "J" (id 0) (at 0 5.08 0)
|
||||
(effects (font (size 1.27 1.27)))
|
||||
)
|
||||
(property "Value" "MMNL_4p_vertical" (id 1) (at 0 -7.62 0)
|
||||
(effects (font (size 1.27 1.27)))
|
||||
)
|
||||
(property "Footprint" "FaSTTUBe_connectors:Micro_Mate-N-Lok_4p_vertical" (id 2) (at 0 0 0)
|
||||
(effects (font (size 1.27 1.27)) hide)
|
||||
)
|
||||
(property "Datasheet" "" (id 3) (at 0 0 0)
|
||||
(effects (font (size 1.27 1.27)) hide)
|
||||
)
|
||||
(property "ki_keywords" "connector" (id 4) (at 0 0 0)
|
||||
(effects (font (size 1.27 1.27)) hide)
|
||||
)
|
||||
(property "ki_description" "Micro Mate-N-Lok, single row, 4 position, SMD, horizontal" (id 5) (at 0 0 0)
|
||||
(effects (font (size 1.27 1.27)) hide)
|
||||
)
|
||||
(property "ki_fp_filters" "Connector*:*_1x??_*" (id 6) (at 0 0 0)
|
||||
(effects (font (size 1.27 1.27)) hide)
|
||||
)
|
||||
)
|
||||
(symbol "MMNL_5p_horizontal" (pin_names (offset 1.016) hide) (in_bom yes) (on_board yes)
|
||||
(property "Reference" "J" (id 0) (at 0 7.62 0)
|
||||
(effects (font (size 1.27 1.27)))
|
||||
)
|
||||
(property "Value" "MMNL_5p_horizontal" (id 1) (at 0 -7.62 0)
|
||||
(effects (font (size 1.27 1.27)))
|
||||
)
|
||||
(property "Footprint" "FaSTTUBe_connectors:Micro_Mate-N-Lok_5p_horizontal" (id 2) (at 0 0 0)
|
||||
(effects (font (size 1.27 1.27)) hide)
|
||||
)
|
||||
(property "Datasheet" "~" (id 3) (at 0 0 0)
|
||||
(effects (font (size 1.27 1.27)) hide)
|
||||
)
|
||||
(property "ki_keywords" "connector" (id 4) (at 0 0 0)
|
||||
(effects (font (size 1.27 1.27)) hide)
|
||||
)
|
||||
(property "ki_description" "Micro Mate-N-Lok, single row, 5 position, SMD, horizontal" (id 5) (at 0 0 0)
|
||||
(effects (font (size 1.27 1.27)) hide)
|
||||
)
|
||||
(property "ki_fp_filters" "Connector*:*_1x??_*" (id 6) (at 0 0 0)
|
||||
(effects (font (size 1.27 1.27)) hide)
|
||||
)
|
||||
(symbol "MMNL_5p_horizontal_1_1"
|
||||
(arc (start 0 -4.572) (mid -0.508 -5.08) (end 0 -5.588)
|
||||
(stroke (width 0.1524) (type default) (color 0 0 0 0))
|
||||
(fill (type none))
|
||||
)
|
||||
(arc (start 0 -2.032) (mid -0.508 -2.54) (end 0 -3.048)
|
||||
(stroke (width 0.1524) (type default) (color 0 0 0 0))
|
||||
(fill (type none))
|
||||
)
|
||||
(polyline
|
||||
(pts
|
||||
(xy -1.27 -5.08)
|
||||
(xy -0.508 -5.08)
|
||||
)
|
||||
(stroke (width 0.1524) (type default) (color 0 0 0 0))
|
||||
(fill (type none))
|
||||
)
|
||||
(polyline
|
||||
(pts
|
||||
(xy -1.27 -2.54)
|
||||
(xy -0.508 -2.54)
|
||||
)
|
||||
(stroke (width 0.1524) (type default) (color 0 0 0 0))
|
||||
(fill (type none))
|
||||
)
|
||||
(polyline
|
||||
(pts
|
||||
(xy -1.27 0)
|
||||
(xy -0.508 0)
|
||||
)
|
||||
(stroke (width 0.1524) (type default) (color 0 0 0 0))
|
||||
(fill (type none))
|
||||
)
|
||||
(polyline
|
||||
(pts
|
||||
(xy -1.27 2.54)
|
||||
(xy -0.508 2.54)
|
||||
)
|
||||
(stroke (width 0.1524) (type default) (color 0 0 0 0))
|
||||
(fill (type none))
|
||||
)
|
||||
(polyline
|
||||
(pts
|
||||
(xy -1.27 5.08)
|
||||
(xy -0.508 5.08)
|
||||
)
|
||||
(stroke (width 0.1524) (type default) (color 0 0 0 0))
|
||||
(fill (type none))
|
||||
)
|
||||
(arc (start 0 0.508) (mid -0.508 0) (end 0 -0.508)
|
||||
(stroke (width 0.1524) (type default) (color 0 0 0 0))
|
||||
(fill (type none))
|
||||
)
|
||||
(arc (start 0 3.048) (mid -0.508 2.54) (end 0 2.032)
|
||||
(stroke (width 0.1524) (type default) (color 0 0 0 0))
|
||||
(fill (type none))
|
||||
)
|
||||
(arc (start 0 5.588) (mid -0.508 5.08) (end 0 4.572)
|
||||
(stroke (width 0.1524) (type default) (color 0 0 0 0))
|
||||
(fill (type none))
|
||||
)
|
||||
(pin passive line (at -5.08 5.08 0) (length 3.81)
|
||||
(name "Pin_1" (effects (font (size 1.27 1.27))))
|
||||
(number "1" (effects (font (size 1.27 1.27))))
|
||||
)
|
||||
(pin passive line (at -5.08 2.54 0) (length 3.81)
|
||||
(name "Pin_2" (effects (font (size 1.27 1.27))))
|
||||
(number "2" (effects (font (size 1.27 1.27))))
|
||||
)
|
||||
(pin passive line (at -5.08 0 0) (length 3.81)
|
||||
(name "Pin_3" (effects (font (size 1.27 1.27))))
|
||||
(number "3" (effects (font (size 1.27 1.27))))
|
||||
)
|
||||
(pin passive line (at -5.08 -2.54 0) (length 3.81)
|
||||
(name "Pin_4" (effects (font (size 1.27 1.27))))
|
||||
(number "4" (effects (font (size 1.27 1.27))))
|
||||
)
|
||||
(pin passive line (at -5.08 -5.08 0) (length 3.81)
|
||||
(name "Pin_5" (effects (font (size 1.27 1.27))))
|
||||
(number "5" (effects (font (size 1.27 1.27))))
|
||||
)
|
||||
)
|
||||
)
|
||||
)
|
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 it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
@ -1,28 +0,0 @@
|
||||
(footprint "ASX202-06SN" (version 20211014) (generator pcbnew)
|
||||
(layer "F.Cu")
|
||||
(tedit 636172D1)
|
||||
(attr through_hole)
|
||||
(fp_text reference "REF**" (at 0 -4 unlocked) (layer "F.SilkS")
|
||||
(effects (font (size 1 1) (thickness 0.15)))
|
||||
(tstamp 4c9fdea7-ba0c-45cc-8f66-240980c37d5c)
|
||||
)
|
||||
(fp_text value "ASX202-06SN" (at 0 1 unlocked) (layer "F.Fab")
|
||||
(effects (font (size 1 1) (thickness 0.15)))
|
||||
(tstamp c58960d9-4cac-4036-ad2e-1aef26946dae)
|
||||
)
|
||||
(fp_text user "${REFERENCE}" (at 0 2.5 unlocked) (layer "F.Fab")
|
||||
(effects (font (size 1 1) (thickness 0.15)))
|
||||
(tstamp 5b96c1ad-46ba-4366-8241-fbc1cd0e9bbd)
|
||||
)
|
||||
(pad "1" thru_hole circle (at 0 0) (size 1.3 1.3) (drill 0.65) (layers *.Cu *.Mask) (tstamp be645d0f-8568-47a0-a152-e3ddd33563eb))
|
||||
(pad "2" thru_hole circle (at 1.71 -0.56) (size 1.3 1.3) (drill 0.65) (layers *.Cu *.Mask) (tstamp a5e521b9-814e-4853-a5ac-f158785c6269))
|
||||
(pad "3" thru_hole circle (at 1.06 1.46) (size 1.3 1.3) (drill 0.65) (layers *.Cu *.Mask) (tstamp 935f462d-8b1e-4005-9f1e-17f537ab1756))
|
||||
(pad "4" thru_hole circle (at -1.06 1.46) (size 1.3 1.3) (drill 0.65) (layers *.Cu *.Mask) (tstamp 173f6f06-e7d0-42ac-ab03-ce6b79b9eeee))
|
||||
(pad "5" thru_hole circle (at -1.71 -0.56) (size 1.3 1.3) (drill 0.65) (layers *.Cu *.Mask) (tstamp 309b3bff-19c8-41ec-a84d-63399c649f46))
|
||||
(pad "6" thru_hole circle (at 0 -1.8) (size 1.3 1.3) (drill 0.65) (layers *.Cu *.Mask) (tstamp 81a15393-727e-448b-a777-b18773023d89))
|
||||
(model "${KIPRJMOD}/FT_libraries/FaSTTUBe_connectors.pretty/3d_models/ASX002-06SN-HE.STEP"
|
||||
(offset (xyz 0 0 8.5))
|
||||
(scale (xyz 1 1 1))
|
||||
(rotate (xyz 0 -90 0))
|
||||
)
|
||||
)
|
@ -1,48 +0,0 @@
|
||||
(footprint "M8_718_4pin_horizontal" (version 20211014) (generator pcbnew)
|
||||
(layer "F.Cu")
|
||||
(tedit 636172FC)
|
||||
(attr through_hole)
|
||||
(fp_text reference "REF**" (at 0 -4.5) (layer "F.SilkS")
|
||||
(effects (font (size 1 1) (thickness 0.15)))
|
||||
(tstamp b680b4a7-6cb0-40b5-a7ec-a02910a0daa4)
|
||||
)
|
||||
(fp_text value "M8_718_4pin" (at 0 -7.62) (layer "F.Fab")
|
||||
(effects (font (size 1 1) (thickness 0.15)))
|
||||
(tstamp c5a1761e-3391-4e74-90c9-947fd66e1fc6)
|
||||
)
|
||||
(fp_line (start -6.5 7.5) (end -6.5 2) (layer "F.SilkS") (width 0.12) (tstamp 51320c8c-9c4a-48b8-a7b8-e2c8d1f2e5ad))
|
||||
(fp_line (start 5 16.5) (end -5 16.5) (layer "F.SilkS") (width 0.12) (tstamp 7da6dd22-6820-4812-8b65-ceb1440c016d))
|
||||
(fp_line (start 5 7.5) (end 5 16.5) (layer "F.SilkS") (width 0.12) (tstamp 82782dc2-cb84-4d0c-b85e-b3903aca1e13))
|
||||
(fp_line (start -5 16.5) (end -5 7.5) (layer "F.SilkS") (width 0.12) (tstamp 9cab0c4e-2726-433f-a46f-c25156ae2489))
|
||||
(fp_line (start 6.5 7.5) (end -6.5 7.5) (layer "F.SilkS") (width 0.12) (tstamp df1435bb-8018-455d-9925-63e774164119))
|
||||
(fp_line (start 6.5 2) (end 6.5 7.5) (layer "F.SilkS") (width 0.12) (tstamp fd693e1b-ee8d-4a26-aae0-561ba4b09a82))
|
||||
(fp_rect (start -8.5 -3) (end 8.5 17.5) (layer "F.CrtYd") (width 0.05) (fill none) (tstamp b7c09c15-282b-4731-8942-008851172201))
|
||||
(fp_line (start -5 7.5) (end -6.5 7.5) (layer "F.Fab") (width 0.1) (tstamp 133bb99a-82f3-4f77-a20b-451874ac44f4))
|
||||
(fp_line (start -5 16.5) (end 5 16.5) (layer "F.Fab") (width 0.1) (tstamp 2628b16a-8b1e-4398-be45-c147110e73bb))
|
||||
(fp_line (start -5 15) (end 5 14.5) (layer "F.Fab") (width 0.1) (tstamp 296b967f-b7a9-453f-856a-7b874fdca3db))
|
||||
(fp_line (start 5 7.5) (end 6.5 7.5) (layer "F.Fab") (width 0.1) (tstamp 33b48673-c959-4510-b6fa-fd3f7bdb00fd))
|
||||
(fp_line (start -6.5 7.5) (end -6.5 -3) (layer "F.Fab") (width 0.1) (tstamp 3a362cc7-5245-4ed2-8f66-3a6d74eaba39))
|
||||
(fp_line (start -5 8.5) (end 5 8.5) (layer "F.Fab") (width 0.1) (tstamp 3b5147db-69cc-4871-96a7-79c3437a6213))
|
||||
(fp_line (start -5 14) (end 5 13.5) (layer "F.Fab") (width 0.1) (tstamp 430cb5a0-6865-46d0-be60-5d722d3e8d80))
|
||||
(fp_line (start -5 13) (end 5 12.5) (layer "F.Fab") (width 0.1) (tstamp 4e944601-14c5-4478-a9d6-8d2ad19dcc43))
|
||||
(fp_line (start -5 16) (end 5 15.5) (layer "F.Fab") (width 0.1) (tstamp 5d00cbc9-46cb-472e-b705-59da8e971192))
|
||||
(fp_line (start -5 7.5) (end -5 16.5) (layer "F.Fab") (width 0.1) (tstamp 6a5b3eea-de35-4a54-8316-e56ea2a634e4))
|
||||
(fp_line (start -5 10) (end 5 9.5) (layer "F.Fab") (width 0.1) (tstamp 73486422-c87a-4ad4-8fe5-a3ffc70cb20a))
|
||||
(fp_line (start -5 9) (end 5 8.5) (layer "F.Fab") (width 0.1) (tstamp 86c73e16-9c05-4385-b59b-206056f7ac90))
|
||||
(fp_line (start 6.5 7.5) (end 6.5 -3) (layer "F.Fab") (width 0.1) (tstamp cce13a3b-854c-49ae-8b19-551eed5c4f96))
|
||||
(fp_line (start 5 16.5) (end 5 7.5) (layer "F.Fab") (width 0.1) (tstamp d6cc98ff-7d68-4734-afa1-c7dd225e08d3))
|
||||
(fp_line (start 6.5 -3) (end -6.5 -3) (layer "F.Fab") (width 0.1) (tstamp e9581bdc-0c32-481f-b3ec-f590264a37c8))
|
||||
(fp_line (start -5 12) (end 5 11.5) (layer "F.Fab") (width 0.1) (tstamp ed92ba08-98ec-48df-9584-41c899a43f78))
|
||||
(fp_line (start -5 11) (end 5 10.5) (layer "F.Fab") (width 0.1) (tstamp f3642676-ce32-431a-adfa-a8e750bc449d))
|
||||
(pad "1" thru_hole circle (at 1.7 0) (size 1.8 1.8) (drill 1.3) (layers *.Cu *.Mask) (tstamp a1c7b1f5-f895-4192-9484-2357882c73e0))
|
||||
(pad "2" thru_hole circle (at 1.075 -1.95) (size 1.8 1.8) (drill 1.3) (layers *.Cu *.Mask) (tstamp 681bd495-c396-44ce-92bd-4b397cd48c04))
|
||||
(pad "3" thru_hole circle (at -1.7 0) (size 1.8 1.8) (drill 1.3) (layers *.Cu *.Mask) (tstamp be0953c0-632d-4dd2-85e9-4d41239f22d2))
|
||||
(pad "4" thru_hole circle (at -1.075 -1.95) (size 1.8 1.8) (drill 1.3) (layers *.Cu *.Mask) (tstamp a3668681-09b1-48f0-a7b1-f6b24183a469))
|
||||
(pad "5" thru_hole circle (at 6.25 -0.5) (size 4 4) (drill 3) (layers *.Cu *.Mask) (tstamp 3451168c-3c76-4628-aee4-7c231bd100c3))
|
||||
(pad "5" thru_hole circle (at -6.25 -0.5) (size 4 4) (drill 3) (layers *.Cu *.Mask) (tstamp 563c12e4-8f8c-446c-a11f-94f5aa93b994))
|
||||
(model "${KIPRJMOD}/FT_libraries/FaSTTUBe_connectors.pretty/3d_models/M8_718_4pin_horizontal.stp"
|
||||
(offset (xyz 0 -2.65 6.3))
|
||||
(scale (xyz 1 1 1))
|
||||
(rotate (xyz 90 0 90))
|
||||
)
|
||||
)
|
@ -1,27 +0,0 @@
|
||||
(footprint "M8_718_4pin_vertical" (version 20211014) (generator pcbnew)
|
||||
(layer "F.Cu")
|
||||
(tedit 6361730A)
|
||||
(attr through_hole)
|
||||
(fp_text reference "REF**" (at 0 8) (layer "F.SilkS")
|
||||
(effects (font (size 1 1) (thickness 0.15)))
|
||||
(tstamp b680b4a7-6cb0-40b5-a7ec-a02910a0daa4)
|
||||
)
|
||||
(fp_text value "M8_718_4pin" (at 0 -7.62) (layer "F.Fab")
|
||||
(effects (font (size 1 1) (thickness 0.15)))
|
||||
(tstamp c5a1761e-3391-4e74-90c9-947fd66e1fc6)
|
||||
)
|
||||
(fp_arc (start 6 2.5) (mid 0 6.5) (end -6 2.5) (layer "F.SilkS") (width 0.12) (tstamp a7f25f41-0b4c-4430-b6cd-b2160b2db099))
|
||||
(fp_arc (start -6 -2.5) (mid 0 -6.5) (end 6 -2.5) (layer "F.SilkS") (width 0.12) (tstamp b287f145-851e-45cc-b200-e62677b551d5))
|
||||
(fp_circle (center 0 0) (end 8.5 0) (layer "F.CrtYd") (width 0.05) (fill none) (tstamp 422b10b9-e829-44a2-8808-05edd8cb3050))
|
||||
(pad "1" thru_hole circle (at 1.7 0.5) (size 1.8 1.8) (drill 1.3) (layers *.Cu *.Mask) (tstamp a1c7b1f5-f895-4192-9484-2357882c73e0))
|
||||
(pad "2" thru_hole circle (at 1.075 -1.45) (size 1.8 1.8) (drill 1.3) (layers *.Cu *.Mask) (tstamp 681bd495-c396-44ce-92bd-4b397cd48c04))
|
||||
(pad "3" thru_hole circle (at -1.7 0.5) (size 1.8 1.8) (drill 1.3) (layers *.Cu *.Mask) (tstamp be0953c0-632d-4dd2-85e9-4d41239f22d2))
|
||||
(pad "4" thru_hole circle (at -1.075 -1.45) (size 1.8 1.8) (drill 1.3) (layers *.Cu *.Mask) (tstamp a3668681-09b1-48f0-a7b1-f6b24183a469))
|
||||
(pad "5" thru_hole circle (at 6.25 0) (size 4 4) (drill 3) (layers *.Cu *.Mask) (tstamp 3451168c-3c76-4628-aee4-7c231bd100c3))
|
||||
(pad "5" thru_hole circle (at -6.25 0) (size 4 4) (drill 3) (layers *.Cu *.Mask) (tstamp 563c12e4-8f8c-446c-a11f-94f5aa93b994))
|
||||
(model "${KIPRJMOD}/FT_libraries/FaSTTUBe_connectors.pretty/3d_models/M8_718_4pin_vertical.stp"
|
||||
(offset (xyz 0 0 0.6))
|
||||
(scale (xyz 1 1 1))
|
||||
(rotate (xyz 90 90 90))
|
||||
)
|
||||
)
|
@ -1,42 +0,0 @@
|
||||
(footprint "Micro_Mate-N-Lok_2p_horizontal" (version 20211014) (generator pcbnew)
|
||||
(layer "F.Cu")
|
||||
(tedit 63617318)
|
||||
(attr smd)
|
||||
(fp_text reference "REF**" (at 0 -8.25 unlocked) (layer "F.SilkS")
|
||||
(effects (font (size 1 1) (thickness 0.15)))
|
||||
(tstamp 42713045-fffd-4b2d-ae1e-7232d705fb12)
|
||||
)
|
||||
(fp_text value "Micro_Mate-N-Lok_2p_horizontal" (at 0 1 unlocked) (layer "F.Fab")
|
||||
(effects (font (size 1 1) (thickness 0.15)))
|
||||
(tstamp c0515cd2-cdaa-467e-8354-0f6eadfa35c9)
|
||||
)
|
||||
(fp_text user "${REFERENCE}" (at 0 0 unlocked) (layer "F.Fab")
|
||||
(effects (font (size 1 1) (thickness 0.15)))
|
||||
(tstamp 1bf544e3-5940-4576-9291-2464e95c0ee2)
|
||||
)
|
||||
(fp_line (start -4 -4.5) (end -2.5 -4.5) (layer "F.SilkS") (width 0.12) (tstamp 2923d83c-3334-4b85-acfa-e9f2eb6f5eb5))
|
||||
(fp_line (start 4 4.75) (end 4 1.25) (layer "F.SilkS") (width 0.12) (tstamp 3836c63d-ca60-4e8e-a339-40980bdccc31))
|
||||
(fp_line (start -0.5 -4.5) (end 0.5 -4.5) (layer "F.SilkS") (width 0.12) (tstamp 5e066231-f8d2-43bf-bff3-80c6fb0c9c86))
|
||||
(fp_line (start -4 4.75) (end 4 4.75) (layer "F.SilkS") (width 0.12) (tstamp 638492c1-39c4-4e69-a3a1-232b324e5b21))
|
||||
(fp_line (start -4 -1.25) (end -4 -4.5) (layer "F.SilkS") (width 0.12) (tstamp 68d14432-223b-47bb-bd26-18873cfb3df2))
|
||||
(fp_line (start -4 -1.25) (end -5 -1.25) (layer "F.SilkS") (width 0.12) (tstamp 721eced1-7601-448b-b032-57ae840a5bc6))
|
||||
(fp_line (start -4 1.25) (end -4 4.75) (layer "F.SilkS") (width 0.12) (tstamp 75ada5c7-eed3-466b-a900-bb7cf3da6f9e))
|
||||
(fp_line (start 4 1.25) (end 5 1.25) (layer "F.SilkS") (width 0.12) (tstamp 8e73e860-7df5-47ee-9d85-a51cffff4073))
|
||||
(fp_line (start -5 1.25) (end -4 1.25) (layer "F.SilkS") (width 0.12) (tstamp 908ce94b-b837-4c84-b759-ec4fbb006eea))
|
||||
(fp_line (start 2.5 -4.5) (end 4 -4.5) (layer "F.SilkS") (width 0.12) (tstamp ba3030b2-37eb-4eb2-b7ee-c2f135251592))
|
||||
(fp_line (start 5 -1.25) (end 4 -1.25) (layer "F.SilkS") (width 0.12) (tstamp e7987f0c-e4c6-4aae-a5d6-e1cfea057719))
|
||||
(fp_line (start 4 -1.25) (end 4 -4.5) (layer "F.SilkS") (width 0.12) (tstamp f1084b0d-b992-4d4c-9074-1c148a908ad5))
|
||||
(fp_circle (center 5 -5.5) (end 5.5 -5.5) (layer "F.SilkS") (width 0.12) (fill solid) (tstamp 63489ebf-0f52-43a6-a0ab-158b1a7d4988))
|
||||
(fp_rect (start -7 -7) (end 7 4.75) (layer "F.CrtYd") (width 0.05) (fill none) (tstamp 312474c5-a081-4cd1-b2e6-730f0718514a))
|
||||
(fp_line (start 4.318 1.27) (end 5.08 1.27) (layer "F.Fab") (width 0.1) (tstamp c6462399-f2e4-4f1a-b34a-b49a04c8bdb9))
|
||||
(fp_line (start 4.318 1.778) (end 4.318 1.27) (layer "F.Fab") (width 0.1) (tstamp f284b1e2-75a4-4a3f-a5f4-6f05f15fb4f5))
|
||||
(pad "" smd roundrect (at -5.2 0) (size 3.43 1.65) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) (tstamp 1f3003e6-dce5-420f-906b-3f1e92b67249))
|
||||
(pad "" smd roundrect (at 5.2 0) (size 3.43 1.65) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) (tstamp 378af8b4-af3d-46e7-89ae-deff12ca9067))
|
||||
(pad "1" smd roundrect (at 1.5 -5.48) (size 1.27 2.92) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) (tstamp ebd06df3-d52b-4cff-99a2-a771df6d3733))
|
||||
(pad "2" smd roundrect (at -1.5 -5.48) (size 1.27 2.92) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) (tstamp 8c0807a7-765b-4fa5-baaa-e09a2b610e6b))
|
||||
(model "${KIPRJMOD}/FT_libraries/FaSTTUBe_connectors.pretty/3d_models/Micro_Mate-N-Lok_2p_horizontal.stp"
|
||||
(offset (xyz 0 -4.6 2.5))
|
||||
(scale (xyz 1 1 1))
|
||||
(rotate (xyz -90 0 0))
|
||||
)
|
||||
)
|
@ -1,42 +0,0 @@
|
||||
(footprint "Micro_Mate-N-Lok_2p_vertical" (version 20211014) (generator pcbnew)
|
||||
(layer "F.Cu")
|
||||
(tedit 63617323)
|
||||
(attr smd)
|
||||
(fp_text reference "REF**" (at 0 3.81 unlocked) (layer "F.SilkS")
|
||||
(effects (font (size 1 1) (thickness 0.15)))
|
||||
(tstamp 42713045-fffd-4b2d-ae1e-7232d705fb12)
|
||||
)
|
||||
(fp_text value "Micro_Mate-N-Lok_2p_vertical" (at 0 1 unlocked) (layer "F.Fab")
|
||||
(effects (font (size 1 1) (thickness 0.15)))
|
||||
(tstamp c0515cd2-cdaa-467e-8354-0f6eadfa35c9)
|
||||
)
|
||||
(fp_text user "${REFERENCE}" (at 0 0 unlocked) (layer "F.Fab")
|
||||
(effects (font (size 1 1) (thickness 0.15)))
|
||||
(tstamp 1bf544e3-5940-4576-9291-2464e95c0ee2)
|
||||
)
|
||||
(fp_line (start -0.5 -3.25) (end 0.5 -3.25) (layer "F.SilkS") (width 0.12) (tstamp 16b71e23-859c-4e16-8af1-5d30a5c2b726))
|
||||
(fp_line (start -3.75 2.54) (end 3.75 2.5) (layer "F.SilkS") (width 0.12) (tstamp 1afdd221-608b-420b-8eb2-861de263adb5))
|
||||
(fp_line (start -3.75 -2.5) (end -2.5 -2.5) (layer "F.SilkS") (width 0.12) (tstamp 3742a313-c63e-4807-a7bf-be5a0ae2c781))
|
||||
(fp_line (start -3.75 -1.25) (end -3.75 -2.5) (layer "F.SilkS") (width 0.12) (tstamp 5e27f565-c85a-4f3b-9862-58c0accdd5e3))
|
||||
(fp_line (start 3.75 1.25) (end 5 1.25) (layer "F.SilkS") (width 0.12) (tstamp 5e3106c4-aefe-4ef5-8aa8-6f8a9c16fe7d))
|
||||
(fp_line (start -3.75 1.25) (end -5 1.25) (layer "F.SilkS") (width 0.12) (tstamp 8c5a6fce-194d-4416-8856-cb66ff818319))
|
||||
(fp_line (start 3.75 -1.25) (end 5 -1.25) (layer "F.SilkS") (width 0.12) (tstamp 917603e2-441d-4888-a037-0b830871fafd))
|
||||
(fp_line (start 3.75 2.5) (end 3.75 1.25) (layer "F.SilkS") (width 0.12) (tstamp 9d7822b4-339e-43c0-b115-d4b16189cc93))
|
||||
(fp_line (start -3.75 -1.25) (end -5 -1.25) (layer "F.SilkS") (width 0.12) (tstamp a6e79250-4ea1-4a1f-b168-c1d347acb43a))
|
||||
(fp_line (start 3.75 -2.5) (end 2.5 -2.5) (layer "F.SilkS") (width 0.12) (tstamp b4e13e2a-b1f5-417e-8d80-b3e4cb5e5e55))
|
||||
(fp_line (start 3.75 -1.25) (end 3.75 -2.5) (layer "F.SilkS") (width 0.12) (tstamp d2fb2423-7bf4-4222-994d-25a9683eab67))
|
||||
(fp_line (start -3.75 1.25) (end -3.75 2.54) (layer "F.SilkS") (width 0.12) (tstamp ed74c2b7-a3ac-4886-84f5-377b5e1bbbfc))
|
||||
(fp_circle (center 4.75 -3.5) (end 5.25 -3.5) (layer "F.SilkS") (width 0.12) (fill solid) (tstamp 63489ebf-0f52-43a6-a0ab-158b1a7d4988))
|
||||
(fp_rect (start -7 -4.58) (end 7 2.54) (layer "F.CrtYd") (width 0.05) (fill none) (tstamp 312474c5-a081-4cd1-b2e6-730f0718514a))
|
||||
(fp_line (start 4.318 1.27) (end 5.08 1.27) (layer "F.Fab") (width 0.1) (tstamp c6462399-f2e4-4f1a-b34a-b49a04c8bdb9))
|
||||
(fp_line (start 4.318 1.778) (end 4.318 1.27) (layer "F.Fab") (width 0.1) (tstamp f284b1e2-75a4-4a3f-a5f4-6f05f15fb4f5))
|
||||
(pad "" smd roundrect (at -5.2 0) (size 3.43 1.65) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) (tstamp 1f3003e6-dce5-420f-906b-3f1e92b67249))
|
||||
(pad "" smd roundrect (at 5.2 0) (size 3.43 1.65) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) (tstamp 378af8b4-af3d-46e7-89ae-deff12ca9067))
|
||||
(pad "1" smd roundrect (at 1.5 -3.2) (size 1.27 2.54) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) (tstamp 8c0807a7-765b-4fa5-baaa-e09a2b610e6b))
|
||||
(pad "2" smd roundrect (at -1.5 -3.2) (size 1.27 2.54) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) (tstamp ebd06df3-d52b-4cff-99a2-a771df6d3733))
|
||||
(model "${KIPRJMOD}/FT_libraries/FaSTTUBe_connectors.pretty/3d_models/Micro_Mate-N-Lok_2p_vertical.stp"
|
||||
(offset (xyz 0 0 9.24))
|
||||
(scale (xyz 1 1 1))
|
||||
(rotate (xyz 0 0 180))
|
||||
)
|
||||
)
|
@ -1,44 +0,0 @@
|
||||
(footprint "Micro_Mate-N-Lok_3p_horizontal" (version 20211014) (generator pcbnew)
|
||||
(layer "F.Cu")
|
||||
(tedit 63617331)
|
||||
(attr smd)
|
||||
(fp_text reference "REF**" (at 0 -8.25 unlocked) (layer "F.SilkS")
|
||||
(effects (font (size 1 1) (thickness 0.15)))
|
||||
(tstamp 42713045-fffd-4b2d-ae1e-7232d705fb12)
|
||||
)
|
||||
(fp_text value "Micro_Mate-N-Lok_3p_horizontal" (at 0 1 unlocked) (layer "F.Fab")
|
||||
(effects (font (size 1 1) (thickness 0.15)))
|
||||
(tstamp c0515cd2-cdaa-467e-8354-0f6eadfa35c9)
|
||||
)
|
||||
(fp_text user "${REFERENCE}" (at 0 0 unlocked) (layer "F.Fab")
|
||||
(effects (font (size 1 1) (thickness 0.15)))
|
||||
(tstamp 1bf544e3-5940-4576-9291-2464e95c0ee2)
|
||||
)
|
||||
(fp_line (start -5.5 -4.5) (end -4 -4.5) (layer "F.SilkS") (width 0.12) (tstamp 2923d83c-3334-4b85-acfa-e9f2eb6f5eb5))
|
||||
(fp_line (start 5.5 4.75) (end 5.5 1.25) (layer "F.SilkS") (width 0.12) (tstamp 3836c63d-ca60-4e8e-a339-40980bdccc31))
|
||||
(fp_line (start -5.5 -1.25) (end -5.5 -4.5) (layer "F.SilkS") (width 0.12) (tstamp 68d14432-223b-47bb-bd26-18873cfb3df2))
|
||||
(fp_line (start -5.5 -1.25) (end -6.5 -1.25) (layer "F.SilkS") (width 0.12) (tstamp 721eced1-7601-448b-b032-57ae840a5bc6))
|
||||
(fp_line (start -5.5 1.25) (end -5.5 4.75) (layer "F.SilkS") (width 0.12) (tstamp 75ada5c7-eed3-466b-a900-bb7cf3da6f9e))
|
||||
(fp_line (start 1 -4.5) (end 2 -4.5) (layer "F.SilkS") (width 0.12) (tstamp 853b4aa5-bf64-4f10-b1c5-492731c47e3b))
|
||||
(fp_line (start 5.5 1.25) (end 6.5 1.25) (layer "F.SilkS") (width 0.12) (tstamp 8e73e860-7df5-47ee-9d85-a51cffff4073))
|
||||
(fp_line (start -6.5 1.25) (end -5.5 1.25) (layer "F.SilkS") (width 0.12) (tstamp 908ce94b-b837-4c84-b759-ec4fbb006eea))
|
||||
(fp_line (start 4 -4.5) (end 5.5 -4.5) (layer "F.SilkS") (width 0.12) (tstamp ba3030b2-37eb-4eb2-b7ee-c2f135251592))
|
||||
(fp_line (start -2 -4.5) (end -1 -4.5) (layer "F.SilkS") (width 0.12) (tstamp d0583253-7f1c-498c-afba-93bf9b28c781))
|
||||
(fp_line (start -5.5 4.75) (end 5.5 4.75) (layer "F.SilkS") (width 0.12) (tstamp d9b138bc-0203-4547-9bd8-5f8e532ba1ac))
|
||||
(fp_line (start 6.5 -1.25) (end 5.5 -1.25) (layer "F.SilkS") (width 0.12) (tstamp e7987f0c-e4c6-4aae-a5d6-e1cfea057719))
|
||||
(fp_line (start 5.5 -1.25) (end 5.5 -4.5) (layer "F.SilkS") (width 0.12) (tstamp f1084b0d-b992-4d4c-9074-1c148a908ad5))
|
||||
(fp_circle (center 6.25 -5.5) (end 6.75 -5.5) (layer "F.SilkS") (width 0.12) (fill solid) (tstamp 63489ebf-0f52-43a6-a0ab-158b1a7d4988))
|
||||
(fp_rect (start -8.5 -7) (end 8.5 4.75) (layer "F.CrtYd") (width 0.05) (fill none) (tstamp 312474c5-a081-4cd1-b2e6-730f0718514a))
|
||||
(fp_line (start 4.318 1.27) (end 5.08 1.27) (layer "F.Fab") (width 0.1) (tstamp c6462399-f2e4-4f1a-b34a-b49a04c8bdb9))
|
||||
(fp_line (start 4.318 1.778) (end 4.318 1.27) (layer "F.Fab") (width 0.1) (tstamp f284b1e2-75a4-4a3f-a5f4-6f05f15fb4f5))
|
||||
(pad "" smd roundrect (at -6.7 0) (size 3.43 1.65) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) (tstamp 1f3003e6-dce5-420f-906b-3f1e92b67249))
|
||||
(pad "" smd roundrect (at 6.7 0) (size 3.43 1.65) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) (tstamp 378af8b4-af3d-46e7-89ae-deff12ca9067))
|
||||
(pad "1" smd roundrect (at 3 -5.48) (size 1.27 2.92) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) (tstamp ebd06df3-d52b-4cff-99a2-a771df6d3733))
|
||||
(pad "2" smd roundrect (at 0 -5.48) (size 1.27 2.92) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) (tstamp 8c0807a7-765b-4fa5-baaa-e09a2b610e6b))
|
||||
(pad "3" smd roundrect (at -3 -5.48) (size 1.27 2.92) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) (tstamp 23e32b5c-4ca6-4614-a426-44d605a7d8fd))
|
||||
(model "${KIPRJMOD}/FT_libraries/FaSTTUBe_connectors.pretty/3d_models/Micro_Mate-N-Lok_3p_horizontal.stp"
|
||||
(offset (xyz 0 -4.6 2.5))
|
||||
(scale (xyz 1 1 1))
|
||||
(rotate (xyz -90 0 0))
|
||||
)
|
||||
)
|
@ -1,46 +0,0 @@
|
||||
(footprint "Micro_Mate-N-Lok_3p_vertical" (version 20211014) (generator pcbnew)
|
||||
(layer "F.Cu")
|
||||
(tedit 63617341)
|
||||
(attr smd)
|
||||
(fp_text reference "REF**" (at 0 3.81 unlocked) (layer "F.SilkS")
|
||||
(effects (font (size 1 1) (thickness 0.15)))
|
||||
(tstamp 42713045-fffd-4b2d-ae1e-7232d705fb12)
|
||||
)
|
||||
(fp_text value "Micro_Mate-N-Lok_3p_vertical" (at 0 1 unlocked) (layer "F.Fab")
|
||||
(effects (font (size 1 1) (thickness 0.15)))
|
||||
(tstamp c0515cd2-cdaa-467e-8354-0f6eadfa35c9)
|
||||
)
|
||||
(fp_text user "${REFERENCE}" (at 0 0 unlocked) (layer "F.Fab")
|
||||
(effects (font (size 1 1) (thickness 0.15)))
|
||||
(tstamp 1bf544e3-5940-4576-9291-2464e95c0ee2)
|
||||
)
|
||||
(fp_line (start 5.5 -2.5) (end 4 -2.5) (layer "F.SilkS") (width 0.12) (tstamp 0239a7dc-4f11-4dd5-9564-b10e3cb51ffa))
|
||||
(fp_line (start 1 -2.5) (end 2 -2.5) (layer "F.SilkS") (width 0.12) (tstamp 26b5b06d-6731-4f1d-a50f-a1a758285eac))
|
||||
(fp_line (start 5.5 2.5) (end 5.5 1.25) (layer "F.SilkS") (width 0.12) (tstamp 3836c63d-ca60-4e8e-a339-40980bdccc31))
|
||||
(fp_line (start -2 -2.5) (end -1 -2.5) (layer "F.SilkS") (width 0.12) (tstamp 466f8d1c-c448-4a97-87ec-4e94847952fc))
|
||||
(fp_line (start 1 -3) (end 1 -2.5) (layer "F.SilkS") (width 0.12) (tstamp 4925c46f-467c-40b3-95db-ef4df267cd8b))
|
||||
(fp_line (start -5.5 -1.25) (end -5.5 -2.5) (layer "F.SilkS") (width 0.12) (tstamp 68d14432-223b-47bb-bd26-18873cfb3df2))
|
||||
(fp_line (start -5.5 -1.25) (end -6.5 -1.25) (layer "F.SilkS") (width 0.12) (tstamp 721eced1-7601-448b-b032-57ae840a5bc6))
|
||||
(fp_line (start -5.5 1.25) (end -5.5 2.5) (layer "F.SilkS") (width 0.12) (tstamp 75ada5c7-eed3-466b-a900-bb7cf3da6f9e))
|
||||
(fp_line (start 5.5 1.25) (end 6.5 1.25) (layer "F.SilkS") (width 0.12) (tstamp 8e73e860-7df5-47ee-9d85-a51cffff4073))
|
||||
(fp_line (start -6.5 1.25) (end -5.5 1.25) (layer "F.SilkS") (width 0.12) (tstamp 908ce94b-b837-4c84-b759-ec4fbb006eea))
|
||||
(fp_line (start -1 -2.5) (end -1 -3) (layer "F.SilkS") (width 0.12) (tstamp 947acefe-ac33-4206-9de3-25b50b4731dd))
|
||||
(fp_line (start -5.5 2.5) (end 5.5 2.5) (layer "F.SilkS") (width 0.12) (tstamp d9b138bc-0203-4547-9bd8-5f8e532ba1ac))
|
||||
(fp_line (start 6.5 -1.25) (end 5.5 -1.25) (layer "F.SilkS") (width 0.12) (tstamp e7987f0c-e4c6-4aae-a5d6-e1cfea057719))
|
||||
(fp_line (start -5.5 -2.5) (end -4 -2.5) (layer "F.SilkS") (width 0.12) (tstamp ed2acee5-b6b0-4723-bb74-ad84b2a662e5))
|
||||
(fp_line (start 5.5 -1.25) (end 5.5 -2.5) (layer "F.SilkS") (width 0.12) (tstamp f1084b0d-b992-4d4c-9074-1c148a908ad5))
|
||||
(fp_circle (center 6.25 -3.5) (end 6.75 -3.5) (layer "F.SilkS") (width 0.12) (fill solid) (tstamp 63489ebf-0f52-43a6-a0ab-158b1a7d4988))
|
||||
(fp_rect (start -8.5 -4.5) (end 8.5 2.5) (layer "F.CrtYd") (width 0.05) (fill none) (tstamp 312474c5-a081-4cd1-b2e6-730f0718514a))
|
||||
(fp_line (start 4.318 1.27) (end 5.08 1.27) (layer "F.Fab") (width 0.1) (tstamp c6462399-f2e4-4f1a-b34a-b49a04c8bdb9))
|
||||
(fp_line (start 4.318 1.778) (end 4.318 1.27) (layer "F.Fab") (width 0.1) (tstamp f284b1e2-75a4-4a3f-a5f4-6f05f15fb4f5))
|
||||
(pad "" smd roundrect (at -6.7 0) (size 3.43 1.65) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) (tstamp 1f3003e6-dce5-420f-906b-3f1e92b67249))
|
||||
(pad "" smd roundrect (at 6.7 0) (size 3.43 1.65) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) (tstamp 378af8b4-af3d-46e7-89ae-deff12ca9067))
|
||||
(pad "1" smd roundrect (at 3 -3.2) (size 1.27 2.54) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) (tstamp 23e32b5c-4ca6-4614-a426-44d605a7d8fd))
|
||||
(pad "2" smd roundrect (at 0 -3.2) (size 1.27 2.54) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) (tstamp 8c0807a7-765b-4fa5-baaa-e09a2b610e6b))
|
||||
(pad "3" smd roundrect (at -3 -3.2) (size 1.27 2.54) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) (tstamp ebd06df3-d52b-4cff-99a2-a771df6d3733))
|
||||
(model "${KIPRJMOD}/FT_libraries/FaSTTUBe_connectors.pretty/3d_models/Micro_Mate-N-Lok_3p_vertical.stp"
|
||||
(offset (xyz 0 0 9.24))
|
||||
(scale (xyz 1 1 1))
|
||||
(rotate (xyz 0 0 180))
|
||||
)
|
||||
)
|
@ -1,35 +0,0 @@
|
||||
(footprint "Micro_Mate-N-Lok_4p_horizontal" (version 20211014) (generator pcbnew)
|
||||
(layer "F.Cu")
|
||||
(tedit 6222BBE8)
|
||||
(attr smd)
|
||||
(fp_text reference "REF**" (at 0 6) (layer "F.SilkS")
|
||||
(effects (font (size 1 1) (thickness 0.15)))
|
||||
(tstamp 28c42959-8e72-4709-83e0-fbb99eade23c)
|
||||
)
|
||||
(fp_text value "Micro_Mate-N-Lok_4p_horizontal" (at 0 -8) (layer "F.Fab")
|
||||
(effects (font (size 1 1) (thickness 0.15)))
|
||||
(tstamp 83616a1b-53cb-4bc4-bfc7-a340c75ffaa4)
|
||||
)
|
||||
(fp_line (start 7 -1.25) (end 7 -4.5) (layer "F.SilkS") (width 0.12) (tstamp 0f77f43f-3a88-4d2e-98b4-1d0b86a7bc90))
|
||||
(fp_line (start -3.5 -4.5) (end -2.5 -4.5) (layer "F.SilkS") (width 0.12) (tstamp 1b2cb8f7-8af3-444a-a537-e59bc9bc19b4))
|
||||
(fp_line (start 7 1.25) (end 8.25 1.25) (layer "F.SilkS") (width 0.12) (tstamp 23416e5d-9e80-4232-bc36-57f7ae89601a))
|
||||
(fp_line (start -7 4.75) (end 7 4.75) (layer "F.SilkS") (width 0.12) (tstamp 279041df-5701-40f8-b43b-c55f9f224924))
|
||||
(fp_line (start 2.5 -4.5) (end 3.5 -4.5) (layer "F.SilkS") (width 0.12) (tstamp 4c72f16d-8cd5-48da-94bc-78d9517b0075))
|
||||
(fp_line (start -7 -1.25) (end -7 -4.5) (layer "F.SilkS") (width 0.12) (tstamp 68d357fe-ef13-4a8c-b5b7-37c38f47c25e))
|
||||
(fp_line (start 8.25 -1.25) (end 7 -1.25) (layer "F.SilkS") (width 0.12) (tstamp b102087c-eb25-4b44-aa8b-3c782cbfd9bc))
|
||||
(fp_line (start -7 -4.5) (end -5.5 -4.5) (layer "F.SilkS") (width 0.12) (tstamp b5b9cc39-57c4-4b34-9753-47ab693cf9f1))
|
||||
(fp_line (start -8.25 1.25) (end -7 1.25) (layer "F.SilkS") (width 0.12) (tstamp ce87f310-f0ba-406a-b736-4ce38509611a))
|
||||
(fp_line (start -0.5 -4.5) (end 0.5 -4.5) (layer "F.SilkS") (width 0.12) (tstamp d92bbe04-d739-4545-819a-e5ee4b4b49b1))
|
||||
(fp_line (start 7 4.75) (end 7 1.25) (layer "F.SilkS") (width 0.12) (tstamp de13e0f2-e58c-4cc2-84c5-b6bd1aedd8ac))
|
||||
(fp_line (start -7 1.25) (end -7 4.75) (layer "F.SilkS") (width 0.12) (tstamp e10569ca-2487-43d7-a8dd-e670b1d7b741))
|
||||
(fp_line (start 7 -4.5) (end 5.5 -4.5) (layer "F.SilkS") (width 0.12) (tstamp e38d9802-657c-44db-bd21-c8ec795ba204))
|
||||
(fp_line (start -7 -1.25) (end -8.25 -1.25) (layer "F.SilkS") (width 0.12) (tstamp f47134a4-be82-4ad4-a1ad-bf72ff4ae546))
|
||||
(fp_circle (center 8.25 -5.5) (end 8.75 -5.5) (layer "F.SilkS") (width 0.12) (fill solid) (tstamp dd4a80cf-aed1-4f7b-aa49-7e5204dd2cc9))
|
||||
(fp_rect (start -10 -7) (end 10 4.75) (layer "Margin") (width 0.12) (fill none) (tstamp 2e955124-6939-410c-81be-086896fd0cd7))
|
||||
(pad "" smd roundrect (at -8.2 0) (size 3.43 1.65) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) (tstamp 5f7505cc-53a6-463b-b397-33ff845b1ac0))
|
||||
(pad "" smd roundrect (at 8.2 0) (size 3.43 1.65) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) (tstamp a1223b95-aa11-427a-b201-9190a86a68be))
|
||||
(pad "1" smd roundrect (at 4.5 -5.48) (size 1.27 2.92) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) (tstamp e7f989f7-95da-4be3-9e33-743523ae1ee0))
|
||||
(pad "2" smd roundrect (at 1.5 -5.48) (size 1.27 2.92) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) (tstamp 35e13391-5257-46f3-93a5-87ffd4e862a4))
|
||||
(pad "3" smd roundrect (at -1.5 -5.48) (size 1.27 2.92) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) (tstamp 8a3381a5-19d1-47f5-85b0-cf20b0f3bb61))
|
||||
(pad "4" smd roundrect (at -4.5 -5.48) (size 1.27 2.92) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) (tstamp cc93ecb4-fd7b-48b7-868d-89f294f07c27))
|
||||
)
|
@ -1,35 +0,0 @@
|
||||
(footprint "Micro_Mate-N-Lok_4p_vertical" (version 20211014) (generator pcbnew)
|
||||
(layer "F.Cu")
|
||||
(tedit 6222BBED)
|
||||
(attr smd)
|
||||
(fp_text reference "REF**" (at 0 6) (layer "F.SilkS")
|
||||
(effects (font (size 1 1) (thickness 0.15)))
|
||||
(tstamp 28c42959-8e72-4709-83e0-fbb99eade23c)
|
||||
)
|
||||
(fp_text value "Micro_Mate-N-Lok_4p_vertical" (at 0 -5.75) (layer "F.Fab")
|
||||
(effects (font (size 1 1) (thickness 0.15)))
|
||||
(tstamp 83616a1b-53cb-4bc4-bfc7-a340c75ffaa4)
|
||||
)
|
||||
(fp_line (start 7 2.5) (end 7 1.25) (layer "F.SilkS") (width 0.12) (tstamp 08f73a32-8b79-4586-8a34-9772d25ce1d2))
|
||||
(fp_line (start 7 1.25) (end 8.25 1.25) (layer "F.SilkS") (width 0.12) (tstamp 23416e5d-9e80-4232-bc36-57f7ae89601a))
|
||||
(fp_line (start 5.5 -2.5) (end 7 -2.5) (layer "F.SilkS") (width 0.12) (tstamp 6d0c9227-9fa4-4fdd-a7a1-f5cf102ac4cd))
|
||||
(fp_line (start -7 -1.25) (end -7 -2.5) (layer "F.SilkS") (width 0.12) (tstamp 7867b632-d2fd-4db9-9675-d8279a64bbd8))
|
||||
(fp_line (start -3.5 -2.5) (end -2.5 -2.5) (layer "F.SilkS") (width 0.12) (tstamp 9264500c-9af3-4dc7-9fd6-bcf2403182e5))
|
||||
(fp_line (start -7 -2.5) (end -5.5 -2.5) (layer "F.SilkS") (width 0.12) (tstamp 9d599c6e-ce87-40a6-8808-1c09f41e6d87))
|
||||
(fp_line (start -0.5 -3.25) (end 0.5 -3.25) (layer "F.SilkS") (width 0.12) (tstamp 9eb142f5-c818-4799-9b6e-f56193c12346))
|
||||
(fp_line (start 8.25 -1.25) (end 7 -1.25) (layer "F.SilkS") (width 0.12) (tstamp b102087c-eb25-4b44-aa8b-3c782cbfd9bc))
|
||||
(fp_line (start -7 2.5) (end 7 2.5) (layer "F.SilkS") (width 0.12) (tstamp c48a8f6a-aabd-46bb-b189-6c52e59ce28e))
|
||||
(fp_line (start 7 -2.5) (end 7 -1.25) (layer "F.SilkS") (width 0.12) (tstamp ca04d088-9d6e-44be-a42b-87756ac6b0e4))
|
||||
(fp_line (start -8.25 1.25) (end -7 1.25) (layer "F.SilkS") (width 0.12) (tstamp ce87f310-f0ba-406a-b736-4ce38509611a))
|
||||
(fp_line (start -7 1.25) (end -7 2.5) (layer "F.SilkS") (width 0.12) (tstamp f2227206-4c84-434c-b85d-b3d50163b425))
|
||||
(fp_line (start -7 -1.25) (end -8.25 -1.25) (layer "F.SilkS") (width 0.12) (tstamp f47134a4-be82-4ad4-a1ad-bf72ff4ae546))
|
||||
(fp_line (start 2.5 -2.5) (end 3.5 -2.5) (layer "F.SilkS") (width 0.12) (tstamp f744641e-4674-436f-97f8-bda7558362c2))
|
||||
(fp_circle (center 8 -3.5) (end 8.5 -3.5) (layer "F.SilkS") (width 0.12) (fill solid) (tstamp 89197813-1f34-412e-b0f2-543175929a5d))
|
||||
(fp_rect (start -10 -4.75) (end 10 2.5) (layer "Margin") (width 0.12) (fill none) (tstamp 2e955124-6939-410c-81be-086896fd0cd7))
|
||||
(pad "" smd roundrect (at -8.2 0) (size 3.43 1.65) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) (tstamp 5f7505cc-53a6-463b-b397-33ff845b1ac0))
|
||||
(pad "" smd roundrect (at 8.2 0) (size 3.43 1.65) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) (tstamp a1223b95-aa11-427a-b201-9190a86a68be))
|
||||
(pad "1" smd roundrect (at 4.5 -3.2) (size 1.27 2.54) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) (tstamp e7f989f7-95da-4be3-9e33-743523ae1ee0))
|
||||
(pad "2" smd roundrect (at 1.5 -3.2) (size 1.27 2.54) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) (tstamp 35e13391-5257-46f3-93a5-87ffd4e862a4))
|
||||
(pad "3" smd roundrect (at -1.5 -3.2) (size 1.27 2.54) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) (tstamp 8a3381a5-19d1-47f5-85b0-cf20b0f3bb61))
|
||||
(pad "4" smd roundrect (at -4.5 -3.2) (size 1.27 2.54) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) (tstamp cc93ecb4-fd7b-48b7-868d-89f294f07c27))
|
||||
)
|
@ -1,37 +0,0 @@
|
||||
(footprint "Micro_Mate-N-Lok_5p_horizontal" (version 20211014) (generator pcbnew)
|
||||
(layer "F.Cu")
|
||||
(tedit 6222BCDB)
|
||||
(attr smd)
|
||||
(fp_text reference "REF**" (at 0 6) (layer "F.SilkS")
|
||||
(effects (font (size 1 1) (thickness 0.15)))
|
||||
(tstamp 28c42959-8e72-4709-83e0-fbb99eade23c)
|
||||
)
|
||||
(fp_text value "Micro_Mate-N-Lok_5p_horizontal" (at 0 -8) (layer "F.Fab")
|
||||
(effects (font (size 1 1) (thickness 0.15)))
|
||||
(tstamp 83616a1b-53cb-4bc4-bfc7-a340c75ffaa4)
|
||||
)
|
||||
(fp_line (start 1 -4.5) (end 2 -4.5) (layer "F.SilkS") (width 0.12) (tstamp 0c2378e7-98b6-4341-a606-7013471a0b87))
|
||||
(fp_line (start 8.5 -1.25) (end 8.5 -4.5) (layer "F.SilkS") (width 0.12) (tstamp 0f77f43f-3a88-4d2e-98b4-1d0b86a7bc90))
|
||||
(fp_line (start -2 -4.5) (end -1 -4.5) (layer "F.SilkS") (width 0.12) (tstamp 1009eeb8-4be8-49ff-871d-1e30079ffe54))
|
||||
(fp_line (start 8.5 1.25) (end 9.75 1.25) (layer "F.SilkS") (width 0.12) (tstamp 23416e5d-9e80-4232-bc36-57f7ae89601a))
|
||||
(fp_line (start -8.5 4.75) (end 8.5 4.75) (layer "F.SilkS") (width 0.12) (tstamp 279041df-5701-40f8-b43b-c55f9f224924))
|
||||
(fp_line (start -8.5 -1.25) (end -8.5 -4.5) (layer "F.SilkS") (width 0.12) (tstamp 68d357fe-ef13-4a8c-b5b7-37c38f47c25e))
|
||||
(fp_line (start 4 -4.5) (end 5 -4.5) (layer "F.SilkS") (width 0.12) (tstamp 706b9dd2-3531-464e-accb-a6626ab67dbc))
|
||||
(fp_line (start 7 -4.5) (end 8.5 -4.5) (layer "F.SilkS") (width 0.12) (tstamp 84172753-dc4b-4e2f-8009-fedcb93b8b2e))
|
||||
(fp_line (start -5 -4.5) (end -4 -4.5) (layer "F.SilkS") (width 0.12) (tstamp afc5f493-e4c7-4a7e-91ca-7829b912a44e))
|
||||
(fp_line (start 9.75 -1.25) (end 8.5 -1.25) (layer "F.SilkS") (width 0.12) (tstamp b102087c-eb25-4b44-aa8b-3c782cbfd9bc))
|
||||
(fp_line (start -8.5 -4.5) (end -7 -4.5) (layer "F.SilkS") (width 0.12) (tstamp b5b9cc39-57c4-4b34-9753-47ab693cf9f1))
|
||||
(fp_line (start -9.75 1.25) (end -8.5 1.25) (layer "F.SilkS") (width 0.12) (tstamp ce87f310-f0ba-406a-b736-4ce38509611a))
|
||||
(fp_line (start 8.5 4.75) (end 8.5 1.25) (layer "F.SilkS") (width 0.12) (tstamp de13e0f2-e58c-4cc2-84c5-b6bd1aedd8ac))
|
||||
(fp_line (start -8.5 1.25) (end -8.5 4.75) (layer "F.SilkS") (width 0.12) (tstamp e10569ca-2487-43d7-a8dd-e670b1d7b741))
|
||||
(fp_line (start -8.5 -1.25) (end -9.75 -1.25) (layer "F.SilkS") (width 0.12) (tstamp f47134a4-be82-4ad4-a1ad-bf72ff4ae546))
|
||||
(fp_circle (center 9.5 -5.5) (end 10 -5.5) (layer "F.SilkS") (width 0.12) (fill solid) (tstamp dd4a80cf-aed1-4f7b-aa49-7e5204dd2cc9))
|
||||
(fp_rect (start -11.5 -7) (end 11.5 4.75) (layer "Margin") (width 0.12) (fill none) (tstamp 2e955124-6939-410c-81be-086896fd0cd7))
|
||||
(pad "" smd roundrect (at -9.7 0) (size 3.43 1.65) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) (tstamp 5f7505cc-53a6-463b-b397-33ff845b1ac0))
|
||||
(pad "" smd roundrect (at 9.7 0) (size 3.43 1.65) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) (tstamp a1223b95-aa11-427a-b201-9190a86a68be))
|
||||
(pad "1" smd roundrect (at 6 -5.48) (size 1.27 2.92) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) (tstamp e7f989f7-95da-4be3-9e33-743523ae1ee0))
|
||||
(pad "2" smd roundrect (at 3 -5.48) (size 1.27 2.92) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) (tstamp 35e13391-5257-46f3-93a5-87ffd4e862a4))
|
||||
(pad "3" smd roundrect (at 0 -5.48) (size 1.27 2.92) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) (tstamp 8a3381a5-19d1-47f5-85b0-cf20b0f3bb61))
|
||||
(pad "4" smd roundrect (at -3 -5.48) (size 1.27 2.92) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) (tstamp cc93ecb4-fd7b-48b7-868d-89f294f07c27))
|
||||
(pad "5" smd roundrect (at -6 -5.48) (size 1.27 2.92) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) (tstamp e8d050f3-37eb-408d-9e54-fd52bfb37550))
|
||||
)
|
@ -1,527 +0,0 @@
|
||||
(kicad_symbol_lib (version 20211014) (generator kicad_symbol_editor)
|
||||
(symbol "FTLogo_big" (in_bom yes) (on_board yes)
|
||||
(property "Reference" "#Logo" (id 0) (at 0 3.81 0)
|
||||
(effects (font (size 1.27 1.27)) hide)
|
||||
)
|
||||
(property "Value" "FTLogo_big" (id 1) (at 0 -3.81 0)
|
||||
(effects (font (size 1.27 1.27)))
|
||||
)
|
||||
(property "Footprint" "FaSTTUBe_logos:FTLogo_big" (id 2) (at 0 -6.35 0)
|
||||
(effects (font (size 1.27 1.27)) hide)
|
||||
)
|
||||
(property "Datasheet" "" (id 3) (at 0 0 0)
|
||||
(effects (font (size 1.27 1.27)) hide)
|
||||
)
|
||||
(symbol "FTLogo_big_0_0"
|
||||
(text "Logo" (at 0 0 0)
|
||||
(effects (font (size 1.27 1.27)))
|
||||
)
|
||||
)
|
||||
(symbol "FTLogo_big_0_1"
|
||||
(rectangle (start -6.35 2.54) (end 6.35 -2.54)
|
||||
(stroke (width 0.254) (type default) (color 0 0 0 0))
|
||||
(fill (type background))
|
||||
)
|
||||
)
|
||||
)
|
||||
(symbol "FTLogo_med" (extends "FTLogo_big")
|
||||
(property "Reference" "#Logo" (id 0) (at 0 3.81 0)
|
||||
(effects (font (size 1.27 1.27)) hide)
|
||||
)
|
||||
(property "Value" "FTLogo_med" (id 1) (at 0 -3.81 0)
|
||||
(effects (font (size 1.27 1.27)))
|
||||
)
|
||||
(property "Footprint" "FaSTTUBe_logos:FTLogo_medium" (id 2) (at 0 -3.81 0)
|
||||
(effects (font (size 1.27 1.27)) hide)
|
||||
)
|
||||
(property "Datasheet" "" (id 3) (at 0 0 0)
|
||||
(effects (font (size 1.27 1.27)) hide)
|
||||
)
|
||||
)
|
||||
(symbol "FTLogo_small" (extends "FTLogo_big")
|
||||
(property "Reference" "#Logo" (id 0) (at 0 3.81 0)
|
||||
(effects (font (size 1.27 1.27)) hide)
|
||||
)
|
||||
(property "Value" "FTLogo_small" (id 1) (at 0 -3.81 0)
|
||||
(effects (font (size 1.27 1.27)))
|
||||
)
|
||||
(property "Footprint" "FaSTTUBe_logos:FTLogo_small" (id 2) (at 0 -3.81 0)
|
||||
(effects (font (size 1.27 1.27)) hide)
|
||||
)
|
||||
(property "Datasheet" "" (id 3) (at 0 0 0)
|
||||
(effects (font (size 1.27 1.27)) hide)
|
||||
)
|
||||
)
|
||||
(symbol "LeitOn_big" (extends "FTLogo_big")
|
||||
(property "Reference" "#Logo" (id 0) (at 0 3.81 0)
|
||||
(effects (font (size 1.27 1.27)) hide)
|
||||
)
|
||||
(property "Value" "LeitOn_big" (id 1) (at 0 -3.81 0)
|
||||
(effects (font (size 1.27 1.27)))
|
||||
)
|
||||
(property "Footprint" "FaSTTUBe_logos:LeitOn_big" (id 2) (at 0 -3.81 0)
|
||||
(effects (font (size 1.27 1.27)) hide)
|
||||
)
|
||||
(property "Datasheet" "" (id 3) (at 0 0 0)
|
||||
(effects (font (size 1.27 1.27)) hide)
|
||||
)
|
||||
)
|
||||
(symbol "LeitOn_med" (extends "FTLogo_big")
|
||||
(property "Reference" "#Logo" (id 0) (at 0 3.81 0)
|
||||
(effects (font (size 1.27 1.27)) hide)
|
||||
)
|
||||
(property "Value" "LeitOn_med" (id 1) (at 0 -3.81 0)
|
||||
(effects (font (size 1.27 1.27)))
|
||||
)
|
||||
(property "Footprint" "FaSTTUBe_logos:LeitOn_medium" (id 2) (at 0 -3.81 0)
|
||||
(effects (font (size 1.27 1.27)) hide)
|
||||
)
|
||||
(property "Datasheet" "" (id 3) (at 0 0 0)
|
||||
(effects (font (size 1.27 1.27)) hide)
|
||||
)
|
||||
)
|
||||
(symbol "LeitOn_small" (extends "FTLogo_big")
|
||||
(property "Reference" "#Logo" (id 0) (at 0 3.81 0)
|
||||
(effects (font (size 1.27 1.27)) hide)
|
||||
)
|
||||
(property "Value" "LeitOn_small" (id 1) (at 0 -3.81 0)
|
||||
(effects (font (size 1.27 1.27)))
|
||||
)
|
||||
(property "Footprint" "FaSTTUBe_logos:LeitOn_small" (id 2) (at 0 -3.81 0)
|
||||
(effects (font (size 1.27 1.27)) hide)
|
||||
)
|
||||
(property "Datasheet" "" (id 3) (at 0 0 0)
|
||||
(effects (font (size 1.27 1.27)) hide)
|
||||
)
|
||||
)
|
||||
(symbol "HV-Symbol" (pin_names (offset 1.016)) (in_bom yes) (on_board yes)
|
||||
(property "Reference" "#Logo" (id 0) (at 0 8.1348 0)
|
||||
(effects (font (size 1.27 1.27)) hide)
|
||||
)
|
||||
(property "Value" "HV-Symbol" (id 1) (at 0 -10.16 0)
|
||||
(effects (font (size 1.27 1.27)))
|
||||
)
|
||||
(property "Footprint" "FaSTTUBe_logos:HV-Warning" (id 2) (at 0 0 0)
|
||||
(effects (font (size 1.27 1.27)) hide)
|
||||
)
|
||||
(property "Datasheet" "" (id 3) (at 0 0 0)
|
||||
(effects (font (size 1.27 1.27)) hide)
|
||||
)
|
||||
(symbol "HV-Symbol_0_0"
|
||||
(polyline
|
||||
(pts
|
||||
(xy -0.4892 -6.6071)
|
||||
(xy -0.4759 -6.591)
|
||||
(xy -0.4273 -6.5255)
|
||||
(xy -0.3518 -6.4196)
|
||||
(xy -0.2542 -6.2805)
|
||||
(xy -0.1394 -6.1154)
|
||||
(xy -0.0124 -5.9317)
|
||||
(xy 0.1219 -5.7364)
|
||||
(xy 0.2585 -5.5367)
|
||||
(xy 0.3925 -5.34)
|
||||
(xy 0.5191 -5.1533)
|
||||
(xy 0.6332 -4.984)
|
||||
(xy 0.73 -4.8391)
|
||||
(xy 0.8045 -4.726)
|
||||
(xy 0.8518 -4.6518)
|
||||
(xy 0.8669 -4.6238)
|
||||
(xy 0.8391 -4.6326)
|
||||
(xy 0.7671 -4.6703)
|
||||
(xy 0.6626 -4.7309)
|
||||
(xy 0.537 -4.8081)
|
||||
(xy 0.4195 -4.881)
|
||||
(xy 0.3146 -4.9437)
|
||||
(xy 0.2421 -4.9843)
|
||||
(xy 0.2131 -4.9963)
|
||||
(xy 0.2151 -4.9851)
|
||||
(xy 0.2315 -4.9189)
|
||||
(xy 0.2631 -4.7973)
|
||||
(xy 0.3086 -4.6249)
|
||||
(xy 0.3669 -4.4065)
|
||||
(xy 0.4366 -4.1466)
|
||||
(xy 0.5165 -3.8499)
|
||||
(xy 0.6054 -3.521)
|
||||
(xy 0.702 -3.1645)
|
||||
(xy 0.8051 -2.7851)
|
||||
(xy 0.9135 -2.3873)
|
||||
(xy 0.9755 -2.1599)
|
||||
(xy 1.0812 -1.7709)
|
||||
(xy 1.1809 -1.4024)
|
||||
(xy 1.2735 -1.059)
|
||||
(xy 1.3576 -0.7454)
|
||||
(xy 1.432 -0.4663)
|
||||
(xy 1.4955 -0.2264)
|
||||
(xy 1.5468 -0.0304)
|
||||
(xy 1.5847 0.1171)
|
||||
(xy 1.6079 0.2112)
|
||||
(xy 1.6151 0.2474)
|
||||
(xy 1.6 0.2451)
|
||||
(xy 1.5342 0.2168)
|
||||
(xy 1.4215 0.1619)
|
||||
(xy 1.2678 0.0834)
|
||||
(xy 1.0788 -0.0157)
|
||||
(xy 0.8602 -0.1324)
|
||||
(xy 0.6178 -0.2637)
|
||||
(xy 0.3573 -0.4066)
|
||||
(xy 0.1726 -0.5084)
|
||||
(xy -0.0763 -0.6449)
|
||||
(xy -0.3032 -0.7687)
|
||||
(xy -0.5023 -0.8766)
|
||||
(xy -0.6678 -0.9654)
|
||||
(xy -0.7938 -1.0321)
|
||||
(xy -0.8747 -1.0735)
|
||||
(xy -0.9046 -1.0865)
|
||||
(xy -0.8996 -1.0709)
|
||||
(xy -0.8714 -1.0014)
|
||||
(xy -0.8205 -0.8806)
|
||||
(xy -0.7488 -0.7135)
|
||||
(xy -0.6586 -0.5046)
|
||||
(xy -0.5517 -0.2589)
|
||||
(xy -0.4304 0.0188)
|
||||
(xy -0.2967 0.3239)
|
||||
(xy -0.1526 0.6514)
|
||||
(xy -0.0003 0.9967)
|
||||
(xy 0.1049 1.235)
|
||||
(xy 0.253 1.5703)
|
||||
(xy 0.3921 1.8852)
|
||||
(xy 0.52 2.175)
|
||||
(xy 0.6346 2.4347)
|
||||
(xy 0.7337 2.6594)
|
||||
(xy 0.8152 2.8442)
|
||||
(xy 0.8769 2.9843)
|
||||
(xy 0.9167 3.0747)
|
||||
(xy 0.9323 3.1106)
|
||||
(xy 0.9309 3.1196)
|
||||
(xy 0.9051 3.1304)
|
||||
(xy 0.8453 3.1382)
|
||||
(xy 0.7454 3.1431)
|
||||
(xy 0.599 3.1453)
|
||||
(xy 0.4001 3.1453)
|
||||
(xy 0.1424 3.1431)
|
||||
(xy -0.6646 3.1344)
|
||||
(xy -1.4846 0.343)
|
||||
(xy -1.6044 -0.0656)
|
||||
(xy -1.7195 -0.4592)
|
||||
(xy -1.8277 -0.8304)
|
||||
(xy -1.9277 -1.1747)
|
||||
(xy -2.0183 -1.4878)
|
||||
(xy -2.0981 -1.7651)
|
||||
(xy -2.166 -2.0023)
|
||||
(xy -2.2206 -2.195)
|
||||
(xy -2.2606 -2.3386)
|
||||
(xy -2.2848 -2.4288)
|
||||
(xy -2.2919 -2.4611)
|
||||
(xy -2.286 -2.4597)
|
||||
(xy -2.2336 -2.4367)
|
||||
(xy -2.1322 -2.388)
|
||||
(xy -1.988 -2.3167)
|
||||
(xy -1.807 -2.2259)
|
||||
(xy -1.5954 -2.1186)
|
||||
(xy -1.3593 -1.998)
|
||||
(xy -1.1049 -1.867)
|
||||
(xy -0.9986 -1.8122)
|
||||
(xy -0.7512 -1.6851)
|
||||
(xy -0.5248 -1.5695)
|
||||
(xy -0.3256 -1.4685)
|
||||
(xy -0.1595 -1.3851)
|
||||
(xy -0.0328 -1.3225)
|
||||
(xy 0.0485 -1.2837)
|
||||
(xy 0.0782 -1.2717)
|
||||
(xy 0.0786 -1.2748)
|
||||
(xy 0.0749 -1.3248)
|
||||
(xy 0.063 -1.4299)
|
||||
(xy 0.0441 -1.5831)
|
||||
(xy 0.0189 -1.7774)
|
||||
(xy -0.0114 -2.0057)
|
||||
(xy -0.0458 -2.261)
|
||||
(xy -0.0835 -2.5363)
|
||||
(xy -0.1233 -2.8245)
|
||||
(xy -0.1644 -3.1186)
|
||||
(xy -0.2057 -3.4116)
|
||||
(xy -0.2463 -3.6965)
|
||||
(xy -0.2851 -3.9662)
|
||||
(xy -0.3212 -4.2137)
|
||||
(xy -0.3535 -4.432)
|
||||
(xy -0.3812 -4.614)
|
||||
(xy -0.4032 -4.7527)
|
||||
(xy -0.4186 -4.8411)
|
||||
(xy -0.4263 -4.8721)
|
||||
(xy -0.4486 -4.8511)
|
||||
(xy -0.4999 -4.7857)
|
||||
(xy -0.5714 -4.6867)
|
||||
(xy -0.6549 -4.5646)
|
||||
(xy -0.7311 -4.4535)
|
||||
(xy -0.805 -4.3514)
|
||||
(xy -0.8599 -4.282)
|
||||
(xy -0.8876 -4.2561)
|
||||
(xy -0.9014 -4.2806)
|
||||
(xy -0.8968 -4.3443)
|
||||
(xy -0.8924 -4.369)
|
||||
(xy -0.8778 -4.4566)
|
||||
(xy -0.8553 -4.5949)
|
||||
(xy -0.8262 -4.7758)
|
||||
(xy -0.792 -4.9906)
|
||||
(xy -0.7538 -5.2313)
|
||||
(xy -0.7132 -5.4892)
|
||||
(xy -0.6874 -5.6524)
|
||||
(xy -0.6486 -5.8965)
|
||||
(xy -0.6132 -6.1162)
|
||||
(xy -0.5826 -6.3034)
|
||||
(xy -0.558 -6.4502)
|
||||
(xy -0.5409 -6.5487)
|
||||
(xy -0.5324 -6.5909)
|
||||
(xy -0.521 -6.6112)
|
||||
(xy -0.4892 -6.6071)
|
||||
)
|
||||
(stroke (width 0.01) (type default) (color 0 0 0 0))
|
||||
(fill (type outline))
|
||||
)
|
||||
(polyline
|
||||
(pts
|
||||
(xy -0.7512 -8.4995)
|
||||
(xy 0.0488 -8.4991)
|
||||
(xy 9.3708 -8.4937)
|
||||
(xy 9.4936 -8.4173)
|
||||
(xy 9.5205 -8.3994)
|
||||
(xy 9.6443 -8.2757)
|
||||
(xy 9.7185 -8.1228)
|
||||
(xy 9.7386 -7.9548)
|
||||
(xy 9.6999 -7.7862)
|
||||
(xy 9.6933 -7.7735)
|
||||
(xy 9.6567 -7.7077)
|
||||
(xy 9.5896 -7.5892)
|
||||
(xy 9.4933 -7.4203)
|
||||
(xy 9.3691 -7.2031)
|
||||
(xy 9.2184 -6.9399)
|
||||
(xy 9.0425 -6.6332)
|
||||
(xy 8.8426 -6.285)
|
||||
(xy 8.6201 -5.8977)
|
||||
(xy 8.3763 -5.4736)
|
||||
(xy 8.1124 -5.015)
|
||||
(xy 7.8299 -4.524)
|
||||
(xy 7.53 -4.0031)
|
||||
(xy 7.2139 -3.4544)
|
||||
(xy 6.8831 -2.8803)
|
||||
(xy 6.5389 -2.283)
|
||||
(xy 6.1825 -1.6649)
|
||||
(xy 5.8152 -1.028)
|
||||
(xy 5.4384 -0.3749)
|
||||
(xy 5.0534 0.2924)
|
||||
(xy 4.7596 0.8012)
|
||||
(xy 4.2896 1.615)
|
||||
(xy 3.843 2.3874)
|
||||
(xy 3.4206 3.1175)
|
||||
(xy 3.0228 3.8044)
|
||||
(xy 2.6502 4.447)
|
||||
(xy 2.3033 5.0445)
|
||||
(xy 1.9827 5.5959)
|
||||
(xy 1.6889 6.1003)
|
||||
(xy 1.4225 6.5568)
|
||||
(xy 1.184 6.9643)
|
||||
(xy 0.9739 7.3221)
|
||||
(xy 0.7929 7.6291)
|
||||
(xy 0.6414 7.8844)
|
||||
(xy 0.52 8.0871)
|
||||
(xy 0.4293 8.2362)
|
||||
(xy 0.3697 8.3308)
|
||||
(xy 0.3419 8.37)
|
||||
(xy 0.2962 8.4088)
|
||||
(xy 0.1437 8.4869)
|
||||
(xy -0.0205 8.5068)
|
||||
(xy -0.1836 8.4683)
|
||||
(xy -0.3328 8.3714)
|
||||
(xy -0.3337 8.3705)
|
||||
(xy -0.3625 8.329)
|
||||
(xy -0.4218 8.2342)
|
||||
(xy -0.5102 8.0888)
|
||||
(xy -0.626 7.8955)
|
||||
(xy -0.7675 7.657)
|
||||
(xy -0.9334 7.3761)
|
||||
(xy -1.1219 7.0555)
|
||||
(xy -1.3314 6.698)
|
||||
(xy -1.5605 6.3063)
|
||||
(xy -1.8075 5.8832)
|
||||
(xy -2.0709 5.4313)
|
||||
(xy -2.349 4.9534)
|
||||
(xy -2.6402 4.4523)
|
||||
(xy -2.9431 3.9307)
|
||||
(xy -3.256 3.3913)
|
||||
(xy -3.5774 2.8369)
|
||||
(xy -3.9055 2.2702)
|
||||
(xy -4.239 1.6939)
|
||||
(xy -4.5762 1.1108)
|
||||
(xy -4.9154 0.5236)
|
||||
(xy -5.2553 -0.0649)
|
||||
(xy -5.594 -0.6521)
|
||||
(xy -5.9301 -1.2351)
|
||||
(xy -6.2621 -1.8112)
|
||||
(xy -6.5882 -2.3777)
|
||||
(xy -6.9069 -2.9319)
|
||||
(xy -7.2167 -3.471)
|
||||
(xy -7.516 -3.9923)
|
||||
(xy -7.8032 -4.493)
|
||||
(xy -8.0766 -4.9704)
|
||||
(xy -8.3348 -5.4218)
|
||||
(xy -8.5761 -5.8444)
|
||||
(xy -8.799 -6.2355)
|
||||
(xy -9.0019 -6.5924)
|
||||
(xy -9.1832 -6.9122)
|
||||
(xy -9.3412 -7.1924)
|
||||
(xy -9.4624 -7.4082)
|
||||
(xy -8.2772 -7.4082)
|
||||
(xy -8.2597 -7.3762)
|
||||
(xy -8.2115 -7.291)
|
||||
(xy -8.1342 -7.1555)
|
||||
(xy -8.0294 -6.9726)
|
||||
(xy -7.8989 -6.7452)
|
||||
(xy -7.7442 -6.4761)
|
||||
(xy -7.5671 -6.1683)
|
||||
(xy -7.3692 -5.8245)
|
||||
(xy -7.1521 -5.4478)
|
||||
(xy -6.9176 -5.041)
|
||||
(xy -6.6673 -4.6069)
|
||||
(xy -6.4029 -4.1484)
|
||||
(xy -6.1259 -3.6685)
|
||||
(xy -5.8382 -3.1699)
|
||||
(xy -5.5414 -2.6556)
|
||||
(xy -5.237 -2.1285)
|
||||
(xy -4.9268 -1.5914)
|
||||
(xy -4.6125 -1.0472)
|
||||
(xy -4.2957 -0.4988)
|
||||
(xy -3.9781 0.0509)
|
||||
(xy -3.6613 0.599)
|
||||
(xy -3.347 1.1428)
|
||||
(xy -3.0369 1.6792)
|
||||
(xy -2.7327 2.2054)
|
||||
(xy -2.4359 2.7185)
|
||||
(xy -2.1483 3.2157)
|
||||
(xy -1.8715 3.6941)
|
||||
(xy -1.6072 4.1507)
|
||||
(xy -1.357 4.5828)
|
||||
(xy -1.1227 4.9874)
|
||||
(xy -0.9058 5.3616)
|
||||
(xy -0.7081 5.7026)
|
||||
(xy -0.5312 6.0075)
|
||||
(xy -0.3768 6.2734)
|
||||
(xy -0.2465 6.4974)
|
||||
(xy -0.142 6.6766)
|
||||
(xy -0.065 6.8083)
|
||||
(xy -0.0171 6.8894)
|
||||
(xy 0 6.9171)
|
||||
(xy 0.0002 6.917)
|
||||
(xy 0.0191 6.8867)
|
||||
(xy 0.0688 6.803)
|
||||
(xy 0.1474 6.669)
|
||||
(xy 0.2535 6.4875)
|
||||
(xy 0.3853 6.2614)
|
||||
(xy 0.5411 5.9935)
|
||||
(xy 0.7192 5.6868)
|
||||
(xy 0.9181 5.3441)
|
||||
(xy 1.1361 4.9683)
|
||||
(xy 1.3714 4.5623)
|
||||
(xy 1.6225 4.129)
|
||||
(xy 1.8876 3.6712)
|
||||
(xy 2.1651 3.1917)
|
||||
(xy 2.4534 2.6936)
|
||||
(xy 2.7507 2.1797)
|
||||
(xy 3.0554 1.6528)
|
||||
(xy 3.3659 1.1159)
|
||||
(xy 3.6804 0.5717)
|
||||
(xy 3.9974 0.0233)
|
||||
(xy 4.3151 -0.5266)
|
||||
(xy 4.632 -1.0751)
|
||||
(xy 4.9462 -1.6192)
|
||||
(xy 5.2562 -2.1561)
|
||||
(xy 5.5603 -2.6829)
|
||||
(xy 5.8568 -3.1968)
|
||||
(xy 6.1442 -3.6948)
|
||||
(xy 6.4206 -4.1741)
|
||||
(xy 6.6844 -4.6318)
|
||||
(xy 6.9341 -5.065)
|
||||
(xy 7.1679 -5.4708)
|
||||
(xy 7.3841 -5.8465)
|
||||
(xy 7.5811 -6.189)
|
||||
(xy 7.7572 -6.4955)
|
||||
(xy 7.9109 -6.7631)
|
||||
(xy 8.0403 -6.989)
|
||||
(xy 8.1438 -7.1703)
|
||||
(xy 8.2198 -7.304)
|
||||
(xy 8.2667 -7.3874)
|
||||
(xy 8.2827 -7.4175)
|
||||
(xy 8.2727 -7.4185)
|
||||
(xy 8.2056 -7.4203)
|
||||
(xy 8.0779 -7.422)
|
||||
(xy 7.8921 -7.4237)
|
||||
(xy 7.6511 -7.4253)
|
||||
(xy 7.3575 -7.4269)
|
||||
(xy 7.0141 -7.4284)
|
||||
(xy 6.6236 -7.4298)
|
||||
(xy 6.1887 -7.4311)
|
||||
(xy 5.7121 -7.4324)
|
||||
(xy 5.1966 -7.4335)
|
||||
(xy 4.6448 -7.4345)
|
||||
(xy 4.0596 -7.4354)
|
||||
(xy 3.4436 -7.4362)
|
||||
(xy 2.7996 -7.4369)
|
||||
(xy 2.1302 -7.4374)
|
||||
(xy 1.4382 -7.4378)
|
||||
(xy 0.7264 -7.438)
|
||||
(xy -0.0027 -7.4381)
|
||||
(xy -0.309 -7.4381)
|
||||
(xy -1.147 -7.4379)
|
||||
(xy -1.9474 -7.4374)
|
||||
(xy -2.7085 -7.4368)
|
||||
(xy -3.4285 -7.4359)
|
||||
(xy -4.1058 -7.4349)
|
||||
(xy -4.7386 -7.4336)
|
||||
(xy -5.3253 -7.4322)
|
||||
(xy -5.8641 -7.4305)
|
||||
(xy -6.3533 -7.4287)
|
||||
(xy -6.7913 -7.4267)
|
||||
(xy -7.1762 -7.4245)
|
||||
(xy -7.5064 -7.4222)
|
||||
(xy -7.7802 -7.4197)
|
||||
(xy -7.9959 -7.417)
|
||||
(xy -8.1518 -7.4142)
|
||||
(xy -8.2461 -7.4113)
|
||||
(xy -8.2772 -7.4082)
|
||||
(xy -9.4624 -7.4082)
|
||||
(xy -9.4746 -7.43)
|
||||
(xy -9.5816 -7.6225)
|
||||
(xy -9.6606 -7.7671)
|
||||
(xy -9.7102 -7.8609)
|
||||
(xy -9.7287 -7.9014)
|
||||
(xy -9.7289 -7.9026)
|
||||
(xy -9.7335 -8.0172)
|
||||
(xy -9.7143 -8.1285)
|
||||
(xy -9.6792 -8.2033)
|
||||
(xy -9.5907 -8.3193)
|
||||
(xy -9.4796 -8.4176)
|
||||
(xy -9.3676 -8.4762)
|
||||
(xy -9.3591 -8.4772)
|
||||
(xy -9.2932 -8.4796)
|
||||
(xy -9.1659 -8.4819)
|
||||
(xy -8.9795 -8.484)
|
||||
(xy -8.7364 -8.4861)
|
||||
(xy -8.4391 -8.488)
|
||||
(xy -8.09 -8.4898)
|
||||
(xy -7.6916 -8.4915)
|
||||
(xy -7.2463 -8.493)
|
||||
(xy -6.7565 -8.4944)
|
||||
(xy -6.2247 -8.4957)
|
||||
(xy -5.6534 -8.4968)
|
||||
(xy -5.045 -8.4977)
|
||||
(xy -4.4018 -8.4984)
|
||||
(xy -3.7264 -8.499)
|
||||
(xy -3.0212 -8.4994)
|
||||
(xy -2.2887 -8.4997)
|
||||
(xy -1.5312 -8.4997)
|
||||
(xy -0.7512 -8.4995)
|
||||
)
|
||||
(stroke (width 0.01) (type default) (color 0 0 0 0))
|
||||
(fill (type outline))
|
||||
)
|
||||
)
|
||||
)
|
||||
)
|
@ -1,473 +0,0 @@
|
||||
(kicad_symbol_lib (version 20211014) (generator kicad_symbol_editor)
|
||||
(symbol "ATmega16U2-A" (in_bom yes) (on_board yes)
|
||||
(property "Reference" "U" (id 0) (at -15.24 34.29 0)
|
||||
(effects (font (size 1.27 1.27)) (justify left bottom))
|
||||
)
|
||||
(property "Value" "ATmega16U2-A" (id 1) (at 2.54 -34.29 0)
|
||||
(effects (font (size 1.27 1.27)) (justify left top))
|
||||
)
|
||||
(property "Footprint" "Package_QFP:TQFP-32_7x7mm_P0.8mm" (id 2) (at 0 0 0)
|
||||
(effects (font (size 1.27 1.27) italic) hide)
|
||||
)
|
||||
(property "Datasheet" "http://ww1.microchip.com/downloads/en/DeviceDoc/doc7799.pdf" (id 3) (at 0 0 0)
|
||||
(effects (font (size 1.27 1.27)) hide)
|
||||
)
|
||||
(property "ki_keywords" "AVR 8bit Microcontroller MegaAVR" (id 4) (at 0 0 0)
|
||||
(effects (font (size 1.27 1.27)) hide)
|
||||
)
|
||||
(property "ki_description" "16MHz, 16kB Flash, 512B SRAM, 512B EEPROM, TQFP-32" (id 5) (at 0 0 0)
|
||||
(effects (font (size 1.27 1.27)) hide)
|
||||
)
|
||||
(property "ki_fp_filters" "TQFP*7x7mm*P0.8mm*" (id 6) (at 0 0 0)
|
||||
(effects (font (size 1.27 1.27)) hide)
|
||||
)
|
||||
(symbol "ATmega16U2-A_0_1"
|
||||
(rectangle (start -15.24 -33.02) (end 15.24 33.02)
|
||||
(stroke (width 0.254) (type default) (color 0 0 0 0))
|
||||
(fill (type background))
|
||||
)
|
||||
)
|
||||
(symbol "ATmega16U2-A_1_1"
|
||||
(pin input line (at -17.78 22.86 0) (length 2.54)
|
||||
(name "XTAL1" (effects (font (size 1.27 1.27))))
|
||||
(number "1" (effects (font (size 1.27 1.27))))
|
||||
)
|
||||
(pin bidirectional line (at 17.78 -20.32 180) (length 2.54)
|
||||
(name "PD4" (effects (font (size 1.27 1.27))))
|
||||
(number "10" (effects (font (size 1.27 1.27))))
|
||||
)
|
||||
(pin bidirectional line (at 17.78 -22.86 180) (length 2.54)
|
||||
(name "PD5" (effects (font (size 1.27 1.27))))
|
||||
(number "11" (effects (font (size 1.27 1.27))))
|
||||
)
|
||||
(pin bidirectional line (at 17.78 -25.4 180) (length 2.54)
|
||||
(name "PD6" (effects (font (size 1.27 1.27))))
|
||||
(number "12" (effects (font (size 1.27 1.27))))
|
||||
)
|
||||
(pin bidirectional line (at 17.78 -27.94 180) (length 2.54)
|
||||
(name "~{HWB}/PD7" (effects (font (size 1.27 1.27))))
|
||||
(number "13" (effects (font (size 1.27 1.27))))
|
||||
)
|
||||
(pin bidirectional line (at 17.78 27.94 180) (length 2.54)
|
||||
(name "PB0" (effects (font (size 1.27 1.27))))
|
||||
(number "14" (effects (font (size 1.27 1.27))))
|
||||
)
|
||||
(pin bidirectional line (at 17.78 25.4 180) (length 2.54)
|
||||
(name "PB1" (effects (font (size 1.27 1.27))))
|
||||
(number "15" (effects (font (size 1.27 1.27))))
|
||||
)
|
||||
(pin bidirectional line (at 17.78 22.86 180) (length 2.54)
|
||||
(name "PB2" (effects (font (size 1.27 1.27))))
|
||||
(number "16" (effects (font (size 1.27 1.27))))
|
||||
)
|
||||
(pin bidirectional line (at 17.78 20.32 180) (length 2.54)
|
||||
(name "PB3" (effects (font (size 1.27 1.27))))
|
||||
(number "17" (effects (font (size 1.27 1.27))))
|
||||
)
|
||||
(pin bidirectional line (at 17.78 17.78 180) (length 2.54)
|
||||
(name "PB4" (effects (font (size 1.27 1.27))))
|
||||
(number "18" (effects (font (size 1.27 1.27))))
|
||||
)
|
||||
(pin bidirectional line (at 17.78 15.24 180) (length 2.54)
|
||||
(name "PB5" (effects (font (size 1.27 1.27))))
|
||||
(number "19" (effects (font (size 1.27 1.27))))
|
||||
)
|
||||
(pin bidirectional line (at -17.78 17.78 0) (length 2.54)
|
||||
(name "PC0/XTAL2" (effects (font (size 1.27 1.27))))
|
||||
(number "2" (effects (font (size 1.27 1.27))))
|
||||
)
|
||||
(pin bidirectional line (at 17.78 12.7 180) (length 2.54)
|
||||
(name "PB6" (effects (font (size 1.27 1.27))))
|
||||
(number "20" (effects (font (size 1.27 1.27))))
|
||||
)
|
||||
(pin bidirectional line (at 17.78 10.16 180) (length 2.54)
|
||||
(name "PB7" (effects (font (size 1.27 1.27))))
|
||||
(number "21" (effects (font (size 1.27 1.27))))
|
||||
)
|
||||
(pin bidirectional line (at 17.78 -5.08 180) (length 2.54)
|
||||
(name "PC7" (effects (font (size 1.27 1.27))))
|
||||
(number "22" (effects (font (size 1.27 1.27))))
|
||||
)
|
||||
(pin bidirectional line (at 17.78 -2.54 180) (length 2.54)
|
||||
(name "PC6" (effects (font (size 1.27 1.27))))
|
||||
(number "23" (effects (font (size 1.27 1.27))))
|
||||
)
|
||||
(pin bidirectional line (at -17.78 27.94 0) (length 2.54)
|
||||
(name "PC1/~{RESET}" (effects (font (size 1.27 1.27))))
|
||||
(number "24" (effects (font (size 1.27 1.27))))
|
||||
)
|
||||
(pin bidirectional line (at 17.78 0 180) (length 2.54)
|
||||
(name "PC5" (effects (font (size 1.27 1.27))))
|
||||
(number "25" (effects (font (size 1.27 1.27))))
|
||||
)
|
||||
(pin bidirectional line (at 17.78 2.54 180) (length 2.54)
|
||||
(name "PC4" (effects (font (size 1.27 1.27))))
|
||||
(number "26" (effects (font (size 1.27 1.27))))
|
||||
)
|
||||
(pin passive line (at -17.78 5.08 0) (length 2.54)
|
||||
(name "UCAP" (effects (font (size 1.27 1.27))))
|
||||
(number "27" (effects (font (size 1.27 1.27))))
|
||||
)
|
||||
(pin power_in line (at -2.54 -35.56 90) (length 2.54)
|
||||
(name "UGND" (effects (font (size 1.27 1.27))))
|
||||
(number "28" (effects (font (size 1.27 1.27))))
|
||||
)
|
||||
(pin bidirectional line (at -17.78 12.7 0) (length 2.54)
|
||||
(name "D+" (effects (font (size 1.27 1.27))))
|
||||
(number "29" (effects (font (size 1.27 1.27))))
|
||||
)
|
||||
(pin power_in line (at 0 -35.56 90) (length 2.54)
|
||||
(name "GND" (effects (font (size 1.27 1.27))))
|
||||
(number "3" (effects (font (size 1.27 1.27))))
|
||||
)
|
||||
(pin bidirectional line (at -17.78 10.16 0) (length 2.54)
|
||||
(name "D-" (effects (font (size 1.27 1.27))))
|
||||
(number "30" (effects (font (size 1.27 1.27))))
|
||||
)
|
||||
(pin power_in line (at -2.54 35.56 270) (length 2.54)
|
||||
(name "UVCC" (effects (font (size 1.27 1.27))))
|
||||
(number "31" (effects (font (size 1.27 1.27))))
|
||||
)
|
||||
(pin power_in line (at 2.54 35.56 270) (length 2.54)
|
||||
(name "AVCC" (effects (font (size 1.27 1.27))))
|
||||
(number "32" (effects (font (size 1.27 1.27))))
|
||||
)
|
||||
(pin power_in line (at 0 35.56 270) (length 2.54)
|
||||
(name "VCC" (effects (font (size 1.27 1.27))))
|
||||
(number "4" (effects (font (size 1.27 1.27))))
|
||||
)
|
||||
(pin bidirectional line (at 17.78 5.08 180) (length 2.54)
|
||||
(name "PC2" (effects (font (size 1.27 1.27))))
|
||||
(number "5" (effects (font (size 1.27 1.27))))
|
||||
)
|
||||
(pin bidirectional line (at 17.78 -10.16 180) (length 2.54)
|
||||
(name "PD0" (effects (font (size 1.27 1.27))))
|
||||
(number "6" (effects (font (size 1.27 1.27))))
|
||||
)
|
||||
(pin bidirectional line (at 17.78 -12.7 180) (length 2.54)
|
||||
(name "PD1" (effects (font (size 1.27 1.27))))
|
||||
(number "7" (effects (font (size 1.27 1.27))))
|
||||
)
|
||||
(pin bidirectional line (at 17.78 -15.24 180) (length 2.54)
|
||||
(name "PD2" (effects (font (size 1.27 1.27))))
|
||||
(number "8" (effects (font (size 1.27 1.27))))
|
||||
)
|
||||
(pin bidirectional line (at 17.78 -17.78 180) (length 2.54)
|
||||
(name "PD3" (effects (font (size 1.27 1.27))))
|
||||
(number "9" (effects (font (size 1.27 1.27))))
|
||||
)
|
||||
)
|
||||
)
|
||||
(symbol "ATmega328P-A" (in_bom yes) (on_board yes)
|
||||
(property "Reference" "U" (id 0) (at -12.7 36.83 0)
|
||||
(effects (font (size 1.27 1.27)) (justify left bottom))
|
||||
)
|
||||
(property "Value" "ATmega328P-A" (id 1) (at 2.54 -36.83 0)
|
||||
(effects (font (size 1.27 1.27)) (justify left top))
|
||||
)
|
||||
(property "Footprint" "Package_QFP:TQFP-32_7x7mm_P0.8mm" (id 2) (at 0 0 0)
|
||||
(effects (font (size 1.27 1.27) italic) hide)
|
||||
)
|
||||
(property "Datasheet" "http://ww1.microchip.com/downloads/en/DeviceDoc/ATmega328_P%20AVR%20MCU%20with%20picoPower%20Technology%20Data%20Sheet%2040001984A.pdf" (id 3) (at 0 0 0)
|
||||
(effects (font (size 1.27 1.27)) hide)
|
||||
)
|
||||
(property "ki_keywords" "AVR 8bit Microcontroller MegaAVR PicoPower" (id 4) (at 0 0 0)
|
||||
(effects (font (size 1.27 1.27)) hide)
|
||||
)
|
||||
(property "ki_description" "20MHz, 32kB Flash, 2kB SRAM, 1kB EEPROM, TQFP-32" (id 5) (at 0 0 0)
|
||||
(effects (font (size 1.27 1.27)) hide)
|
||||
)
|
||||
(property "ki_fp_filters" "TQFP*7x7mm*P0.8mm*" (id 6) (at 0 0 0)
|
||||
(effects (font (size 1.27 1.27)) hide)
|
||||
)
|
||||
(symbol "ATmega328P-A_0_1"
|
||||
(rectangle (start -12.7 -35.56) (end 12.7 35.56)
|
||||
(stroke (width 0.254) (type default) (color 0 0 0 0))
|
||||
(fill (type background))
|
||||
)
|
||||
)
|
||||
(symbol "ATmega328P-A_1_1"
|
||||
(pin bidirectional line (at 15.24 -20.32 180) (length 2.54)
|
||||
(name "PD3" (effects (font (size 1.27 1.27))))
|
||||
(number "1" (effects (font (size 1.27 1.27))))
|
||||
)
|
||||
(pin bidirectional line (at 15.24 -27.94 180) (length 2.54)
|
||||
(name "PD6" (effects (font (size 1.27 1.27))))
|
||||
(number "10" (effects (font (size 1.27 1.27))))
|
||||
)
|
||||
(pin bidirectional line (at 15.24 -30.48 180) (length 2.54)
|
||||
(name "PD7" (effects (font (size 1.27 1.27))))
|
||||
(number "11" (effects (font (size 1.27 1.27))))
|
||||
)
|
||||
(pin bidirectional line (at 15.24 30.48 180) (length 2.54)
|
||||
(name "PB0" (effects (font (size 1.27 1.27))))
|
||||
(number "12" (effects (font (size 1.27 1.27))))
|
||||
)
|
||||
(pin bidirectional line (at 15.24 27.94 180) (length 2.54)
|
||||
(name "PB1" (effects (font (size 1.27 1.27))))
|
||||
(number "13" (effects (font (size 1.27 1.27))))
|
||||
)
|
||||
(pin bidirectional line (at 15.24 25.4 180) (length 2.54)
|
||||
(name "PB2" (effects (font (size 1.27 1.27))))
|
||||
(number "14" (effects (font (size 1.27 1.27))))
|
||||
)
|
||||
(pin bidirectional line (at 15.24 22.86 180) (length 2.54)
|
||||
(name "PB3" (effects (font (size 1.27 1.27))))
|
||||
(number "15" (effects (font (size 1.27 1.27))))
|
||||
)
|
||||
(pin bidirectional line (at 15.24 20.32 180) (length 2.54)
|
||||
(name "PB4" (effects (font (size 1.27 1.27))))
|
||||
(number "16" (effects (font (size 1.27 1.27))))
|
||||
)
|
||||
(pin bidirectional line (at 15.24 17.78 180) (length 2.54)
|
||||
(name "PB5" (effects (font (size 1.27 1.27))))
|
||||
(number "17" (effects (font (size 1.27 1.27))))
|
||||
)
|
||||
(pin power_in line (at 2.54 38.1 270) (length 2.54)
|
||||
(name "AVCC" (effects (font (size 1.27 1.27))))
|
||||
(number "18" (effects (font (size 1.27 1.27))))
|
||||
)
|
||||
(pin input line (at -15.24 25.4 0) (length 2.54)
|
||||
(name "ADC6" (effects (font (size 1.27 1.27))))
|
||||
(number "19" (effects (font (size 1.27 1.27))))
|
||||
)
|
||||
(pin bidirectional line (at 15.24 -22.86 180) (length 2.54)
|
||||
(name "PD4" (effects (font (size 1.27 1.27))))
|
||||
(number "2" (effects (font (size 1.27 1.27))))
|
||||
)
|
||||
(pin passive line (at -15.24 30.48 0) (length 2.54)
|
||||
(name "AREF" (effects (font (size 1.27 1.27))))
|
||||
(number "20" (effects (font (size 1.27 1.27))))
|
||||
)
|
||||
(pin passive line (at 0 -38.1 90) (length 2.54) hide
|
||||
(name "GND" (effects (font (size 1.27 1.27))))
|
||||
(number "21" (effects (font (size 1.27 1.27))))
|
||||
)
|
||||
(pin input line (at -15.24 22.86 0) (length 2.54)
|
||||
(name "ADC7" (effects (font (size 1.27 1.27))))
|
||||
(number "22" (effects (font (size 1.27 1.27))))
|
||||
)
|
||||
(pin bidirectional line (at 15.24 7.62 180) (length 2.54)
|
||||
(name "PC0" (effects (font (size 1.27 1.27))))
|
||||
(number "23" (effects (font (size 1.27 1.27))))
|
||||
)
|
||||
(pin bidirectional line (at 15.24 5.08 180) (length 2.54)
|
||||
(name "PC1" (effects (font (size 1.27 1.27))))
|
||||
(number "24" (effects (font (size 1.27 1.27))))
|
||||
)
|
||||
(pin bidirectional line (at 15.24 2.54 180) (length 2.54)
|
||||
(name "PC2" (effects (font (size 1.27 1.27))))
|
||||
(number "25" (effects (font (size 1.27 1.27))))
|
||||
)
|
||||
(pin bidirectional line (at 15.24 0 180) (length 2.54)
|
||||
(name "PC3" (effects (font (size 1.27 1.27))))
|
||||
(number "26" (effects (font (size 1.27 1.27))))
|
||||
)
|
||||
(pin bidirectional line (at 15.24 -2.54 180) (length 2.54)
|
||||
(name "PC4" (effects (font (size 1.27 1.27))))
|
||||
(number "27" (effects (font (size 1.27 1.27))))
|
||||
)
|
||||
(pin bidirectional line (at 15.24 -5.08 180) (length 2.54)
|
||||
(name "PC5" (effects (font (size 1.27 1.27))))
|
||||
(number "28" (effects (font (size 1.27 1.27))))
|
||||
)
|
||||
(pin bidirectional line (at 15.24 -7.62 180) (length 2.54)
|
||||
(name "~{RESET}/PC6" (effects (font (size 1.27 1.27))))
|
||||
(number "29" (effects (font (size 1.27 1.27))))
|
||||
)
|
||||
(pin power_in line (at 0 -38.1 90) (length 2.54)
|
||||
(name "GND" (effects (font (size 1.27 1.27))))
|
||||
(number "3" (effects (font (size 1.27 1.27))))
|
||||
)
|
||||
(pin bidirectional line (at 15.24 -12.7 180) (length 2.54)
|
||||
(name "PD0" (effects (font (size 1.27 1.27))))
|
||||
(number "30" (effects (font (size 1.27 1.27))))
|
||||
)
|
||||
(pin bidirectional line (at 15.24 -15.24 180) (length 2.54)
|
||||
(name "PD1" (effects (font (size 1.27 1.27))))
|
||||
(number "31" (effects (font (size 1.27 1.27))))
|
||||
)
|
||||
(pin bidirectional line (at 15.24 -17.78 180) (length 2.54)
|
||||
(name "PD2" (effects (font (size 1.27 1.27))))
|
||||
(number "32" (effects (font (size 1.27 1.27))))
|
||||
)
|
||||
(pin power_in line (at 0 38.1 270) (length 2.54)
|
||||
(name "VCC" (effects (font (size 1.27 1.27))))
|
||||
(number "4" (effects (font (size 1.27 1.27))))
|
||||
)
|
||||
(pin passive line (at 0 -38.1 90) (length 2.54) hide
|
||||
(name "GND" (effects (font (size 1.27 1.27))))
|
||||
(number "5" (effects (font (size 1.27 1.27))))
|
||||
)
|
||||
(pin passive line (at 0 38.1 270) (length 2.54) hide
|
||||
(name "VCC" (effects (font (size 1.27 1.27))))
|
||||
(number "6" (effects (font (size 1.27 1.27))))
|
||||
)
|
||||
(pin bidirectional line (at 15.24 15.24 180) (length 2.54)
|
||||
(name "XTAL1/PB6" (effects (font (size 1.27 1.27))))
|
||||
(number "7" (effects (font (size 1.27 1.27))))
|
||||
)
|
||||
(pin bidirectional line (at 15.24 12.7 180) (length 2.54)
|
||||
(name "XTAL2/PB7" (effects (font (size 1.27 1.27))))
|
||||
(number "8" (effects (font (size 1.27 1.27))))
|
||||
)
|
||||
(pin bidirectional line (at 15.24 -25.4 180) (length 2.54)
|
||||
(name "PD5" (effects (font (size 1.27 1.27))))
|
||||
(number "9" (effects (font (size 1.27 1.27))))
|
||||
)
|
||||
)
|
||||
)
|
||||
(symbol "STM32G431K6" (in_bom yes) (on_board yes)
|
||||
(property "Reference" "U" (id 0) (at 8.89 -29.21 0)
|
||||
(effects (font (size 1.27 1.27)))
|
||||
)
|
||||
(property "Value" "STM32G431K6" (id 1) (at 13.97 -31.75 0)
|
||||
(effects (font (size 1.27 1.27)))
|
||||
)
|
||||
(property "Footprint" "Package_QFP:LQFP-32_7x7mm_P0.8mm" (id 2) (at 0 33.02 0)
|
||||
(effects (font (size 1.27 1.27)) hide)
|
||||
)
|
||||
(property "Datasheet" "" (id 3) (at 0 0 0)
|
||||
(effects (font (size 1.27 1.27)) hide)
|
||||
)
|
||||
(property "ki_description" "32bit ARM-Cortex M4 Microcontroller" (id 4) (at 0 0 0)
|
||||
(effects (font (size 1.27 1.27)) hide)
|
||||
)
|
||||
(symbol "STM32G431K6_0_1"
|
||||
(rectangle (start -12.7 15.24) (end 12.7 -27.94)
|
||||
(stroke (width 0.254) (type default) (color 0 0 0 0))
|
||||
(fill (type background))
|
||||
)
|
||||
)
|
||||
(symbol "STM32G431K6_1_1"
|
||||
(pin power_in line (at -2.54 17.78 270) (length 2.54)
|
||||
(name "VDD" (effects (font (size 1.27 1.27))))
|
||||
(number "1" (effects (font (size 1.27 1.27))))
|
||||
)
|
||||
(pin bidirectional line (at 15.24 0 180) (length 2.54)
|
||||
(name "PA5" (effects (font (size 1.27 1.27))))
|
||||
(number "10" (effects (font (size 1.27 1.27))))
|
||||
)
|
||||
(pin bidirectional line (at 15.24 -2.54 180) (length 2.54)
|
||||
(name "PA6" (effects (font (size 1.27 1.27))))
|
||||
(number "11" (effects (font (size 1.27 1.27))))
|
||||
)
|
||||
(pin bidirectional line (at 15.24 -5.08 180) (length 2.54)
|
||||
(name "PA7" (effects (font (size 1.27 1.27))))
|
||||
(number "12" (effects (font (size 1.27 1.27))))
|
||||
)
|
||||
(pin bidirectional line (at -15.24 -12.7 0) (length 2.54)
|
||||
(name "PB0" (effects (font (size 1.27 1.27))))
|
||||
(number "13" (effects (font (size 1.27 1.27))))
|
||||
)
|
||||
(pin power_in line (at 2.54 -30.48 90) (length 2.54)
|
||||
(name "VSSA" (effects (font (size 1.27 1.27))))
|
||||
(number "14" (effects (font (size 1.27 1.27))))
|
||||
)
|
||||
(pin power_in line (at 2.54 17.78 270) (length 2.54)
|
||||
(name "VDDA" (effects (font (size 1.27 1.27))))
|
||||
(number "15" (effects (font (size 1.27 1.27))))
|
||||
)
|
||||
(pin power_in line (at 0 -30.48 90) (length 2.54)
|
||||
(name "VSS" (effects (font (size 1.27 1.27))))
|
||||
(number "16" (effects (font (size 1.27 1.27))))
|
||||
)
|
||||
(pin power_in line (at 0 17.78 270) (length 2.54)
|
||||
(name "VDD" (effects (font (size 1.27 1.27))))
|
||||
(number "17" (effects (font (size 1.27 1.27))))
|
||||
)
|
||||
(pin bidirectional line (at 15.24 -7.62 180) (length 2.54)
|
||||
(name "PA8" (effects (font (size 1.27 1.27))))
|
||||
(number "18" (effects (font (size 1.27 1.27))))
|
||||
)
|
||||
(pin bidirectional line (at 15.24 -10.16 180) (length 2.54)
|
||||
(name "PA9" (effects (font (size 1.27 1.27))))
|
||||
(number "19" (effects (font (size 1.27 1.27))))
|
||||
)
|
||||
(pin input line (at -15.24 -3.81 0) (length 2.54)
|
||||
(name "PF0_OSC-In" (effects (font (size 1.27 1.27))))
|
||||
(number "2" (effects (font (size 1.27 1.27))))
|
||||
)
|
||||
(pin bidirectional line (at 15.24 -12.7 180) (length 2.54)
|
||||
(name "PA10" (effects (font (size 1.27 1.27))))
|
||||
(number "20" (effects (font (size 1.27 1.27))))
|
||||
)
|
||||
(pin bidirectional line (at 15.24 -15.24 180) (length 2.54)
|
||||
(name "PA11" (effects (font (size 1.27 1.27))))
|
||||
(number "21" (effects (font (size 1.27 1.27))))
|
||||
)
|
||||
(pin bidirectional line (at 15.24 -17.78 180) (length 2.54)
|
||||
(name "PA12" (effects (font (size 1.27 1.27))))
|
||||
(number "22" (effects (font (size 1.27 1.27))))
|
||||
)
|
||||
(pin bidirectional line (at 15.24 -20.32 180) (length 2.54)
|
||||
(name "PA13" (effects (font (size 1.27 1.27))))
|
||||
(number "23" (effects (font (size 1.27 1.27))))
|
||||
)
|
||||
(pin bidirectional line (at 15.24 -22.86 180) (length 2.54)
|
||||
(name "PA14" (effects (font (size 1.27 1.27))))
|
||||
(number "24" (effects (font (size 1.27 1.27))))
|
||||
)
|
||||
(pin bidirectional line (at 15.24 -25.4 180) (length 2.54)
|
||||
(name "PA15" (effects (font (size 1.27 1.27))))
|
||||
(number "25" (effects (font (size 1.27 1.27))))
|
||||
)
|
||||
(pin bidirectional line (at -15.24 -15.24 0) (length 2.54)
|
||||
(name "PB3" (effects (font (size 1.27 1.27))))
|
||||
(number "26" (effects (font (size 1.27 1.27))))
|
||||
)
|
||||
(pin bidirectional line (at -15.24 -17.78 0) (length 2.54)
|
||||
(name "PB4" (effects (font (size 1.27 1.27))))
|
||||
(number "27" (effects (font (size 1.27 1.27))))
|
||||
)
|
||||
(pin bidirectional line (at -15.24 -20.32 0) (length 2.54)
|
||||
(name "PB5" (effects (font (size 1.27 1.27))))
|
||||
(number "28" (effects (font (size 1.27 1.27))))
|
||||
)
|
||||
(pin bidirectional line (at -15.24 -22.86 0) (length 2.54)
|
||||
(name "PB6" (effects (font (size 1.27 1.27))))
|
||||
(number "29" (effects (font (size 1.27 1.27))))
|
||||
)
|
||||
(pin input line (at -15.24 -6.35 0) (length 2.54)
|
||||
(name "PF1_OSC-Out" (effects (font (size 1.27 1.27))))
|
||||
(number "3" (effects (font (size 1.27 1.27))))
|
||||
)
|
||||
(pin bidirectional line (at -15.24 -25.4 0) (length 2.54)
|
||||
(name "PB7" (effects (font (size 1.27 1.27))))
|
||||
(number "30" (effects (font (size 1.27 1.27))))
|
||||
)
|
||||
(pin bidirectional line (at -15.24 5.08 0) (length 2.54)
|
||||
(name "BOOT0" (effects (font (size 1.27 1.27))))
|
||||
(number "31" (effects (font (size 1.27 1.27))))
|
||||
)
|
||||
(pin power_in line (at -2.54 -30.48 90) (length 2.54)
|
||||
(name "VSS" (effects (font (size 1.27 1.27))))
|
||||
(number "32" (effects (font (size 1.27 1.27))))
|
||||
)
|
||||
(pin input line (at -15.24 8.89 0) (length 2.54)
|
||||
(name "NRST" (effects (font (size 1.27 1.27))))
|
||||
(number "4" (effects (font (size 1.27 1.27))))
|
||||
)
|
||||
(pin bidirectional line (at 15.24 12.7 180) (length 2.54)
|
||||
(name "PA0" (effects (font (size 1.27 1.27))))
|
||||
(number "5" (effects (font (size 1.27 1.27))))
|
||||
)
|
||||
(pin bidirectional line (at 15.24 10.16 180) (length 2.54)
|
||||
(name "PA1" (effects (font (size 1.27 1.27))))
|
||||
(number "6" (effects (font (size 1.27 1.27))))
|
||||
)
|
||||
(pin bidirectional line (at 15.24 7.62 180) (length 2.54)
|
||||
(name "PA2" (effects (font (size 1.27 1.27))))
|
||||
(number "7" (effects (font (size 1.27 1.27))))
|
||||
)
|
||||
(pin bidirectional line (at 15.24 5.08 180) (length 2.54)
|
||||
(name "PA3" (effects (font (size 1.27 1.27))))
|
||||
(number "8" (effects (font (size 1.27 1.27))))
|
||||
)
|
||||
(pin bidirectional line (at 15.24 2.54 180) (length 2.54)
|
||||
(name "PA4" (effects (font (size 1.27 1.27))))
|
||||
(number "9" (effects (font (size 1.27 1.27))))
|
||||
)
|
||||
)
|
||||
)
|
||||
)
|
@ -1,9 +0,0 @@
|
||||
# FaSTTUBe Logos library for KiCAD 6.0
|
||||
|
||||
## Installation instructions
|
||||
|
||||
1. Download the files
|
||||
2. Extract them to a "libraries" folder inside your KiCAD project directory
|
||||
3. Select "Preferences" and "manage symbol libraries"
|
||||
4. In the new window select the tab "project libraries" and add all libraries (.kicad_sym) using the folder icon
|
||||
5. Repeat the same for "manage footprint libraries" with all .pretty folders
|
@ -1,13 +0,0 @@
|
||||
(sym_lib_table
|
||||
(version 7)
|
||||
(lib (name "FaSTTUBe_connectors")(type "KiCad")(uri "${KIPRJMOD}/libraries/FaSTTUBe_connectors.kicad_sym")(options "")(descr ""))
|
||||
(lib (name "FaSTTUBe_Fuses")(type "KiCad")(uri "${KIPRJMOD}/libraries/FaSTTUBe_Fuses.kicad_sym")(options "")(descr ""))
|
||||
(lib (name "FaSTTUBe_Isolators")(type "KiCad")(uri "${KIPRJMOD}/libraries/FaSTTUBe_Isolators.kicad_sym")(options "")(descr ""))
|
||||
(lib (name "FaSTTUBe_LEDs")(type "KiCad")(uri "${KIPRJMOD}/libraries/FaSTTUBe_LEDs.kicad_sym")(options "")(descr ""))
|
||||
(lib (name "FaSTTUBe_logos")(type "KiCad")(uri "${KIPRJMOD}/libraries/FaSTTUBe_logos.kicad_sym")(options "")(descr ""))
|
||||
(lib (name "FaSTTUBe_microcontrollers")(type "KiCad")(uri "${KIPRJMOD}/libraries/FaSTTUBe_microcontrollers.kicad_sym")(options "")(descr ""))
|
||||
(lib (name "FaSTTUBe_PnP")(type "KiCad")(uri "${KIPRJMOD}/libraries/FaSTTUBe_PnP.kicad_sym")(options "")(descr ""))
|
||||
(lib (name "FaSTTUBe_Power-Switches")(type "KiCad")(uri "${KIPRJMOD}/libraries/FaSTTUBe_Power-Switches.kicad_sym")(options "")(descr ""))
|
||||
(lib (name "FaSTTUBe_Transceivers")(type "KiCad")(uri "${KIPRJMOD}/libraries/FaSTTUBe_Transceivers.kicad_sym")(options "")(descr ""))
|
||||
(lib (name "FaSTTUBe_Voltage_Regulators")(type "KiCad")(uri "${KIPRJMOD}/libraries/FaSTTUBe_Voltage_Regulators.kicad_sym")(options "")(descr ""))
|
||||
)
|
Loading…
x
Reference in New Issue
Block a user