adding Frequency value to crystal an fixing crystal pin/footrpint assignment

This commit is contained in:
Dominik Kuhn 2023-02-11 20:21:11 +01:00
parent c1d40be33b
commit 0aaeddc12c
4 changed files with 623 additions and 709 deletions

File diff suppressed because it is too large Load Diff

View File

@ -710,13 +710,13 @@
)
)
(symbol "Device:Crystal" (pin_numbers hide) (pin_names (offset 1.016) hide) (in_bom yes) (on_board yes)
(property "Reference" "Y" (id 0) (at 0 3.81 0)
(property "Reference" "Y1" (id 0) (at 3.81 -1.778 0)
(effects (font (size 1.27 1.27)))
)
(property "Value" "Crystal" (id 1) (at 0 -3.81 0)
(property "Value" "16 MHz" (id 1) (at 0 4.064 0)
(effects (font (size 1.27 1.27)))
)
(property "Footprint" "" (id 2) (at 0 0 0)
(property "Footprint" "Crystal:Crystal_SMD_3225-4Pin_3.2x2.5mm" (id 2) (at 0 0 0)
(effects (font (size 1.27 1.27)) hide)
)
(property "Datasheet" "~" (id 3) (at 0 0 0)
@ -775,8 +775,8 @@
(number "1" (effects (font (size 1.27 1.27))))
)
(pin passive line (at 3.81 0 180) (length 1.27)
(name "2" (effects (font (size 1.27 1.27))))
(number "2" (effects (font (size 1.27 1.27))))
(name "3" (effects (font (size 1.27 1.27))))
(number "3" (effects (font (size 1.27 1.27))))
)
)
)
@ -3742,8 +3742,8 @@
(symbol (lib_id "Device:Crystal") (at 193.421 91.694 180) (unit 1)
(in_bom yes) (on_board yes)
(uuid 1e16fe82-9c55-4ee7-9530-e7058aa0265c)
(property "Reference" "Y1" (id 0) (at 197.231 93.472 0))
(property "Value" "Crystal" (id 1) (at 193.421 87.63 0))
(property "Reference" "Y1" (id 0) (at 189.611 89.916 0))
(property "Value" "16 MHz" (id 1) (at 193.421 95.758 0))
(property "Footprint" "Crystal:Crystal_SMD_3225-4Pin_3.2x2.5mm" (id 2) (at 193.421 91.694 0)
(effects (font (size 1.27 1.27)) hide)
)
@ -3751,7 +3751,7 @@
(effects (font (size 1.27 1.27)) hide)
)
(pin "1" (uuid 11c3094d-e41f-435f-a74c-d8bb7932f67e))
(pin "2" (uuid da1c0f4c-27a7-4712-87a7-cb946269eff1))
(pin "3" (uuid e194c73c-cfe2-4314-b4f2-ef8980bc188b))
)
(symbol (lib_id "Device:LED") (at 266.319 206.629 90) (unit 1)
@ -4819,7 +4819,7 @@
(property "Reference" "C16" (id 0) (at 115.57 191.262 0)
(effects (font (size 1.27 1.27)) (justify left))
)
(property "Value" "100n" (id 1) (at 115.57 193.802 0)
(property "Value" "100nF" (id 1) (at 115.57 193.802 0)
(effects (font (size 1.27 1.27)) (justify left))
)
(property "Footprint" "Capacitor_SMD:C_0603_1608Metric" (id 2) (at 113.9952 195.707 0)
@ -4888,7 +4888,7 @@
(property "Reference" "C15" (id 0) (at 90.17 191.262 0)
(effects (font (size 1.27 1.27)) (justify left))
)
(property "Value" "100n" (id 1) (at 90.17 193.802 0)
(property "Value" "100nF" (id 1) (at 90.17 193.802 0)
(effects (font (size 1.27 1.27)) (justify left))
)
(property "Footprint" "Capacitor_SMD:C_0603_1608Metric" (id 2) (at 88.5952 195.707 0)
@ -5361,10 +5361,10 @@
(reference "C14") (unit 1) (value "100nF") (footprint "Capacitor_SMD:C_0603_1608Metric_Pad1.08x0.95mm_HandSolder")
)
(path "/dc506d58-594e-475d-ad98-724550a69c5e"
(reference "C15") (unit 1) (value "100n") (footprint "Capacitor_SMD:C_0603_1608Metric")
(reference "C15") (unit 1) (value "100nF") (footprint "Capacitor_SMD:C_0603_1608Metric")
)
(path "/d2985c6a-d249-43df-a8ee-7a1064bccba6"
(reference "C16") (unit 1) (value "100n") (footprint "Capacitor_SMD:C_0603_1608Metric")
(reference "C16") (unit 1) (value "100nF") (footprint "Capacitor_SMD:C_0603_1608Metric")
)
(path "/f9e8beb9-10a0-4bf9-897a-4fd73218fd25"
(reference "C17") (unit 1) (value "1µ") (footprint "Capacitor_SMD:C_0603_1608Metric")
@ -5454,7 +5454,7 @@
(reference "U5") (unit 1) (value "NCP1117-3.3_SOT223") (footprint "Package_TO_SOT_SMD:SOT-223-3_TabPin2")
)
(path "/1e16fe82-9c55-4ee7-9530-e7058aa0265c"
(reference "Y1") (unit 1) (value "Crystal") (footprint "Crystal:Crystal_SMD_3225-4Pin_3.2x2.5mm")
(reference "Y1") (unit 1) (value "16 MHz") (footprint "Crystal:Crystal_SMD_3225-4Pin_3.2x2.5mm")
)
)
)

BIN
KiCad/openDTU.pdf Normal file

Binary file not shown.

Binary file not shown.

Before

Width:  |  Height:  |  Size: 269 KiB

After

Width:  |  Height:  |  Size: 311 KiB