update order of SDC components
This commit is contained in:
parent
36b66b7683
commit
e187fc67be
|
@ -236,7 +236,9 @@
|
|||
},
|
||||
"libraries": {
|
||||
"pinned_footprint_libs": [],
|
||||
"pinned_symbol_libs": []
|
||||
"pinned_symbol_libs": [
|
||||
"SDC"
|
||||
]
|
||||
},
|
||||
"meta": {
|
||||
"filename": "SDC.kicad_pro",
|
||||
|
@ -385,7 +387,7 @@
|
|||
"sheets": [
|
||||
[
|
||||
"0acfdff5-86fd-4ff7-a46f-85fbe47b875f",
|
||||
"Stammblatt"
|
||||
"Root"
|
||||
]
|
||||
],
|
||||
"text_variables": {}
|
||||
|
|
File diff suppressed because it is too large
Load Diff
|
@ -0,0 +1,138 @@
|
|||
(kicad_symbol_lib
|
||||
(version 20231120)
|
||||
(generator "kicad_symbol_editor")
|
||||
(generator_version "8.0")
|
||||
(symbol "SW_SPST_NC"
|
||||
(pin_names
|
||||
(offset 0) hide)
|
||||
(exclude_from_sim no)
|
||||
(in_bom yes)
|
||||
(on_board yes)
|
||||
(property "Reference" "SW"
|
||||
(at 0 3.175 0)
|
||||
(effects
|
||||
(font
|
||||
(size 1.27 1.27)
|
||||
)
|
||||
)
|
||||
)
|
||||
(property "Value" "SW_SPST_NC"
|
||||
(at 0 -2.54 0)
|
||||
(effects
|
||||
(font
|
||||
(size 1.27 1.27)
|
||||
)
|
||||
)
|
||||
)
|
||||
(property "Footprint" ""
|
||||
(at 0 0 0)
|
||||
(effects
|
||||
(font
|
||||
(size 1.27 1.27)
|
||||
)
|
||||
(hide yes)
|
||||
)
|
||||
)
|
||||
(property "Datasheet" "~"
|
||||
(at 0 0 0)
|
||||
(effects
|
||||
(font
|
||||
(size 1.27 1.27)
|
||||
)
|
||||
(hide yes)
|
||||
)
|
||||
)
|
||||
(property "Description" "Single Pole Single Throw (SPST) switch normally-closed"
|
||||
(at 0 0 0)
|
||||
(effects
|
||||
(font
|
||||
(size 1.27 1.27)
|
||||
)
|
||||
(hide yes)
|
||||
)
|
||||
)
|
||||
(property "ki_keywords" "switch lever"
|
||||
(at 0 0 0)
|
||||
(effects
|
||||
(font
|
||||
(size 1.27 1.27)
|
||||
)
|
||||
(hide yes)
|
||||
)
|
||||
)
|
||||
(symbol "SW_SPST_NC_0_0"
|
||||
(circle
|
||||
(center -2.032 0)
|
||||
(radius 0.508)
|
||||
(stroke
|
||||
(width 0)
|
||||
(type default)
|
||||
)
|
||||
(fill
|
||||
(type none)
|
||||
)
|
||||
)
|
||||
(polyline
|
||||
(pts
|
||||
(xy -1.524 0.254) (xy 1.8505 0.5387)
|
||||
)
|
||||
(stroke
|
||||
(width 0)
|
||||
(type default)
|
||||
)
|
||||
(fill
|
||||
(type none)
|
||||
)
|
||||
)
|
||||
(circle
|
||||
(center 2.032 0)
|
||||
(radius 0.508)
|
||||
(stroke
|
||||
(width 0)
|
||||
(type default)
|
||||
)
|
||||
(fill
|
||||
(type none)
|
||||
)
|
||||
)
|
||||
)
|
||||
(symbol "SW_SPST_NC_1_1"
|
||||
(pin passive line
|
||||
(at -5.08 0 0)
|
||||
(length 2.54)
|
||||
(name "A"
|
||||
(effects
|
||||
(font
|
||||
(size 1.27 1.27)
|
||||
)
|
||||
)
|
||||
)
|
||||
(number "1"
|
||||
(effects
|
||||
(font
|
||||
(size 1.27 1.27)
|
||||
)
|
||||
)
|
||||
)
|
||||
)
|
||||
(pin passive line
|
||||
(at 5.08 0 180)
|
||||
(length 2.54)
|
||||
(name "B"
|
||||
(effects
|
||||
(font
|
||||
(size 1.27 1.27)
|
||||
)
|
||||
)
|
||||
)
|
||||
(number "2"
|
||||
(effects
|
||||
(font
|
||||
(size 1.27 1.27)
|
||||
)
|
||||
)
|
||||
)
|
||||
)
|
||||
)
|
||||
)
|
||||
)
|
|
@ -11,4 +11,5 @@
|
|||
(lib (name "FaSTTUBe_Power-Switches")(type "KiCad")(uri "C:/Users/marvi/Desktop/Fasttube/SDC/libaries/FaSTTUBe_Power-Switches.kicad_sym")(options "")(descr ""))
|
||||
(lib (name "FaSTTUBe_Transceivers")(type "KiCad")(uri "C:/Users/marvi/Desktop/Fasttube/SDC/libaries/FaSTTUBe_Transceivers.kicad_sym")(options "")(descr ""))
|
||||
(lib (name "FaSTTUBe_Voltage_Regulators")(type "KiCad")(uri "C:/Users/marvi/Desktop/Fasttube/SDC/libaries/FaSTTUBe_Voltage_Regulators.kicad_sym")(options "")(descr ""))
|
||||
(lib (name "SDC")(type "KiCad")(uri "${KIPRJMOD}/SDC.kicad_sym")(options "")(descr ""))
|
||||
)
|
||||
|
|
Loading…
Reference in New Issue