kirdy/mcu.kicad_sch

1310 lines
55 KiB
Plaintext
Raw Normal View History

2022-06-14 16:07:26 +08:00
(kicad_sch (version 20211123) (generator eeschema)
(uuid 10d6d0c6-d23f-412a-96bb-e146707e3e2b)
(paper "A3")
2022-07-03 20:27:09 +08:00
(title_block
(title "Kirdy")
(date "2022-07-03")
(rev "r0.1")
(company "M-Labs")
(comment 1 "Alex Wong Tat Hang")
)
2022-06-14 16:07:26 +08:00
(lib_symbols
2022-07-03 21:37:28 +08:00
(symbol "Device:R" (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" "R" (id 1) (at 0 0 90)
(effects (font (size 1.27 1.27)))
)
(property "Footprint" "" (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" (id 4) (at 0 0 0)
(effects (font (size 1.27 1.27)) hide)
)
(property "ki_description" "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 "R_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 "R_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 "MCU_ST_STM32F4:STM32F407VGTx" (in_bom yes) (on_board yes)
(property "Reference" "U" (id 0) (at -17.78 64.77 0)
2022-07-02 23:44:50 +08:00
(effects (font (size 1.27 1.27)) (justify left))
)
2022-07-03 21:37:28 +08:00
(property "Value" "STM32F407VGTx" (id 1) (at 12.7 64.77 0)
2022-07-02 23:44:50 +08:00
(effects (font (size 1.27 1.27)) (justify left))
)
2022-07-03 21:37:28 +08:00
(property "Footprint" "Package_QFP:LQFP-100_14x14mm_P0.5mm" (id 2) (at -17.78 -66.04 0)
2022-07-02 23:44:50 +08:00
(effects (font (size 1.27 1.27)) (justify right) hide)
)
2022-07-03 21:37:28 +08:00
(property "Datasheet" "http://www.st.com/st-web-ui/static/active/en/resource/technical/document/datasheet/DM00037051.pdf" (id 3) (at 0 0 0)
2022-07-02 23:44:50 +08:00
(effects (font (size 1.27 1.27)) hide)
)
2022-07-03 21:37:28 +08:00
(property "ki_keywords" "ARM Cortex-M4 STM32F4 STM32F407/417" (id 4) (at 0 0 0)
2022-07-02 23:44:50 +08:00
(effects (font (size 1.27 1.27)) hide)
)
2022-07-03 21:37:28 +08:00
(property "ki_description" "ARM Cortex-M4 MCU, 1024KB flash, 128KB RAM, 168MHz, 1.8-3.6V, 82 GPIO, LQFP-100" (id 5) (at 0 0 0)
2022-07-02 23:44:50 +08:00
(effects (font (size 1.27 1.27)) hide)
)
2022-07-03 21:37:28 +08:00
(property "ki_fp_filters" "LQFP*14x14mm*P0.5mm*" (id 6) (at 0 0 0)
2022-07-02 23:44:50 +08:00
(effects (font (size 1.27 1.27)) hide)
)
2022-07-03 21:37:28 +08:00
(symbol "STM32F407VGTx_0_1"
(rectangle (start -17.78 -66.04) (end 17.78 63.5)
2022-07-02 23:44:50 +08:00
(stroke (width 0.254) (type default) (color 0 0 0 0))
(fill (type background))
)
)
2022-07-03 21:37:28 +08:00
(symbol "STM32F407VGTx_1_1"
(pin bidirectional line (at -22.86 12.7 0) (length 5.08)
2022-07-02 23:44:50 +08:00
(name "PE2" (effects (font (size 1.27 1.27))))
(number "1" (effects (font (size 1.27 1.27))))
)
2022-07-03 21:37:28 +08:00
(pin power_in line (at -5.08 -71.12 90) (length 5.08)
(name "VSS" (effects (font (size 1.27 1.27))))
2022-07-02 23:44:50 +08:00
(number "10" (effects (font (size 1.27 1.27))))
)
2022-07-03 21:37:28 +08:00
(pin power_in line (at 7.62 68.58 270) (length 5.08)
(name "VDD" (effects (font (size 1.27 1.27))))
2022-07-02 23:44:50 +08:00
(number "100" (effects (font (size 1.27 1.27))))
)
2022-07-03 21:37:28 +08:00
(pin power_in line (at -5.08 68.58 270) (length 5.08)
2022-07-02 23:44:50 +08:00
(name "VDD" (effects (font (size 1.27 1.27))))
(number "11" (effects (font (size 1.27 1.27))))
)
2022-07-03 21:37:28 +08:00
(pin input line (at -22.86 25.4 0) (length 5.08)
(name "PH0" (effects (font (size 1.27 1.27))))
2022-07-02 23:44:50 +08:00
(number "12" (effects (font (size 1.27 1.27))))
)
2022-07-03 21:37:28 +08:00
(pin input line (at -22.86 22.86 0) (length 5.08)
(name "PH1" (effects (font (size 1.27 1.27))))
2022-07-02 23:44:50 +08:00
(number "13" (effects (font (size 1.27 1.27))))
)
2022-07-03 21:37:28 +08:00
(pin input line (at -22.86 60.96 0) (length 5.08)
(name "NRST" (effects (font (size 1.27 1.27))))
2022-07-02 23:44:50 +08:00
(number "14" (effects (font (size 1.27 1.27))))
)
2022-07-03 21:37:28 +08:00
(pin bidirectional line (at 22.86 -25.4 180) (length 5.08)
(name "PC0" (effects (font (size 1.27 1.27))))
2022-07-02 23:44:50 +08:00
(number "15" (effects (font (size 1.27 1.27))))
)
2022-07-03 21:37:28 +08:00
(pin bidirectional line (at 22.86 -27.94 180) (length 5.08)
(name "PC1" (effects (font (size 1.27 1.27))))
2022-07-02 23:44:50 +08:00
(number "16" (effects (font (size 1.27 1.27))))
)
2022-07-03 21:37:28 +08:00
(pin bidirectional line (at 22.86 -30.48 180) (length 5.08)
(name "PC2" (effects (font (size 1.27 1.27))))
2022-07-02 23:44:50 +08:00
(number "17" (effects (font (size 1.27 1.27))))
)
2022-07-03 21:37:28 +08:00
(pin bidirectional line (at 22.86 -33.02 180) (length 5.08)
(name "PC3" (effects (font (size 1.27 1.27))))
2022-07-02 23:44:50 +08:00
(number "18" (effects (font (size 1.27 1.27))))
)
2022-07-03 21:37:28 +08:00
(pin power_in line (at -2.54 68.58 270) (length 5.08)
(name "VDD" (effects (font (size 1.27 1.27))))
2022-07-02 23:44:50 +08:00
(number "19" (effects (font (size 1.27 1.27))))
)
2022-07-03 21:37:28 +08:00
(pin bidirectional line (at -22.86 10.16 0) (length 5.08)
2022-07-02 23:44:50 +08:00
(name "PE3" (effects (font (size 1.27 1.27))))
(number "2" (effects (font (size 1.27 1.27))))
)
2022-07-03 21:37:28 +08:00
(pin power_in line (at 5.08 -71.12 90) (length 5.08)
(name "VSSA" (effects (font (size 1.27 1.27))))
2022-07-02 23:44:50 +08:00
(number "20" (effects (font (size 1.27 1.27))))
)
2022-07-03 21:37:28 +08:00
(pin power_in line (at -22.86 45.72 0) (length 5.08)
(name "VREF+" (effects (font (size 1.27 1.27))))
2022-07-02 23:44:50 +08:00
(number "21" (effects (font (size 1.27 1.27))))
)
2022-07-03 21:37:28 +08:00
(pin power_in line (at 10.16 68.58 270) (length 5.08)
(name "VDDA" (effects (font (size 1.27 1.27))))
2022-07-02 23:44:50 +08:00
(number "22" (effects (font (size 1.27 1.27))))
)
2022-07-03 21:37:28 +08:00
(pin bidirectional line (at 22.86 60.96 180) (length 5.08)
(name "PA0" (effects (font (size 1.27 1.27))))
2022-07-02 23:44:50 +08:00
(number "23" (effects (font (size 1.27 1.27))))
)
2022-07-03 21:37:28 +08:00
(pin bidirectional line (at 22.86 58.42 180) (length 5.08)
(name "PA1" (effects (font (size 1.27 1.27))))
2022-07-02 23:44:50 +08:00
(number "24" (effects (font (size 1.27 1.27))))
)
2022-07-03 21:37:28 +08:00
(pin bidirectional line (at 22.86 55.88 180) (length 5.08)
(name "PA2" (effects (font (size 1.27 1.27))))
2022-07-02 23:44:50 +08:00
(number "25" (effects (font (size 1.27 1.27))))
)
2022-07-03 21:37:28 +08:00
(pin bidirectional line (at 22.86 53.34 180) (length 5.08)
(name "PA3" (effects (font (size 1.27 1.27))))
2022-07-02 23:44:50 +08:00
(number "26" (effects (font (size 1.27 1.27))))
)
2022-07-03 21:37:28 +08:00
(pin power_in line (at -2.54 -71.12 90) (length 5.08)
(name "VSS" (effects (font (size 1.27 1.27))))
2022-07-02 23:44:50 +08:00
(number "27" (effects (font (size 1.27 1.27))))
)
2022-07-03 21:37:28 +08:00
(pin power_in line (at 0 68.58 270) (length 5.08)
(name "VDD" (effects (font (size 1.27 1.27))))
2022-07-02 23:44:50 +08:00
(number "28" (effects (font (size 1.27 1.27))))
)
2022-07-03 21:37:28 +08:00
(pin bidirectional line (at 22.86 50.8 180) (length 5.08)
(name "PA4" (effects (font (size 1.27 1.27))))
2022-07-02 23:44:50 +08:00
(number "29" (effects (font (size 1.27 1.27))))
)
2022-07-03 21:37:28 +08:00
(pin bidirectional line (at -22.86 7.62 0) (length 5.08)
2022-07-02 23:44:50 +08:00
(name "PE4" (effects (font (size 1.27 1.27))))
(number "3" (effects (font (size 1.27 1.27))))
)
2022-07-03 21:37:28 +08:00
(pin bidirectional line (at 22.86 48.26 180) (length 5.08)
(name "PA5" (effects (font (size 1.27 1.27))))
2022-07-02 23:44:50 +08:00
(number "30" (effects (font (size 1.27 1.27))))
)
2022-07-03 21:37:28 +08:00
(pin bidirectional line (at 22.86 45.72 180) (length 5.08)
(name "PA6" (effects (font (size 1.27 1.27))))
2022-07-02 23:44:50 +08:00
(number "31" (effects (font (size 1.27 1.27))))
)
2022-07-03 21:37:28 +08:00
(pin bidirectional line (at 22.86 43.18 180) (length 5.08)
(name "PA7" (effects (font (size 1.27 1.27))))
2022-07-02 23:44:50 +08:00
(number "32" (effects (font (size 1.27 1.27))))
)
2022-07-03 21:37:28 +08:00
(pin bidirectional line (at 22.86 -35.56 180) (length 5.08)
(name "PC4" (effects (font (size 1.27 1.27))))
2022-07-02 23:44:50 +08:00
(number "33" (effects (font (size 1.27 1.27))))
)
2022-07-03 21:37:28 +08:00
(pin bidirectional line (at 22.86 -38.1 180) (length 5.08)
(name "PC5" (effects (font (size 1.27 1.27))))
2022-07-02 23:44:50 +08:00
(number "34" (effects (font (size 1.27 1.27))))
)
2022-07-03 21:37:28 +08:00
(pin bidirectional line (at 22.86 17.78 180) (length 5.08)
(name "PB0" (effects (font (size 1.27 1.27))))
2022-07-02 23:44:50 +08:00
(number "35" (effects (font (size 1.27 1.27))))
)
2022-07-03 21:37:28 +08:00
(pin bidirectional line (at 22.86 15.24 180) (length 5.08)
(name "PB1" (effects (font (size 1.27 1.27))))
2022-07-02 23:44:50 +08:00
(number "36" (effects (font (size 1.27 1.27))))
)
2022-07-03 21:37:28 +08:00
(pin bidirectional line (at 22.86 12.7 180) (length 5.08)
(name "PB2" (effects (font (size 1.27 1.27))))
2022-07-02 23:44:50 +08:00
(number "37" (effects (font (size 1.27 1.27))))
)
2022-07-03 21:37:28 +08:00
(pin bidirectional line (at -22.86 0 0) (length 5.08)
(name "PE7" (effects (font (size 1.27 1.27))))
2022-07-02 23:44:50 +08:00
(number "38" (effects (font (size 1.27 1.27))))
)
2022-07-03 21:37:28 +08:00
(pin bidirectional line (at -22.86 -2.54 0) (length 5.08)
(name "PE8" (effects (font (size 1.27 1.27))))
2022-07-02 23:44:50 +08:00
(number "39" (effects (font (size 1.27 1.27))))
)
2022-07-03 21:37:28 +08:00
(pin bidirectional line (at -22.86 5.08 0) (length 5.08)
2022-07-02 23:44:50 +08:00
(name "PE5" (effects (font (size 1.27 1.27))))
(number "4" (effects (font (size 1.27 1.27))))
)
2022-07-03 21:37:28 +08:00
(pin bidirectional line (at -22.86 -5.08 0) (length 5.08)
(name "PE9" (effects (font (size 1.27 1.27))))
2022-07-02 23:44:50 +08:00
(number "40" (effects (font (size 1.27 1.27))))
)
2022-07-03 21:37:28 +08:00
(pin bidirectional line (at -22.86 -7.62 0) (length 5.08)
(name "PE10" (effects (font (size 1.27 1.27))))
2022-07-02 23:44:50 +08:00
(number "41" (effects (font (size 1.27 1.27))))
)
2022-07-03 21:37:28 +08:00
(pin bidirectional line (at -22.86 -10.16 0) (length 5.08)
(name "PE11" (effects (font (size 1.27 1.27))))
2022-07-02 23:44:50 +08:00
(number "42" (effects (font (size 1.27 1.27))))
)
2022-07-03 21:37:28 +08:00
(pin bidirectional line (at -22.86 -12.7 0) (length 5.08)
(name "PE12" (effects (font (size 1.27 1.27))))
2022-07-02 23:44:50 +08:00
(number "43" (effects (font (size 1.27 1.27))))
)
2022-07-03 21:37:28 +08:00
(pin bidirectional line (at -22.86 -15.24 0) (length 5.08)
(name "PE13" (effects (font (size 1.27 1.27))))
2022-07-02 23:44:50 +08:00
(number "44" (effects (font (size 1.27 1.27))))
)
2022-07-03 21:37:28 +08:00
(pin bidirectional line (at -22.86 -17.78 0) (length 5.08)
(name "PE14" (effects (font (size 1.27 1.27))))
2022-07-02 23:44:50 +08:00
(number "45" (effects (font (size 1.27 1.27))))
)
2022-07-03 21:37:28 +08:00
(pin bidirectional line (at -22.86 -20.32 0) (length 5.08)
(name "PE15" (effects (font (size 1.27 1.27))))
2022-07-02 23:44:50 +08:00
(number "46" (effects (font (size 1.27 1.27))))
)
2022-07-03 21:37:28 +08:00
(pin bidirectional line (at 22.86 -7.62 180) (length 5.08)
(name "PB10" (effects (font (size 1.27 1.27))))
2022-07-02 23:44:50 +08:00
(number "47" (effects (font (size 1.27 1.27))))
)
2022-07-03 21:37:28 +08:00
(pin bidirectional line (at 22.86 -10.16 180) (length 5.08)
(name "PB11" (effects (font (size 1.27 1.27))))
2022-07-02 23:44:50 +08:00
(number "48" (effects (font (size 1.27 1.27))))
)
2022-07-03 21:37:28 +08:00
(pin power_in line (at -22.86 50.8 0) (length 5.08)
(name "VCAP_1" (effects (font (size 1.27 1.27))))
2022-07-02 23:44:50 +08:00
(number "49" (effects (font (size 1.27 1.27))))
)
2022-07-03 21:37:28 +08:00
(pin bidirectional line (at -22.86 2.54 0) (length 5.08)
2022-07-02 23:44:50 +08:00
(name "PE6" (effects (font (size 1.27 1.27))))
(number "5" (effects (font (size 1.27 1.27))))
)
2022-07-03 21:37:28 +08:00
(pin power_in line (at 2.54 68.58 270) (length 5.08)
(name "VDD" (effects (font (size 1.27 1.27))))
2022-07-02 23:44:50 +08:00
(number "50" (effects (font (size 1.27 1.27))))
)
2022-07-03 21:37:28 +08:00
(pin bidirectional line (at 22.86 -12.7 180) (length 5.08)
(name "PB12" (effects (font (size 1.27 1.27))))
2022-07-02 23:44:50 +08:00
(number "51" (effects (font (size 1.27 1.27))))
)
2022-07-03 21:37:28 +08:00
(pin bidirectional line (at 22.86 -15.24 180) (length 5.08)
(name "PB13" (effects (font (size 1.27 1.27))))
2022-07-02 23:44:50 +08:00
(number "52" (effects (font (size 1.27 1.27))))
)
2022-07-03 21:37:28 +08:00
(pin bidirectional line (at 22.86 -17.78 180) (length 5.08)
(name "PB14" (effects (font (size 1.27 1.27))))
2022-07-02 23:44:50 +08:00
(number "53" (effects (font (size 1.27 1.27))))
)
2022-07-03 21:37:28 +08:00
(pin bidirectional line (at 22.86 -20.32 180) (length 5.08)
(name "PB15" (effects (font (size 1.27 1.27))))
2022-07-02 23:44:50 +08:00
(number "54" (effects (font (size 1.27 1.27))))
)
2022-07-03 21:37:28 +08:00
(pin bidirectional line (at -22.86 -45.72 0) (length 5.08)
(name "PD8" (effects (font (size 1.27 1.27))))
2022-07-02 23:44:50 +08:00
(number "55" (effects (font (size 1.27 1.27))))
)
2022-07-03 21:37:28 +08:00
(pin bidirectional line (at -22.86 -48.26 0) (length 5.08)
(name "PD9" (effects (font (size 1.27 1.27))))
2022-07-02 23:44:50 +08:00
(number "56" (effects (font (size 1.27 1.27))))
)
2022-07-03 21:37:28 +08:00
(pin bidirectional line (at -22.86 -50.8 0) (length 5.08)
(name "PD10" (effects (font (size 1.27 1.27))))
2022-07-02 23:44:50 +08:00
(number "57" (effects (font (size 1.27 1.27))))
)
2022-07-03 21:37:28 +08:00
(pin bidirectional line (at -22.86 -53.34 0) (length 5.08)
(name "PD11" (effects (font (size 1.27 1.27))))
2022-07-02 23:44:50 +08:00
(number "58" (effects (font (size 1.27 1.27))))
)
2022-07-03 21:37:28 +08:00
(pin bidirectional line (at -22.86 -55.88 0) (length 5.08)
(name "PD12" (effects (font (size 1.27 1.27))))
2022-07-02 23:44:50 +08:00
(number "59" (effects (font (size 1.27 1.27))))
)
2022-07-03 21:37:28 +08:00
(pin power_in line (at -7.62 68.58 270) (length 5.08)
2022-07-02 23:44:50 +08:00
(name "VBAT" (effects (font (size 1.27 1.27))))
(number "6" (effects (font (size 1.27 1.27))))
)
2022-07-03 21:37:28 +08:00
(pin bidirectional line (at -22.86 -58.42 0) (length 5.08)
(name "PD13" (effects (font (size 1.27 1.27))))
2022-07-02 23:44:50 +08:00
(number "60" (effects (font (size 1.27 1.27))))
)
2022-07-03 21:37:28 +08:00
(pin bidirectional line (at -22.86 -60.96 0) (length 5.08)
(name "PD14" (effects (font (size 1.27 1.27))))
2022-07-02 23:44:50 +08:00
(number "61" (effects (font (size 1.27 1.27))))
)
2022-07-03 21:37:28 +08:00
(pin bidirectional line (at -22.86 -63.5 0) (length 5.08)
(name "PD15" (effects (font (size 1.27 1.27))))
2022-07-02 23:44:50 +08:00
(number "62" (effects (font (size 1.27 1.27))))
)
2022-07-03 21:37:28 +08:00
(pin bidirectional line (at 22.86 -40.64 180) (length 5.08)
(name "PC6" (effects (font (size 1.27 1.27))))
2022-07-02 23:44:50 +08:00
(number "63" (effects (font (size 1.27 1.27))))
)
2022-07-03 21:37:28 +08:00
(pin bidirectional line (at 22.86 -43.18 180) (length 5.08)
(name "PC7" (effects (font (size 1.27 1.27))))
2022-07-02 23:44:50 +08:00
(number "64" (effects (font (size 1.27 1.27))))
)
2022-07-03 21:37:28 +08:00
(pin bidirectional line (at 22.86 -45.72 180) (length 5.08)
(name "PC8" (effects (font (size 1.27 1.27))))
2022-07-02 23:44:50 +08:00
(number "65" (effects (font (size 1.27 1.27))))
)
2022-07-03 21:37:28 +08:00
(pin bidirectional line (at 22.86 -48.26 180) (length 5.08)
(name "PC9" (effects (font (size 1.27 1.27))))
2022-07-02 23:44:50 +08:00
(number "66" (effects (font (size 1.27 1.27))))
)
2022-07-03 21:37:28 +08:00
(pin bidirectional line (at 22.86 40.64 180) (length 5.08)
(name "PA8" (effects (font (size 1.27 1.27))))
2022-07-02 23:44:50 +08:00
(number "67" (effects (font (size 1.27 1.27))))
)
2022-07-03 21:37:28 +08:00
(pin bidirectional line (at 22.86 38.1 180) (length 5.08)
(name "PA9" (effects (font (size 1.27 1.27))))
2022-07-02 23:44:50 +08:00
(number "68" (effects (font (size 1.27 1.27))))
)
2022-07-03 21:37:28 +08:00
(pin bidirectional line (at 22.86 35.56 180) (length 5.08)
(name "PA10" (effects (font (size 1.27 1.27))))
2022-07-02 23:44:50 +08:00
(number "69" (effects (font (size 1.27 1.27))))
)
2022-07-03 21:37:28 +08:00
(pin bidirectional line (at 22.86 -58.42 180) (length 5.08)
2022-07-02 23:44:50 +08:00
(name "PC13" (effects (font (size 1.27 1.27))))
(number "7" (effects (font (size 1.27 1.27))))
)
2022-07-03 21:37:28 +08:00
(pin bidirectional line (at 22.86 33.02 180) (length 5.08)
(name "PA11" (effects (font (size 1.27 1.27))))
2022-07-02 23:44:50 +08:00
(number "70" (effects (font (size 1.27 1.27))))
)
2022-07-03 21:37:28 +08:00
(pin bidirectional line (at 22.86 30.48 180) (length 5.08)
(name "PA12" (effects (font (size 1.27 1.27))))
2022-07-02 23:44:50 +08:00
(number "71" (effects (font (size 1.27 1.27))))
)
2022-07-03 21:37:28 +08:00
(pin bidirectional line (at 22.86 27.94 180) (length 5.08)
(name "PA13" (effects (font (size 1.27 1.27))))
2022-07-02 23:44:50 +08:00
(number "72" (effects (font (size 1.27 1.27))))
)
2022-07-03 21:37:28 +08:00
(pin power_in line (at -22.86 48.26 0) (length 5.08)
(name "VCAP_2" (effects (font (size 1.27 1.27))))
2022-07-02 23:44:50 +08:00
(number "73" (effects (font (size 1.27 1.27))))
)
2022-07-03 21:37:28 +08:00
(pin power_in line (at 0 -71.12 90) (length 5.08)
(name "VSS" (effects (font (size 1.27 1.27))))
2022-07-02 23:44:50 +08:00
(number "74" (effects (font (size 1.27 1.27))))
)
2022-07-03 21:37:28 +08:00
(pin power_in line (at 5.08 68.58 270) (length 5.08)
(name "VDD" (effects (font (size 1.27 1.27))))
2022-07-02 23:44:50 +08:00
(number "75" (effects (font (size 1.27 1.27))))
)
2022-07-03 21:37:28 +08:00
(pin bidirectional line (at 22.86 25.4 180) (length 5.08)
(name "PA14" (effects (font (size 1.27 1.27))))
2022-07-02 23:44:50 +08:00
(number "76" (effects (font (size 1.27 1.27))))
)
2022-07-03 21:37:28 +08:00
(pin bidirectional line (at 22.86 22.86 180) (length 5.08)
(name "PA15" (effects (font (size 1.27 1.27))))
2022-07-02 23:44:50 +08:00
(number "77" (effects (font (size 1.27 1.27))))
)
2022-07-03 21:37:28 +08:00
(pin bidirectional line (at 22.86 -50.8 180) (length 5.08)
(name "PC10" (effects (font (size 1.27 1.27))))
2022-07-02 23:44:50 +08:00
(number "78" (effects (font (size 1.27 1.27))))
)
2022-07-03 21:37:28 +08:00
(pin bidirectional line (at 22.86 -53.34 180) (length 5.08)
(name "PC11" (effects (font (size 1.27 1.27))))
2022-07-02 23:44:50 +08:00
(number "79" (effects (font (size 1.27 1.27))))
)
2022-07-03 21:37:28 +08:00
(pin bidirectional line (at 22.86 -60.96 180) (length 5.08)
2022-07-02 23:44:50 +08:00
(name "PC14" (effects (font (size 1.27 1.27))))
(number "8" (effects (font (size 1.27 1.27))))
)
2022-07-03 21:37:28 +08:00
(pin bidirectional line (at 22.86 -55.88 180) (length 5.08)
(name "PC12" (effects (font (size 1.27 1.27))))
2022-07-02 23:44:50 +08:00
(number "80" (effects (font (size 1.27 1.27))))
)
2022-07-03 21:37:28 +08:00
(pin bidirectional line (at -22.86 -25.4 0) (length 5.08)
(name "PD0" (effects (font (size 1.27 1.27))))
2022-07-02 23:44:50 +08:00
(number "81" (effects (font (size 1.27 1.27))))
)
2022-07-03 21:37:28 +08:00
(pin bidirectional line (at -22.86 -27.94 0) (length 5.08)
(name "PD1" (effects (font (size 1.27 1.27))))
2022-07-02 23:44:50 +08:00
(number "82" (effects (font (size 1.27 1.27))))
)
2022-07-03 21:37:28 +08:00
(pin bidirectional line (at -22.86 -30.48 0) (length 5.08)
(name "PD2" (effects (font (size 1.27 1.27))))
2022-07-02 23:44:50 +08:00
(number "83" (effects (font (size 1.27 1.27))))
)
2022-07-03 21:37:28 +08:00
(pin bidirectional line (at -22.86 -33.02 0) (length 5.08)
(name "PD3" (effects (font (size 1.27 1.27))))
2022-07-02 23:44:50 +08:00
(number "84" (effects (font (size 1.27 1.27))))
)
2022-07-03 21:37:28 +08:00
(pin bidirectional line (at -22.86 -35.56 0) (length 5.08)
(name "PD4" (effects (font (size 1.27 1.27))))
2022-07-02 23:44:50 +08:00
(number "85" (effects (font (size 1.27 1.27))))
)
2022-07-03 21:37:28 +08:00
(pin bidirectional line (at -22.86 -38.1 0) (length 5.08)
(name "PD5" (effects (font (size 1.27 1.27))))
2022-07-02 23:44:50 +08:00
(number "86" (effects (font (size 1.27 1.27))))
)
2022-07-03 21:37:28 +08:00
(pin bidirectional line (at -22.86 -40.64 0) (length 5.08)
(name "PD6" (effects (font (size 1.27 1.27))))
2022-07-02 23:44:50 +08:00
(number "87" (effects (font (size 1.27 1.27))))
)
2022-07-03 21:37:28 +08:00
(pin bidirectional line (at -22.86 -43.18 0) (length 5.08)
(name "PD7" (effects (font (size 1.27 1.27))))
2022-07-02 23:44:50 +08:00
(number "88" (effects (font (size 1.27 1.27))))
)
2022-07-03 21:37:28 +08:00
(pin bidirectional line (at 22.86 10.16 180) (length 5.08)
(name "PB3" (effects (font (size 1.27 1.27))))
2022-07-02 23:44:50 +08:00
(number "89" (effects (font (size 1.27 1.27))))
)
2022-07-03 21:37:28 +08:00
(pin bidirectional line (at 22.86 -63.5 180) (length 5.08)
2022-07-02 23:44:50 +08:00
(name "PC15" (effects (font (size 1.27 1.27))))
(number "9" (effects (font (size 1.27 1.27))))
)
2022-07-03 21:37:28 +08:00
(pin bidirectional line (at 22.86 7.62 180) (length 5.08)
(name "PB4" (effects (font (size 1.27 1.27))))
2022-07-02 23:44:50 +08:00
(number "90" (effects (font (size 1.27 1.27))))
)
2022-07-03 21:37:28 +08:00
(pin bidirectional line (at 22.86 5.08 180) (length 5.08)
(name "PB5" (effects (font (size 1.27 1.27))))
2022-07-02 23:44:50 +08:00
(number "91" (effects (font (size 1.27 1.27))))
)
2022-07-03 21:37:28 +08:00
(pin bidirectional line (at 22.86 2.54 180) (length 5.08)
(name "PB6" (effects (font (size 1.27 1.27))))
2022-07-02 23:44:50 +08:00
(number "92" (effects (font (size 1.27 1.27))))
)
2022-07-03 21:37:28 +08:00
(pin bidirectional line (at 22.86 0 180) (length 5.08)
(name "PB7" (effects (font (size 1.27 1.27))))
2022-07-02 23:44:50 +08:00
(number "93" (effects (font (size 1.27 1.27))))
)
2022-07-03 21:37:28 +08:00
(pin input line (at -22.86 55.88 0) (length 5.08)
(name "BOOT0" (effects (font (size 1.27 1.27))))
2022-07-02 23:44:50 +08:00
(number "94" (effects (font (size 1.27 1.27))))
)
2022-07-03 21:37:28 +08:00
(pin bidirectional line (at 22.86 -2.54 180) (length 5.08)
(name "PB8" (effects (font (size 1.27 1.27))))
2022-07-02 23:44:50 +08:00
(number "95" (effects (font (size 1.27 1.27))))
)
2022-07-03 21:37:28 +08:00
(pin bidirectional line (at 22.86 -5.08 180) (length 5.08)
(name "PB9" (effects (font (size 1.27 1.27))))
2022-07-02 23:44:50 +08:00
(number "96" (effects (font (size 1.27 1.27))))
)
2022-07-03 21:37:28 +08:00
(pin bidirectional line (at -22.86 17.78 0) (length 5.08)
(name "PE0" (effects (font (size 1.27 1.27))))
2022-07-02 23:44:50 +08:00
(number "97" (effects (font (size 1.27 1.27))))
)
2022-07-03 21:37:28 +08:00
(pin bidirectional line (at -22.86 15.24 0) (length 5.08)
(name "PE1" (effects (font (size 1.27 1.27))))
2022-07-02 23:44:50 +08:00
(number "98" (effects (font (size 1.27 1.27))))
)
2022-07-03 21:37:28 +08:00
(pin power_in line (at 2.54 -71.12 90) (length 5.08)
(name "VSS" (effects (font (size 1.27 1.27))))
2022-07-02 23:44:50 +08:00
(number "99" (effects (font (size 1.27 1.27))))
)
)
)
2022-07-03 21:37:28 +08:00
(symbol "power:+3V3" (power) (pin_names (offset 0)) (in_bom yes) (on_board yes)
(property "Reference" "#PWR" (id 0) (at 0 -3.81 0)
(effects (font (size 1.27 1.27)) hide)
)
(property "Value" "+3V3" (id 1) (at 0 3.556 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)
)
(property "ki_keywords" "power-flag" (id 4) (at 0 0 0)
(effects (font (size 1.27 1.27)) hide)
)
(property "ki_description" "Power symbol creates a global label with name \"+3V3\"" (id 5) (at 0 0 0)
(effects (font (size 1.27 1.27)) hide)
)
(symbol "+3V3_0_1"
(polyline
(pts
(xy -0.762 1.27)
(xy 0 2.54)
)
(stroke (width 0) (type default) (color 0 0 0 0))
(fill (type none))
)
(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 0 2.54)
(xy 0.762 1.27)
)
(stroke (width 0) (type default) (color 0 0 0 0))
(fill (type none))
)
)
(symbol "+3V3_1_1"
(pin power_in line (at 0 0 90) (length 0) hide
(name "+3V3" (effects (font (size 1.27 1.27))))
(number "1" (effects (font (size 1.27 1.27))))
)
)
)
(symbol "power:GND" (power) (pin_names (offset 0)) (in_bom yes) (on_board yes)
(property "Reference" "#PWR" (id 0) (at 0 -6.35 0)
(effects (font (size 1.27 1.27)) hide)
)
(property "Value" "GND" (id 1) (at 0 -3.81 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)
)
(property "ki_keywords" "power-flag" (id 4) (at 0 0 0)
(effects (font (size 1.27 1.27)) hide)
)
(property "ki_description" "Power symbol creates a global label with name \"GND\" , ground" (id 5) (at 0 0 0)
(effects (font (size 1.27 1.27)) hide)
)
(symbol "GND_0_1"
(polyline
(pts
(xy 0 0)
(xy 0 -1.27)
(xy 1.27 -1.27)
(xy 0 -2.54)
(xy -1.27 -1.27)
(xy 0 -1.27)
)
(stroke (width 0) (type default) (color 0 0 0 0))
(fill (type none))
)
)
(symbol "GND_1_1"
(pin power_in line (at 0 0 270) (length 0) hide
(name "GND" (effects (font (size 1.27 1.27))))
(number "1" (effects (font (size 1.27 1.27))))
)
)
)
)
(junction (at 205.74 213.36) (diameter 0) (color 0 0 0 0)
(uuid 1bf3ccb2-d05c-4de0-af6f-f4a2a38ab910)
)
(junction (at 198.12 73.66) (diameter 0) (color 0 0 0 0)
(uuid 1eb25cb2-30bc-49a2-8ade-0a920ea265eb)
)
(junction (at 200.66 73.66) (diameter 0) (color 0 0 0 0)
(uuid 4abc6f23-7aca-4e69-b229-ed68e22f7918)
)
(junction (at 203.2 213.36) (diameter 0) (color 0 0 0 0)
(uuid 546c91fd-5d3c-4b75-bdb3-1edc0d04c7b6)
)
(junction (at 156.21 154.94) (diameter 0) (color 0 0 0 0)
(uuid 78a27a70-7c4e-46d1-922a-3b5f6436a7b7)
)
(junction (at 156.21 152.4) (diameter 0) (color 0 0 0 0)
(uuid 83d3732f-14ee-49dc-8f12-f5a79b8f5e5d)
)
(junction (at 200.66 213.36) (diameter 0) (color 0 0 0 0)
(uuid 85edecb5-5d86-4872-923e-90b508b83523)
)
(junction (at 208.28 73.66) (diameter 0) (color 0 0 0 0)
(uuid 8e8560cc-a9b2-497c-82fb-98a912c62ce1)
)
(junction (at 156.21 144.78) (diameter 0) (color 0 0 0 0)
(uuid 8ea4282e-fcc4-40f4-9c10-7d7e7f7ec41f)
)
(junction (at 203.2 73.66) (diameter 0) (color 0 0 0 0)
(uuid 958e13b0-04f8-41d4-830e-e74e091f92cd)
)
(junction (at 156.21 147.32) (diameter 0) (color 0 0 0 0)
(uuid ad862e9d-b6f7-4434-a522-045764d71f3a)
)
(junction (at 205.74 73.66) (diameter 0) (color 0 0 0 0)
(uuid c3f138d4-462e-4b91-a7e7-87a70f07ee49)
)
(junction (at 156.21 149.86) (diameter 0) (color 0 0 0 0)
(uuid edb83c17-c081-4254-b231-0d943ab880a1)
)
(wire (pts (xy 226.06 180.34) (xy 232.41 180.34))
(stroke (width 0) (type default) (color 0 0 0 0))
(uuid 034ddafb-c5da-4650-b87d-b85b7f8710cf)
)
(wire (pts (xy 226.06 170.18) (xy 232.41 170.18))
(stroke (width 0) (type default) (color 0 0 0 0))
(uuid 079cf928-ab9d-481b-875e-2ba9788899a3)
)
(wire (pts (xy 226.06 160.02) (xy 232.41 160.02))
(stroke (width 0) (type default) (color 0 0 0 0))
(uuid 07c7a362-eaba-471f-9741-82a6175866c7)
)
(wire (pts (xy 226.06 99.06) (xy 232.41 99.06))
(stroke (width 0) (type default) (color 0 0 0 0))
(uuid 0824aa7a-61ce-49b3-9041-5f18023ad8a7)
)
(wire (pts (xy 156.21 116.84) (xy 180.34 116.84))
(stroke (width 0) (type default) (color 0 0 0 0))
(uuid 09d9b485-0a99-40ad-b7ac-c44add1890df)
)
(wire (pts (xy 226.06 104.14) (xy 232.41 104.14))
(stroke (width 0) (type default) (color 0 0 0 0))
(uuid 0eda08a2-bfe8-45f2-b14a-1e5fb0986a3b)
)
(wire (pts (xy 226.06 86.36) (xy 232.41 86.36))
(stroke (width 0) (type default) (color 0 0 0 0))
(uuid 173dd5cc-2e31-4ba1-a55e-a1d000711cf4)
)
(wire (pts (xy 198.12 213.36) (xy 200.66 213.36))
(stroke (width 0) (type default) (color 0 0 0 0))
(uuid 1d3f7809-a092-43d5-856b-a3210c7c445d)
)
(wire (pts (xy 195.58 73.66) (xy 198.12 73.66))
(stroke (width 0) (type default) (color 0 0 0 0))
(uuid 219971fe-d906-49ef-a878-fd1e2bc3a349)
)
(wire (pts (xy 156.21 152.4) (xy 156.21 154.94))
(stroke (width 0) (type default) (color 0 0 0 0))
(uuid 24b98332-7041-4fb2-8667-77bd3d7757b0)
)
(wire (pts (xy 173.99 187.96) (xy 180.34 187.96))
(stroke (width 0) (type default) (color 0 0 0 0))
(uuid 30b4a684-ad8d-4497-b96c-4cb90956e4eb)
)
(wire (pts (xy 203.2 213.36) (xy 205.74 213.36))
(stroke (width 0) (type default) (color 0 0 0 0))
(uuid 3497e4a4-f169-4f4d-a591-0ad81e36c1aa)
)
(wire (pts (xy 226.06 139.7) (xy 232.41 139.7))
(stroke (width 0) (type default) (color 0 0 0 0))
(uuid 39652bdf-8460-41f2-b9d7-97e5357204e7)
)
(wire (pts (xy 226.06 116.84) (xy 254 116.84))
(stroke (width 0) (type default) (color 0 0 0 0))
(uuid 3aa54da8-9f23-4bac-9485-7099a68fc821)
)
(wire (pts (xy 156.21 152.4) (xy 163.83 152.4))
(stroke (width 0) (type default) (color 0 0 0 0))
(uuid 3d0fd43d-a16f-4374-a55a-4c1501c78717)
)
(wire (pts (xy 171.45 149.86) (xy 180.34 149.86))
(stroke (width 0) (type default) (color 0 0 0 0))
(uuid 3e095c27-5f4a-4d71-a042-e4a74c39a3b0)
)
(wire (pts (xy 156.21 149.86) (xy 163.83 149.86))
(stroke (width 0) (type default) (color 0 0 0 0))
(uuid 41343f7f-6f7e-4b5a-bbfe-344dfc16e1eb)
)
(wire (pts (xy 171.45 147.32) (xy 180.34 147.32))
(stroke (width 0) (type default) (color 0 0 0 0))
(uuid 4733641e-9db1-4faa-8f04-73deaacf885e)
)
(wire (pts (xy 156.21 154.94) (xy 156.21 157.48))
(stroke (width 0) (type default) (color 0 0 0 0))
(uuid 4f8e8f4f-9c85-498c-92d6-b223492416b3)
)
(wire (pts (xy 226.06 177.8) (xy 232.41 177.8))
(stroke (width 0) (type default) (color 0 0 0 0))
(uuid 521c8845-1823-4b00-b63d-618687d27871)
)
(wire (pts (xy 226.06 193.04) (xy 232.41 193.04))
(stroke (width 0) (type default) (color 0 0 0 0))
(uuid 528d2f0b-73de-4b90-b7fe-4780c8b407f9)
)
(wire (pts (xy 156.21 147.32) (xy 156.21 149.86))
(stroke (width 0) (type default) (color 0 0 0 0))
(uuid 55f5b199-ec6d-4225-99c9-5a863fdcde28)
)
(wire (pts (xy 156.21 154.94) (xy 163.83 154.94))
(stroke (width 0) (type default) (color 0 0 0 0))
(uuid 595267d4-144b-4d27-a1f3-2752ab850e45)
)
(wire (pts (xy 226.06 154.94) (xy 232.41 154.94))
(stroke (width 0) (type default) (color 0 0 0 0))
(uuid 5aca733f-7569-43b4-81da-acf22bbee4ea)
)
(wire (pts (xy 226.06 111.76) (xy 232.41 111.76))
(stroke (width 0) (type default) (color 0 0 0 0))
(uuid 60b8cbab-3621-4a40-acb1-5ad034ac53c4)
)
(wire (pts (xy 226.06 134.62) (xy 232.41 134.62))
(stroke (width 0) (type default) (color 0 0 0 0))
(uuid 62d2dca9-8fed-41f6-97c8-4525a56ea85d)
)
(wire (pts (xy 226.06 149.86) (xy 232.41 149.86))
(stroke (width 0) (type default) (color 0 0 0 0))
(uuid 677d8cf6-cdd1-4133-a3de-5aa8542f102d)
)
(wire (pts (xy 226.06 137.16) (xy 232.41 137.16))
(stroke (width 0) (type default) (color 0 0 0 0))
(uuid 6f4f38ae-1858-439e-b7f2-512cde83fee2)
)
(wire (pts (xy 226.06 93.98) (xy 232.41 93.98))
(stroke (width 0) (type default) (color 0 0 0 0))
(uuid 6f85a2cf-8c71-4bd6-a27e-0bd74564f1a7)
)
(wire (pts (xy 200.66 213.36) (xy 203.2 213.36))
(stroke (width 0) (type default) (color 0 0 0 0))
(uuid 70c353a0-5695-400d-b579-ba18ee4bb27b)
)
(wire (pts (xy 203.2 73.66) (xy 205.74 73.66))
(stroke (width 0) (type default) (color 0 0 0 0))
(uuid 76e7881d-868d-42aa-b201-b221c91135a5)
)
(wire (pts (xy 226.06 198.12) (xy 232.41 198.12))
(stroke (width 0) (type default) (color 0 0 0 0))
(uuid 7ebfb876-a743-466d-8aec-e70ad1d2c3e2)
)
(wire (pts (xy 156.21 144.78) (xy 156.21 147.32))
(stroke (width 0) (type default) (color 0 0 0 0))
(uuid 8add1ddb-d727-43b5-84e3-bd6126f03b66)
)
(wire (pts (xy 226.06 172.72) (xy 232.41 172.72))
(stroke (width 0) (type default) (color 0 0 0 0))
(uuid 8d1be56f-14c3-4ed6-ac80-f794bea3d0d5)
)
(wire (pts (xy 198.12 73.66) (xy 200.66 73.66))
(stroke (width 0) (type default) (color 0 0 0 0))
(uuid 8ee0be24-89db-4e89-b767-47c56c9d6166)
)
(wire (pts (xy 156.21 144.78) (xy 163.83 144.78))
(stroke (width 0) (type default) (color 0 0 0 0))
(uuid 902321ab-730d-4ad8-a4ed-6e8412050609)
)
(wire (pts (xy 156.21 149.86) (xy 156.21 152.4))
(stroke (width 0) (type default) (color 0 0 0 0))
(uuid 9260c697-6ddd-4849-a47a-2a58e308c63a)
)
(wire (pts (xy 226.06 124.46) (xy 232.41 124.46))
(stroke (width 0) (type default) (color 0 0 0 0))
(uuid 94f1b40b-ea24-4bdf-8737-8ebb82383d99)
)
(wire (pts (xy 226.06 152.4) (xy 232.41 152.4))
(stroke (width 0) (type default) (color 0 0 0 0))
(uuid 9535a1f1-8be8-4b1f-9347-21e1208aa37e)
)
(wire (pts (xy 226.06 195.58) (xy 232.41 195.58))
(stroke (width 0) (type default) (color 0 0 0 0))
(uuid 983ddbba-4844-460c-9012-ce2f0096f9eb)
)
(wire (pts (xy 156.21 147.32) (xy 163.83 147.32))
(stroke (width 0) (type default) (color 0 0 0 0))
(uuid 9e049f91-69a1-46ef-a4ed-11ba962110b6)
)
(wire (pts (xy 208.28 73.66) (xy 210.82 73.66))
(stroke (width 0) (type default) (color 0 0 0 0))
(uuid 9f3a4c1a-6527-41f5-bb61-0a27e2d51b98)
)
(wire (pts (xy 156.21 119.38) (xy 180.34 119.38))
(stroke (width 0) (type default) (color 0 0 0 0))
(uuid a45dbeff-12a6-4e7f-90a2-1cf37174abc7)
)
(wire (pts (xy 226.06 142.24) (xy 232.41 142.24))
(stroke (width 0) (type default) (color 0 0 0 0))
(uuid a7ea0145-2b13-4b1b-b7ac-9f65bcf7b8e8)
)
(wire (pts (xy 226.06 132.08) (xy 232.41 132.08))
(stroke (width 0) (type default) (color 0 0 0 0))
(uuid a8aa70f4-532d-452c-bad9-6e2fd5f3f8ae)
)
(wire (pts (xy 171.45 154.94) (xy 180.34 154.94))
(stroke (width 0) (type default) (color 0 0 0 0))
(uuid ad55363f-aac5-4d66-a781-fcab035c016f)
)
(wire (pts (xy 205.74 73.66) (xy 208.28 73.66))
(stroke (width 0) (type default) (color 0 0 0 0))
(uuid b2355d25-14af-4365-97b3-c6f14b1f6cf1)
)
(wire (pts (xy 226.06 109.22) (xy 232.41 109.22))
(stroke (width 0) (type default) (color 0 0 0 0))
(uuid b32bc966-9876-41ba-b22c-a79c9d6db9ee)
)
(wire (pts (xy 156.21 142.24) (xy 156.21 144.78))
(stroke (width 0) (type default) (color 0 0 0 0))
(uuid b32dc866-592a-446d-be7c-6eb19420da61)
)
(wire (pts (xy 156.21 157.48) (xy 163.83 157.48))
(stroke (width 0) (type default) (color 0 0 0 0))
(uuid b8a38a53-88ec-4b92-9225-e0f48cfc0e2f)
)
(wire (pts (xy 226.06 175.26) (xy 232.41 175.26))
(stroke (width 0) (type default) (color 0 0 0 0))
(uuid bab6855e-1091-4062-850b-e0a04ae52baa)
)
(wire (pts (xy 226.06 88.9) (xy 232.41 88.9))
(stroke (width 0) (type default) (color 0 0 0 0))
(uuid bc2e209e-39ed-4f97-91ea-a346b4785c3a)
)
(wire (pts (xy 226.06 96.52) (xy 232.41 96.52))
(stroke (width 0) (type default) (color 0 0 0 0))
(uuid c18b5de8-ca69-46b4-8cae-faa651d6c410)
)
(wire (pts (xy 226.06 119.38) (xy 232.41 119.38))
(stroke (width 0) (type default) (color 0 0 0 0))
(uuid c37edeb8-af1f-462f-a0d9-75754bef0522)
)
(wire (pts (xy 226.06 127) (xy 232.41 127))
(stroke (width 0) (type default) (color 0 0 0 0))
(uuid d7d61ff7-e5d9-49b0-a4e4-1f492725deb6)
)
(wire (pts (xy 226.06 81.28) (xy 232.41 81.28))
(stroke (width 0) (type default) (color 0 0 0 0))
(uuid d869a78e-0fc1-49c6-a31f-cd8674551325)
)
(wire (pts (xy 226.06 83.82) (xy 232.41 83.82))
(stroke (width 0) (type default) (color 0 0 0 0))
(uuid d888eece-e249-42da-87f3-0f62b277b25e)
)
(wire (pts (xy 205.74 213.36) (xy 208.28 213.36))
(stroke (width 0) (type default) (color 0 0 0 0))
(uuid da0e1eeb-2a2f-4bc6-8ded-e0510e59db4a)
)
(wire (pts (xy 226.06 144.78) (xy 232.41 144.78))
(stroke (width 0) (type default) (color 0 0 0 0))
(uuid dae5799c-2ea4-4fa6-be0c-b45ba4bc4d21)
)
(wire (pts (xy 226.06 91.44) (xy 232.41 91.44))
(stroke (width 0) (type default) (color 0 0 0 0))
(uuid e1541f6f-0c6c-4947-8022-eec7bee3adce)
)
(wire (pts (xy 226.06 162.56) (xy 232.41 162.56))
(stroke (width 0) (type default) (color 0 0 0 0))
(uuid e52e3445-4900-420d-96f0-9d49abc17b96)
)
(wire (pts (xy 171.45 144.78) (xy 180.34 144.78))
(stroke (width 0) (type default) (color 0 0 0 0))
(uuid ea3fe068-208a-4806-b66b-d7952128c7d4)
)
(wire (pts (xy 226.06 114.3) (xy 254 114.3))
(stroke (width 0) (type default) (color 0 0 0 0))
(uuid ece0e5e0-8ee9-4139-aac7-fec429578df7)
)
(wire (pts (xy 226.06 157.48) (xy 232.41 157.48))
(stroke (width 0) (type default) (color 0 0 0 0))
(uuid edd5a55c-0c89-489c-babe-ee5f434fea77)
)
(wire (pts (xy 173.99 167.64) (xy 180.34 167.64))
(stroke (width 0) (type default) (color 0 0 0 0))
(uuid fb581b91-749a-4ec9-a747-f9ef6f0a1dc6)
)
(wire (pts (xy 171.45 152.4) (xy 180.34 152.4))
(stroke (width 0) (type default) (color 0 0 0 0))
(uuid fddc03d9-838f-477c-a585-a505f3eb8057)
)
(wire (pts (xy 171.45 157.48) (xy 180.34 157.48))
(stroke (width 0) (type default) (color 0 0 0 0))
(uuid fe68e868-9af7-4830-8478-ffbd84374f71)
)
(wire (pts (xy 200.66 73.66) (xy 203.2 73.66))
(stroke (width 0) (type default) (color 0 0 0 0))
(uuid ff79e599-25bb-4f9b-84ee-667de7dfdd21)
)
(label "SWDIO" (at 246.38 114.3 0)
(effects (font (size 1.27 1.27)) (justify left bottom))
(uuid 0b7e38a3-871d-4ecf-93d5-6d85d5632830)
)
(label "RCC_OSC_IN" (at 156.21 116.84 0)
(effects (font (size 1.27 1.27)) (justify left bottom))
(uuid 7260bba2-56a0-42b6-9e07-f1ed11923c40)
)
(label "RCC_OSC_OUT" (at 156.21 119.38 0)
(effects (font (size 1.27 1.27)) (justify left bottom))
(uuid 966ef88a-18ae-40ce-9594-7286d7481daf)
)
(label "SWCLK" (at 246.38 116.84 0)
(effects (font (size 1.27 1.27)) (justify left bottom))
(uuid e14b5e25-985f-44de-bf78-fe96f8db5738)
)
(hierarchical_label "USB_DP" (shape bidirectional) (at 232.41 111.76 0)
(effects (font (size 1.27 1.27)) (justify left))
(uuid 0b4277cf-7791-49ba-888e-4e992a4c7cdd)
)
(hierarchical_label "TEC_VREF" (shape input) (at 232.41 96.52 0)
(effects (font (size 1.27 1.27)) (justify left))
(uuid 0c6e2dc7-501d-43ca-bde9-f9e7bf0a534d)
)
(hierarchical_label "ETH_REF_CLK" (shape input) (at 232.41 83.82 0)
(effects (font (size 1.27 1.27)) (justify left))
(uuid 0fae7916-3f4b-45da-b4e7-2da004867934)
)
(hierarchical_label "USB_VBUS" (shape input) (at 232.41 104.14 0)
(effects (font (size 1.27 1.27)) (justify left))
(uuid 14e4223e-662d-4719-ad82-8e46855bb24e)
)
(hierarchical_label "TADC_CLK" (shape output) (at 232.41 193.04 0)
(effects (font (size 1.27 1.27)) (justify left))
(uuid 1747c3ea-3e9f-4de5-bdc5-e9ff03cc8caa)
)
(hierarchical_label "TDAC_MOSI" (shape output) (at 232.41 137.16 0)
(effects (font (size 1.27 1.27)) (justify left))
(uuid 1d31a66e-4c94-4418-b54b-625769054728)
)
(hierarchical_label "PWM_MAXIP" (shape output) (at 232.41 144.78 0)
(effects (font (size 1.27 1.27)) (justify left))
(uuid 23779cbe-ff9e-4682-9700-c391a89d9be4)
)
(hierarchical_label "USB_DN" (shape bidirectional) (at 232.41 109.22 0)
(effects (font (size 1.27 1.27)) (justify left))
(uuid 32c4bf54-1ee4-4c84-a775-906ea9b701a1)
)
(hierarchical_label "ETH_RST" (shape output) (at 232.41 81.28 0)
(effects (font (size 1.27 1.27)) (justify left))
(uuid 377b88d6-10b3-467a-bd5a-5d5ba4fc1acb)
)
(hierarchical_label "TEC_SHDN" (shape output) (at 232.41 93.98 0)
(effects (font (size 1.27 1.27)) (justify left))
(uuid 427e7778-3595-4d2b-9f25-205e7e886ef0)
)
(hierarchical_label "ETH_TXD1" (shape output) (at 232.41 157.48 0)
(effects (font (size 1.27 1.27)) (justify left))
(uuid 471ede9b-47db-4c54-9583-7717a74535bd)
)
(hierarchical_label "ETH_MDIO" (shape bidirectional) (at 232.41 86.36 0)
(effects (font (size 1.27 1.27)) (justify left))
(uuid 5347a108-3d6e-42fd-8e42-0b40efb55a35)
)
(hierarchical_label "LDAC_MOSI" (shape output) (at 232.41 162.56 0)
(effects (font (size 1.27 1.27)) (justify left))
(uuid 568024f8-cc1f-4744-aa33-493216eeafd5)
)
(hierarchical_label "AT_EVENT" (shape input) (at 232.41 172.72 0)
(effects (font (size 1.27 1.27)) (justify left))
(uuid 5944624e-dbd6-45a3-b77e-24fc7aebecb2)
)
(hierarchical_label "PWM_MAXV" (shape output) (at 232.41 142.24 0)
(effects (font (size 1.27 1.27)) (justify left))
(uuid 5c6c26f7-ce20-4188-865c-4d616041196c)
)
(hierarchical_label "POE_PWR_SRC" (shape input) (at 232.41 175.26 0)
(effects (font (size 1.27 1.27)) (justify left))
(uuid 5d6b3da2-c9e3-4ef2-8480-be741ec0dd0e)
)
(hierarchical_label "TADC_CS" (shape output) (at 232.41 119.38 0)
(effects (font (size 1.27 1.27)) (justify left))
(uuid 70ec5798-2d13-421a-aede-d37b72d1da29)
)
(hierarchical_label "ETH_RXD0" (shape input) (at 232.41 177.8 0)
(effects (font (size 1.27 1.27)) (justify left))
(uuid 731eab99-f305-47e5-a072-7849c1eda637)
)
(hierarchical_label "PD_BIAS" (shape output) (at 232.41 91.44 0)
(effects (font (size 1.27 1.27)) (justify left))
(uuid 7461b577-4270-4cfb-976f-de7d0cd51713)
)
(hierarchical_label "TADC_MISO" (shape input) (at 232.41 195.58 0)
(effects (font (size 1.27 1.27)) (justify left))
(uuid 772bc6ff-edcf-4353-ae2a-610b56eeea82)
)
(hierarchical_label "LDAC_CS" (shape output) (at 173.99 187.96 180)
(effects (font (size 1.27 1.27)) (justify right))
(uuid 81b7fa90-3c6f-41c4-8aa5-9875031e318f)
)
(hierarchical_label "TADC_MOSI" (shape output) (at 232.41 198.12 0)
(effects (font (size 1.27 1.27)) (justify left))
(uuid 879f2646-ec8f-4cfa-9de1-ed90f7d88e78)
)
(hierarchical_label "ETH_CRS_DV" (shape input) (at 232.41 99.06 0)
(effects (font (size 1.27 1.27)) (justify left))
(uuid 89b353f6-efb5-46ee-ae59-bbdc53870047)
)
(hierarchical_label "TADC_SYNC" (shape output) (at 173.99 167.64 180)
(effects (font (size 1.27 1.27)) (justify right))
(uuid a0b94e30-dd5d-4b04-ac43-66ed6df8c9c8)
)
(hierarchical_label "PWM_MAXIN" (shape output) (at 232.41 139.7 0)
(effects (font (size 1.27 1.27)) (justify left))
(uuid a1c1f3c4-c234-430b-a588-65e9d02a611b)
)
(hierarchical_label "TEC_ISEN" (shape input) (at 232.41 124.46 0)
(effects (font (size 1.27 1.27)) (justify left))
(uuid ab50a477-17e8-4b90-ad66-0d9c9eb3be04)
)
(hierarchical_label "TEC_VSEN" (shape input) (at 232.41 127 0)
(effects (font (size 1.27 1.27)) (justify left))
(uuid c6a0e501-408a-4941-ae6d-d97033ea6c13)
)
(hierarchical_label "ETH_TX_EN" (shape output) (at 232.41 152.4 0)
(effects (font (size 1.27 1.27)) (justify left))
(uuid cd9832dc-b9cd-4f55-af06-e42cea5c7e8c)
)
(hierarchical_label "TDAC_SYNC" (shape output) (at 232.41 134.62 0)
(effects (font (size 1.27 1.27)) (justify left))
(uuid d15c425b-72e9-4656-9f84-6e558f368863)
)
(hierarchical_label "ETH_TXD0" (shape output) (at 232.41 154.94 0)
(effects (font (size 1.27 1.27)) (justify left))
(uuid dcc2a463-76cd-412c-8a17-270ea2751f5f)
)
(hierarchical_label "PD_MON" (shape input) (at 232.41 88.9 0)
(effects (font (size 1.27 1.27)) (justify left))
(uuid e373d73f-8135-4634-9f65-98312aa2d732)
)
(hierarchical_label "ETH_RXD1" (shape input) (at 232.41 180.34 0)
(effects (font (size 1.27 1.27)) (justify left))
(uuid ea4a33d8-ad5a-4d66-8eb0-1428a349e83a)
)
(hierarchical_label "LDAC_LOAD" (shape output) (at 232.41 160.02 0)
(effects (font (size 1.27 1.27)) (justify left))
(uuid ecce0a65-1222-44d7-9f18-8afabed27578)
)
(hierarchical_label "ETH_MDC" (shape output) (at 232.41 170.18 0)
(effects (font (size 1.27 1.27)) (justify left))
(uuid ed8708ec-ea4f-4082-aec9-7a57ea02d49c)
)
(hierarchical_label "LDAC_CLK" (shape output) (at 232.41 149.86 0)
(effects (font (size 1.27 1.27)) (justify left))
(uuid f1547544-7b0e-4724-95ec-6b9e669fb54a)
)
(hierarchical_label "TDAC_CLK" (shape output) (at 232.41 132.08 0)
(effects (font (size 1.27 1.27)) (justify left))
(uuid fa64cdf7-8edc-4eb7-a87f-bf7b37d7253b)
)
(symbol (lib_id "Device:R") (at 167.64 149.86 90) (unit 1)
(in_bom yes) (on_board yes)
(uuid 3488fcc2-96d0-4f44-9077-0e06482de89e)
(property "Reference" "R?" (id 0) (at 172.72 148.59 90))
(property "Value" "10k" (id 1) (at 167.64 149.86 90))
(property "Footprint" "" (id 2) (at 167.64 151.638 90)
(effects (font (size 1.27 1.27)) hide)
)
(property "Datasheet" "~" (id 3) (at 167.64 149.86 0)
(effects (font (size 1.27 1.27)) hide)
)
(pin "1" (uuid bb207970-5eb5-4cf9-b0d4-1cdeb55a579a))
(pin "2" (uuid 133d1953-00ee-41f8-bc4f-4054987cff87))
2022-06-14 16:07:26 +08:00
)
2022-07-03 21:37:28 +08:00
(symbol (lib_id "power:GND") (at 203.2 213.36 0) (unit 1)
(in_bom yes) (on_board yes) (fields_autoplaced)
(uuid 4be639a4-fae2-4c0d-9c1b-834f869ab125)
(property "Reference" "#PWR?" (id 0) (at 203.2 219.71 0)
(effects (font (size 1.27 1.27)) hide)
)
(property "Value" "GND" (id 1) (at 203.2 218.44 0))
(property "Footprint" "" (id 2) (at 203.2 213.36 0)
(effects (font (size 1.27 1.27)) hide)
)
(property "Datasheet" "" (id 3) (at 203.2 213.36 0)
(effects (font (size 1.27 1.27)) hide)
)
(pin "1" (uuid b18cebd3-2eca-4f8d-b97c-85776b84ed4a))
)
2022-07-02 23:44:50 +08:00
2022-07-03 21:37:28 +08:00
(symbol (lib_id "MCU_ST_STM32F4:STM32F407VGTx") (at 203.2 142.24 0) (unit 1)
2022-07-02 23:44:50 +08:00
(in_bom yes) (on_board yes) (fields_autoplaced)
2022-07-03 21:37:28 +08:00
(uuid 753aa0e3-582f-4c90-b501-a25a730bd87e)
(property "Reference" "U?" (id 0) (at 210.2994 210.82 0)
2022-07-02 23:44:50 +08:00
(effects (font (size 1.27 1.27)) (justify left))
)
2022-07-03 21:37:28 +08:00
(property "Value" "STM32F407VGTx" (id 1) (at 210.2994 213.36 0)
2022-07-02 23:44:50 +08:00
(effects (font (size 1.27 1.27)) (justify left))
)
2022-07-03 21:37:28 +08:00
(property "Footprint" "Package_QFP:LQFP-100_14x14mm_P0.5mm" (id 2) (at 185.42 208.28 0)
2022-07-02 23:44:50 +08:00
(effects (font (size 1.27 1.27)) (justify right) hide)
)
2022-07-03 21:37:28 +08:00
(property "Datasheet" "http://www.st.com/st-web-ui/static/active/en/resource/technical/document/datasheet/DM00037051.pdf" (id 3) (at 203.2 142.24 0)
(effects (font (size 1.27 1.27)) hide)
)
(pin "1" (uuid 5a387b09-4d2f-4c5e-9913-cee548fd3f4d))
(pin "10" (uuid 7805e221-407e-43a4-b25d-e38eea422b5c))
(pin "100" (uuid b2ca08a1-5433-4dc7-bb47-00f4512c6979))
(pin "11" (uuid f4bf9a27-ae30-4834-be5f-68eea8982edb))
(pin "12" (uuid 0ef4933a-b383-4938-ad8a-fbd3037bdbb1))
(pin "13" (uuid 07175b23-59b0-4d92-8a51-6eb6e93dc12e))
(pin "14" (uuid f0b762c0-42a8-4739-9d60-feb6f7cadf50))
(pin "15" (uuid 82b936f7-d20c-45fe-9f48-2462eca92f41))
(pin "16" (uuid dd0b6d76-d7ae-4957-95cd-294b87629517))
(pin "17" (uuid 009dd581-5b9d-4ed0-8092-068151c0496d))
(pin "18" (uuid 876e1342-5596-46d9-af20-1e2ae58033f8))
(pin "19" (uuid 2a6b5fd8-c548-4ec5-96db-cd3a79827940))
(pin "2" (uuid 1ee411d2-7892-4d8e-8ec0-2b95f4017c55))
(pin "20" (uuid 2cd0d057-fd80-4cee-9fa9-6ce850a625a6))
(pin "21" (uuid 0c0b7669-5762-4e57-bf91-712f29376f9e))
(pin "22" (uuid db23a38a-74d5-4380-9d04-e83bdd0549ca))
(pin "23" (uuid a4ace564-d236-4fbb-92e7-865d3d68d6c8))
(pin "24" (uuid 8bb478ee-696f-41d7-b37c-68b256166aab))
(pin "25" (uuid 9d161552-a210-4a8a-90ae-f12290395bd9))
(pin "26" (uuid 41e3e0ca-9e29-4cec-82d6-a5788bf7bc1a))
(pin "27" (uuid 25026abc-2e81-47d6-bd04-24e04a76e764))
(pin "28" (uuid eb972398-9a60-476e-879b-016e22f2a425))
(pin "29" (uuid 954326ab-033e-4add-b616-6848e95a2081))
(pin "3" (uuid d6a1a155-459e-4e8f-b3ea-db1b428dafa6))
(pin "30" (uuid 98f5d266-d0cb-4bc9-8686-2b2612a7b60f))
(pin "31" (uuid c7fbbaa4-3fed-4144-a80f-1c0f30796433))
(pin "32" (uuid 10ba0b9a-250d-4b27-90e6-efaf710485d2))
(pin "33" (uuid 1ef90633-8739-41bd-b57b-028049a1d1c4))
(pin "34" (uuid 8fce2f6d-6c87-4005-85ad-7f38924f49ba))
(pin "35" (uuid eccc0bff-71e6-4c8a-a980-64cae9f39208))
(pin "36" (uuid ebd57e6f-fa80-42f4-ab6c-4f42e86de7df))
(pin "37" (uuid 3b5cbeae-3252-4983-a396-1c53de522800))
(pin "38" (uuid 7f94b026-ed3d-47c1-b083-22c3ce3d4c89))
(pin "39" (uuid e8393af9-b9b7-4f73-a559-efd582f96a85))
(pin "4" (uuid 7aff3c91-3f80-444b-b32a-8314ec611465))
(pin "40" (uuid d69fad99-fc76-4251-b8c5-4f84f54c0229))
(pin "41" (uuid 4e87ad7d-2023-4c3f-873e-a66221fa8052))
(pin "42" (uuid 9dc5a698-1daa-43a1-8a73-d2e497a5fc9a))
(pin "43" (uuid d9aec215-5dfb-4e3e-9f7e-b2b56d3e6b63))
(pin "44" (uuid 41952c60-8cc9-400a-85c7-79c8b6d3e83a))
(pin "45" (uuid 4427495f-140d-4eba-9967-be93f773c4c9))
(pin "46" (uuid dfed44ce-5466-45a5-b34a-90e658b12903))
(pin "47" (uuid 39d7a9cc-aeae-4529-a0a3-989cc5118e1b))
(pin "48" (uuid 2800fd86-e3a4-4145-aaa2-e2bd0672e2ac))
(pin "49" (uuid b527d6a3-ce7e-4c55-bdf7-1cac8bbfd304))
(pin "5" (uuid 84d59528-439b-47fd-8f2f-df39055f3fed))
(pin "50" (uuid 7d011fdf-0c20-4d32-86f1-fa36bda2907a))
(pin "51" (uuid a0c01418-5a71-4afc-8bd2-777e0f865b93))
(pin "52" (uuid 4ae83dc0-69b3-4c63-a372-2fe760462d8e))
(pin "53" (uuid 1ff800f7-a9be-423c-b229-7fd3cd76cdd3))
(pin "54" (uuid dd55d4e9-6f34-4308-94a9-7f7808b2f5f8))
(pin "55" (uuid fe993ecd-cbe6-41cb-8464-a78f2fc65f7a))
(pin "56" (uuid b2ddf50b-f55e-41b9-8e81-0c82a10fab9a))
(pin "57" (uuid 988265d0-0de4-4bf4-b1da-21b3416b71fc))
(pin "58" (uuid 47e7f631-4b49-4f6d-919e-4519c7f4f975))
(pin "59" (uuid 70f10948-fdc5-4958-9a9d-18bff130a755))
(pin "6" (uuid 42a8cad8-fa94-40e8-a4ff-d5f0202580ea))
(pin "60" (uuid 4eed5ebf-834f-46f3-a51e-1d27c7e6e42c))
(pin "61" (uuid ce95f42e-667a-495e-bf48-f37f24108833))
(pin "62" (uuid d5812837-04b0-4179-baec-02ca00711ffe))
(pin "63" (uuid 5b785dde-51f2-4249-aef1-406f02e2ab35))
(pin "64" (uuid 05b5c6b9-9a4a-436d-a392-5081032dae0b))
(pin "65" (uuid 20201f8f-1c7a-4717-b888-bd153b33a448))
(pin "66" (uuid 00d08d50-88a6-463a-bc98-5050d6d2aaa9))
(pin "67" (uuid b49adb4f-daea-42ae-85ed-d414eea42082))
(pin "68" (uuid 136142f6-0e72-4c15-bda4-5bedfc9ecf00))
(pin "69" (uuid 61b149b8-fe32-4cc7-9824-12b32767cfa2))
(pin "7" (uuid abe94905-088c-4c24-ac56-8ed844930833))
(pin "70" (uuid 613b73f7-c9ff-4f69-90e2-b876b840eece))
(pin "71" (uuid 84ee5aad-1ca5-4cd3-a4cf-4fc9ad8fb08b))
(pin "72" (uuid 72f6fbf1-05fd-4607-a0b4-cd9820c5577e))
(pin "73" (uuid 42567b97-0816-4b39-b377-d57e74ee5c2e))
(pin "74" (uuid 13c8a0d1-876c-4e65-a3c4-238d3b4730d1))
(pin "75" (uuid c26218ab-c8e9-4572-9a92-3b495b1d1ebb))
(pin "76" (uuid 600c37d3-0851-4014-9f95-d6fff3962591))
(pin "77" (uuid ed405d50-f8e2-4877-8684-8340f5437986))
(pin "78" (uuid 21b4fab6-5261-487b-98fd-2167a1d80bfa))
(pin "79" (uuid a048c700-3ad7-472c-9d9a-587487a435d3))
(pin "8" (uuid 0e4accd8-2318-4364-8986-dfdb4b3d2703))
(pin "80" (uuid b0554816-d5fb-4f7f-99d9-47dc24d9e540))
(pin "81" (uuid c6e1b16d-b21c-4b9f-aaaf-eb5e7745689f))
(pin "82" (uuid 18764f63-c21d-4d04-9d8a-28ea374362d5))
(pin "83" (uuid b06531ea-f4a0-4bb7-8f96-3fc07719f44c))
(pin "84" (uuid 25449650-3b02-4a87-a2df-520b9f0438b2))
(pin "85" (uuid a4e280de-08c4-4a0f-ad23-059f95bf34de))
(pin "86" (uuid fddd1dee-8053-450f-81ce-445ef56624a8))
(pin "87" (uuid 2aa75793-66ae-4457-81c2-a5f2a8408c05))
(pin "88" (uuid 3e5925a7-7f91-4ea3-8ef5-01bf0cdca7c3))
(pin "89" (uuid b596894f-15e0-422a-be0c-839d057c9915))
(pin "9" (uuid 1e50d425-b1eb-4080-ba5d-de3534231a93))
(pin "90" (uuid 7cdb1143-f6f1-4c73-b2c6-fc5df1191cde))
(pin "91" (uuid 21669096-bdcc-4e10-bb2e-5b1f0afdab56))
(pin "92" (uuid 07797c76-e99a-4aec-9820-54d4f3f23158))
(pin "93" (uuid 190313bf-3fac-4498-b519-422ee2a8b163))
(pin "94" (uuid 6d0cc644-fca7-4169-99df-315987361a57))
(pin "95" (uuid 23b9bd75-9eac-40c0-aec7-998c6b5db8b1))
(pin "96" (uuid abb1b93a-dc75-49d7-94d3-5a75019cfba8))
(pin "97" (uuid 827e74b7-273b-4432-9d81-13ba96597630))
(pin "98" (uuid f3b8956d-6c28-48c1-b6d5-86ab01a9c262))
(pin "99" (uuid d13d0ec2-76fc-4dd2-b8dc-21fb6c849d98))
)
(symbol (lib_id "Device:R") (at 167.64 147.32 90) (unit 1)
(in_bom yes) (on_board yes)
(uuid 760889b2-e1e6-47d9-b437-2afac0fe4550)
(property "Reference" "R?" (id 0) (at 172.72 146.05 90))
(property "Value" "10k" (id 1) (at 167.64 147.32 90))
(property "Footprint" "" (id 2) (at 167.64 149.098 90)
(effects (font (size 1.27 1.27)) hide)
)
(property "Datasheet" "~" (id 3) (at 167.64 147.32 0)
(effects (font (size 1.27 1.27)) hide)
)
(pin "1" (uuid c22fed7f-6dea-423f-af7b-1668683cf99f))
(pin "2" (uuid 1ca8bbd8-e986-4ffa-bb5a-d5136458beda))
)
(symbol (lib_id "power:+3V3") (at 156.21 142.24 0) (unit 1)
(in_bom yes) (on_board yes) (fields_autoplaced)
(uuid 7aeeef35-8404-4c8e-b612-8a44deacdebc)
(property "Reference" "#PWR?" (id 0) (at 156.21 146.05 0)
(effects (font (size 1.27 1.27)) hide)
)
(property "Value" "+3V3" (id 1) (at 156.21 137.16 0))
(property "Footprint" "" (id 2) (at 156.21 142.24 0)
(effects (font (size 1.27 1.27)) hide)
)
(property "Datasheet" "" (id 3) (at 156.21 142.24 0)
(effects (font (size 1.27 1.27)) hide)
)
(pin "1" (uuid bd624fd1-6f6b-4daf-8466-74ffee81dc37))
)
(symbol (lib_id "Device:R") (at 167.64 144.78 90) (unit 1)
(in_bom yes) (on_board yes)
(uuid 972eeb5b-6036-4775-91a1-f6c2df5cab7b)
(property "Reference" "R?" (id 0) (at 172.72 143.51 90))
(property "Value" "10k" (id 1) (at 167.64 144.78 90))
(property "Footprint" "" (id 2) (at 167.64 146.558 90)
(effects (font (size 1.27 1.27)) hide)
)
(property "Datasheet" "~" (id 3) (at 167.64 144.78 0)
(effects (font (size 1.27 1.27)) hide)
)
(pin "1" (uuid 731cdb80-b167-4810-bbf5-205cf4dbcc6e))
(pin "2" (uuid 841750d0-1619-432f-9e95-ef1700194ca3))
)
(symbol (lib_id "Device:R") (at 167.64 152.4 90) (unit 1)
(in_bom yes) (on_board yes)
(uuid 9b6e9690-e88e-4c3f-bc0f-96f3d579dc5b)
(property "Reference" "R?" (id 0) (at 172.72 151.13 90))
(property "Value" "10k" (id 1) (at 167.64 152.4 90))
(property "Footprint" "" (id 2) (at 167.64 154.178 90)
(effects (font (size 1.27 1.27)) hide)
)
(property "Datasheet" "~" (id 3) (at 167.64 152.4 0)
(effects (font (size 1.27 1.27)) hide)
)
(pin "1" (uuid cabe3e1f-ffa1-49eb-92fe-ce885dd8d759))
(pin "2" (uuid e1263a77-98b3-478a-9e1b-41990015eb3b))
)
(symbol (lib_id "power:+3V3") (at 195.58 73.66 0) (unit 1)
(in_bom yes) (on_board yes) (fields_autoplaced)
(uuid b58377a1-51cd-4ca2-a538-467bd8a4f88f)
(property "Reference" "#PWR?" (id 0) (at 195.58 77.47 0)
(effects (font (size 1.27 1.27)) hide)
)
(property "Value" "+3V3" (id 1) (at 195.58 68.58 0))
(property "Footprint" "" (id 2) (at 195.58 73.66 0)
(effects (font (size 1.27 1.27)) hide)
)
(property "Datasheet" "" (id 3) (at 195.58 73.66 0)
(effects (font (size 1.27 1.27)) hide)
)
(pin "1" (uuid 04da30ad-212c-41fd-aa6e-e82f6cbe6c0d))
)
(symbol (lib_id "Device:R") (at 167.64 154.94 90) (unit 1)
(in_bom yes) (on_board yes)
(uuid fd30af51-399b-4eb8-ade1-9669dbbf8c80)
(property "Reference" "R?" (id 0) (at 172.72 153.67 90))
(property "Value" "10k" (id 1) (at 167.64 154.94 90))
(property "Footprint" "" (id 2) (at 167.64 156.718 90)
(effects (font (size 1.27 1.27)) hide)
)
(property "Datasheet" "~" (id 3) (at 167.64 154.94 0)
(effects (font (size 1.27 1.27)) hide)
)
(pin "1" (uuid 2d859c7b-6ff0-472c-a2e4-29b59a64451d))
(pin "2" (uuid fb7d6163-05f2-4d6b-992d-960835cacbc7))
)
(symbol (lib_id "Device:R") (at 167.64 157.48 90) (unit 1)
(in_bom yes) (on_board yes)
(uuid ff560c51-dbbe-4417-a216-6194f699e4ed)
(property "Reference" "R?" (id 0) (at 172.72 156.21 90))
(property "Value" "10k" (id 1) (at 167.64 157.48 90))
(property "Footprint" "" (id 2) (at 167.64 159.258 90)
(effects (font (size 1.27 1.27)) hide)
)
(property "Datasheet" "~" (id 3) (at 167.64 157.48 0)
2022-07-02 23:44:50 +08:00
(effects (font (size 1.27 1.27)) hide)
)
2022-07-03 21:37:28 +08:00
(pin "1" (uuid c75f87c2-2470-4edd-be63-03381c80039c))
(pin "2" (uuid 857bfab4-b722-4b2a-ba8c-59a1e6394887))
2022-07-02 23:44:50 +08:00
)
2022-06-14 16:07:26 +08:00
)