This commit is contained in:
2026-02-07 20:14:45 +08:00
commit accf938384
8 changed files with 218 additions and 0 deletions

2
.gitignore vendored Normal file
View File

@@ -0,0 +1,2 @@
~*
fp-info-cache

View File

@@ -0,0 +1,2 @@
(kicad_pcb (version 20241229) (generator "pcbnew") (generator_version "9.0")
)

View File

@@ -0,0 +1,32 @@
{
"board": {
"design_settings": {
"defaults": {},
"diff_pair_dimensions": [],
"drc_exclusions": [],
"rules": {},
"track_widths": [],
"via_dimensions": []
}
},
"boards": [],
"libraries": {
"pinned_footprint_libs": [],
"pinned_symbol_libs": []
},
"meta": {
"filename": "kicad.kicad_pro",
"version": 1
},
"net_settings": {
"classes": [],
"meta": {
"version": 0
}
},
"pcbnew": {
"page_layout_descr_file": ""
},
"sheets": [],
"text_variables": {}
}

View File

@@ -0,0 +1,14 @@
(kicad_sch
(version 20250114)
(generator "eeschema")
(generator_version "9.0")
(uuid c41bca38-3f7f-45c5-8798-65c8849fddcd)
(paper "A4")
(lib_symbols)
(sheet_instances
(path "/"
(page "1")
)
)
(embedded_fonts no)
)

View File

@@ -0,0 +1,4 @@
(fp_lib_table
(version 7)
(lib (name "PCB_DSS13020-E2_2_2026-02-07")(type "EasyEDA / JLCEDA Std")(uri "/home/hoshuchiu/Workspace/DSS13020-E2/PCB/JLCLib/PCB_DSS13020-E2_2_2026-02-07.json")(options "")(descr ""))
)

View File

@@ -0,0 +1,4 @@
(sym_lib_table
(version 7)
(lib (name "SCH_DSS13020-E2_2026-02-07")(type "EasyEDA (JLCEDA) Std")(uri "/home/hoshuchiu/Workspace/DSS13020-E2/PCB/JLCLib/SCH_DSS13020-E2_2026-02-07.json")(options "")(descr ""))
)

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long