clean up libraries

This commit is contained in:
ahtn 2017-12-05 21:07:21 +10:00
parent dacd2fff47
commit 424bc95b52
19 changed files with 741 additions and 965 deletions

View File

@ -0,0 +1,11 @@
Designator,Part,Value,Quantity,Digi-key Part Number,URL,Datasheet
"R1, R2",,5.1k,2,311-5.10KLRCT-ND ,https://www.digikey.com/product-detail/en/yageo/RC0402FR-075K1L/311-5.10KLRCT-ND/729571,
"R3, R4, R5",,10k,3,311-10KJRCT-ND ,https://www.digikey.com/product-detail/en/yageo/RC0402JR-0710KL/311-10KJRCT-ND/729365,
"R6, R7",,100k,2,311-100KLRCT-ND ,https://www.digikey.com/product-detail/en/yageo/RC0402FR-07100KL/311-100KLRCT-ND/729473,
C1,,1uF,1,490-12701-2-ND,https://www.digikey.com/product-detail/en/murata-electronics-north-america/GRM155R61A105KE01D/490-12701-2-ND/4905116,
C2,,10uF,1,490-6473-1-ND,https://www.digikey.com/product-detail/en/murata-electronics-north-america/GRM21BR61C106KE15K/490-6473-1-ND/3845670,http://psearch.en.murata.com/capacitor/product/GRM21BR61C106KE15%23.html
"C3, C4, C5, C6",,0.1uF,4,490-6322-2-ND,https://www.digikey.com/product-detail/en/murata-electronics-north-america/GRM155R71A104KA01J/490-6322-2-ND/2610882,
D1,BAT54C,Common cathode diode array,1,BAT54C-FDITR-ND,https://www.digikey.com/product-detail/en/diodes-incorporated/BAT54C-7-F/BAT54C-FDITR-ND/717701,https://www.diodes.com/assets/Datasheets/ds11005.pdf
U1,MCP1700,3.3V regulator,1,MCP1700T3302ETTTR-ND,https://www.digikey.com/product-detail/en/microchip-technology/MCP1700T-3302E-TT/MCP1700T3302ETTTR-ND/652676,http://ww1.microchip.com/downloads/en/DeviceDoc/20001826D.pdf
U2,Atxmega32A4U,,1,ATXMEGA32A4U-MH-ND,https://www.digikey.com/product-detail/en/microchip-technology/ATXMEGA32A4U-MH/ATXMEGA32A4U-MH-ND/3046481,http://www.atmel.com/images/Atmel-8387-8-and16-bit-AVR-Microcontroller-XMEGA-A4U_Datasheet.pdf
J1,DX07B024JJ2R1500,,1,670-2847-1-ND,https://www.digikey.com/product-detail/en/jae-electronics/DX07B024JJ2R1500/670-2847-1-ND/5395889,
1 Designator Part Value Quantity Digi-key Part Number URL Datasheet
2 R1, R2 5.1k 2 311-5.10KLRCT-ND https://www.digikey.com/product-detail/en/yageo/RC0402FR-075K1L/311-5.10KLRCT-ND/729571
3 R3, R4, R5 10k 3 311-10KJRCT-ND https://www.digikey.com/product-detail/en/yageo/RC0402JR-0710KL/311-10KJRCT-ND/729365
4 R6, R7 100k 2 311-100KLRCT-ND https://www.digikey.com/product-detail/en/yageo/RC0402FR-07100KL/311-100KLRCT-ND/729473
5 C1 1uF 1 490-12701-2-ND https://www.digikey.com/product-detail/en/murata-electronics-north-america/GRM155R61A105KE01D/490-12701-2-ND/4905116
6 C2 10uF 1 490-6473-1-ND https://www.digikey.com/product-detail/en/murata-electronics-north-america/GRM21BR61C106KE15K/490-6473-1-ND/3845670 http://psearch.en.murata.com/capacitor/product/GRM21BR61C106KE15%23.html
7 C3, C4, C5, C6 0.1uF 4 490-6322-2-ND https://www.digikey.com/product-detail/en/murata-electronics-north-america/GRM155R71A104KA01J/490-6322-2-ND/2610882
8 D1 BAT54C Common cathode diode array 1 BAT54C-FDITR-ND https://www.digikey.com/product-detail/en/diodes-incorporated/BAT54C-7-F/BAT54C-FDITR-ND/717701 https://www.diodes.com/assets/Datasheets/ds11005.pdf
9 U1 MCP1700 3.3V regulator 1 MCP1700T3302ETTTR-ND https://www.digikey.com/product-detail/en/microchip-technology/MCP1700T-3302E-TT/MCP1700T3302ETTTR-ND/652676 http://ww1.microchip.com/downloads/en/DeviceDoc/20001826D.pdf
10 U2 Atxmega32A4U 1 ATXMEGA32A4U-MH-ND https://www.digikey.com/product-detail/en/microchip-technology/ATXMEGA32A4U-MH/ATXMEGA32A4U-MH-ND/3046481 http://www.atmel.com/images/Atmel-8387-8-and16-bit-AVR-Microcontroller-XMEGA-A4U_Datasheet.pdf
11 J1 DX07B024JJ2R1500 1 670-2847-1-ND https://www.digikey.com/product-detail/en/jae-electronics/DX07B024JJ2R1500/670-2847-1-ND/5395889

View File

@ -0,0 +1,4 @@
(fp_lib_table
(lib (name conn_usb)(type KiCad)(uri "$(KIPRJMOD)/../../kicad_common/footprints/conn_usb.pretty")(options "")(descr ""))
(lib (name qfn)(type KiCad)(uri "$(KIPRJMOD)/../../kicad_common/footprints/qfn.pretty")(options "")(descr ""))
)

View File

Before

Width:  |  Height:  |  Size: 80 KiB

After

Width:  |  Height:  |  Size: 80 KiB

View File

@ -83,7 +83,7 @@ U 1 1 591002C8
P 6650 2925
F 0 "C4" H 6625 2725 50 0000 L CNN
F 1 "0.1uF" H 6575 2650 39 0000 L CNN
F 2 "Capacitors_SMD:C_0402_NoSilk" H 6688 2775 50 0001 C CNN
F 2 "Capacitor_SMD:C_0402_1005Metric" H 6688 2775 50 0001 C CNN
F 3 "" H 6650 2925 50 0001 C CNN
1 6650 2925
-1 0 0 1
@ -94,7 +94,7 @@ U 1 1 59100318
P 6450 2925
F 0 "C5" H 6400 2725 50 0000 L CNN
F 1 "0.1uF" H 6375 2650 39 0000 L CNN
F 2 "Capacitors_SMD:C_0402_NoSilk" H 6488 2775 50 0001 C CNN
F 2 "Capacitor_SMD:C_0402_1005Metric" H 6488 2775 50 0001 C CNN
F 3 "" H 6450 2925 50 0001 C CNN
1 6450 2925
-1 0 0 1
@ -105,7 +105,7 @@ U 1 1 59100348
P 6850 2925
F 0 "C3" H 6800 2725 50 0000 L CNN
F 1 "0.1uF" H 6775 2650 39 0000 L CNN
F 2 "Capacitors_SMD:C_0402_NoSilk" H 6888 2775 50 0001 C CNN
F 2 "Capacitor_SMD:C_0402_1005Metric" H 6888 2775 50 0001 C CNN
F 3 "" H 6850 2925 50 0001 C CNN
1 6850 2925
-1 0 0 1
@ -116,7 +116,7 @@ U 1 1 5910037F
P 6250 2925
F 0 "C6" H 6200 2725 50 0000 L CNN
F 1 "0.1uF" H 6175 2650 39 0000 L CNN
F 2 "Capacitors_SMD:C_0402_NoSilk" H 6288 2775 50 0001 C CNN
F 2 "Capacitor_SMD:C_0402_1005Metric" H 6288 2775 50 0001 C CNN
F 3 "" H 6250 2925 50 0001 C CNN
1 6250 2925
-1 0 0 1
@ -127,7 +127,7 @@ U 1 1 59100D83
P 3700 5850
F 0 "R1" H 3600 5850 50 0000 C CNN
F 1 "5.1k" V 3700 5850 50 0000 C CNN
F 2 "Resistors_SMD:R_0402_NoSilk" V 3630 5850 50 0001 C CNN
F 2 "Resistor_SMD:R_0402_1005Metric" V 3630 5850 50 0001 C CNN
F 3 "" H 3700 5850 50 0001 C CNN
1 3700 5850
1 0 0 -1
@ -138,7 +138,7 @@ U 1 1 59100DF9
P 3950 5850
F 0 "R2" H 4050 5850 50 0000 C CNN
F 1 "5.1k" V 3950 5850 50 0000 C CNN
F 2 "Resistors_SMD:R_0402_NoSilk" V 3880 5850 50 0001 C CNN
F 2 "Resistor_SMD:R_0402_1005Metric" V 3880 5850 50 0001 C CNN
F 3 "" H 3950 5850 50 0001 C CNN
1 3950 5850
1 0 0 -1
@ -171,7 +171,7 @@ U 1 1 59107B07
P 8150 3300
F 0 "J3" H 8150 3400 50 0000 C CNN
F 1 "CONN_01X01" V 8150 3750 50 0001 C CNN
F 2 "headers:Pin_Header_Straight_1x01_Pitch2.00mm_No_Silk" H 8150 3300 50 0001 C CNN
F 2 "Conn_PinHeader_2.00mm:PinHeader_1x01_P2.00mm_Vertical" H 8150 3300 50 0001 C CNN
F 3 "" H 8150 3300 50 0001 C CNN
1 8150 3300
1 0 0 -1
@ -354,7 +354,7 @@ U 1 1 5918049E
P 7150 2925
F 0 "C2" H 7100 2725 50 0000 L CNN
F 1 "10uF" H 7075 2650 39 0000 L CNN
F 2 "Capacitors_SMD:C_0805" H 7188 2775 50 0001 C CNN
F 2 "Capacitor_SMD:C_0805_2012Metric" H 7188 2775 50 0001 C CNN
F 3 "" H 7150 2925 50 0001 C CNN
1 7150 2925
-1 0 0 1
@ -365,7 +365,7 @@ U 1 1 5918161D
P 4925 3325
F 0 "R3" H 4825 3325 50 0000 C CNN
F 1 "10k" V 4925 3325 50 0000 C CNN
F 2 "Resistors_SMD:R_0402_NoSilk" V 4855 3325 50 0001 C CNN
F 2 "Resistor_SMD:R_0402_1005Metric" V 4855 3325 50 0001 C CNN
F 3 "" H 4925 3325 50 0001 C CNN
1 4925 3325
1 0 0 -1
@ -387,7 +387,7 @@ U 1 1 591846D9
P 4650 4050
F 0 "R4" H 4550 4050 50 0000 C CNN
F 1 "10k" V 4650 4050 50 0000 C CNN
F 2 "Resistors_SMD:R_0402_NoSilk" V 4580 4050 50 0001 C CNN
F 2 "Resistor_SMD:R_0402_1005Metric" V 4580 4050 50 0001 C CNN
F 3 "" H 4650 4050 50 0001 C CNN
1 4650 4050
1 0 0 -1
@ -398,7 +398,7 @@ U 1 1 5918472E
P 4800 4050
F 0 "R5" H 4900 4050 50 0000 C CNN
F 1 "10k" V 4800 4050 50 0000 C CNN
F 2 "Resistors_SMD:R_0402_NoSilk" V 4730 4050 50 0001 C CNN
F 2 "Resistor_SMD:R_0402_1005Metric" V 4730 4050 50 0001 C CNN
F 3 "" H 4800 4050 50 0001 C CNN
1 4800 4050
1 0 0 -1
@ -420,7 +420,7 @@ U 1 1 596D9841
P 4300 2050
F 0 "D1" V 4100 1950 50 0000 C CNN
F 1 "D_Schottky_x2_KCom_AAK" V 4400 2650 50 0000 C CNN
F 2 "TO_SOT_Packages_SMD:SOT-23" H 4300 2050 50 0001 C CNN
F 2 "Package_TO_SOT_SMD:SOT-23" H 4300 2050 50 0001 C CNN
F 3 "" H 4300 2050 50 0001 C CNN
1 4300 2050
0 -1 -1 0
@ -442,7 +442,7 @@ U 1 1 5912FD33
P 3850 2600
F 0 "C1" H 3750 2700 50 0000 L CNN
F 1 "1uF" H 3600 2600 50 0000 L CNN
F 2 "Capacitors_SMD:C_0402_NoSilk" H 3888 2450 50 0001 C CNN
F 2 "Capacitor_SMD:C_0402_1005Metric" H 3888 2450 50 0001 C CNN
F 3 "" H 3850 2600 50 0001 C CNN
1 3850 2600
-1 0 0 1
@ -453,7 +453,7 @@ U 1 1 596DD7BD
P 4100 3800
F 0 "R6" H 4000 3800 50 0000 C CNN
F 1 "100k" V 4100 3800 50 0000 C CNN
F 2 "Resistors_SMD:R_0402_NoSilk" V 4030 3800 50 0001 C CNN
F 2 "Resistor_SMD:R_0402_1005Metric" V 4030 3800 50 0001 C CNN
F 3 "" H 4100 3800 50 0001 C CNN
1 4100 3800
1 0 0 -1
@ -464,7 +464,7 @@ U 1 1 596DD95D
P 4100 4350
F 0 "R7" H 4000 4350 50 0000 C CNN
F 1 "100k" V 4100 4350 50 0000 C CNN
F 2 "Resistors_SMD:R_0402_NoSilk" V 4030 4350 50 0001 C CNN
F 2 "Resistor_SMD:R_0402_1005Metric" V 4030 4350 50 0001 C CNN
F 3 "" H 4100 4350 50 0001 C CNN
1 4100 4350
1 0 0 -1
@ -816,7 +816,7 @@ U 1 1 59BE1328
P 2450 5200
F 0 "J1" H 1800 5175 60 0000 C CNN
F 1 "USB_TYPE_C" H 2400 5250 60 0000 C CNN
F 2 "connectors:DX07B024JJ1R1300" H 2400 4950 60 0001 C CNN
F 2 "conn_usb:DX07B024JJ1R1300" H 2400 4950 60 0001 C CNN
F 3 "" H 2400 4950 60 0001 C CNN
1 2450 5200
1 0 0 -1
@ -827,7 +827,7 @@ U 1 1 59BE116E
P 8150 3900
F 0 "J2" H 8200 4400 50 0000 C CNN
F 1 "Conn_02x09_Odd_Even" H 8200 3400 50 0000 C CNN
F 2 "headers:Pin_Header_Straight_2x09_Pitch2.00mm_No_Silk" H 8150 3900 50 0001 C CNN
F 2 "Conn_PinHeader_2.00mm:PinHeader_2x09_P2.00mm_Vertical" H 8150 3900 50 0001 C CNN
F 3 "" H 8150 3900 50 0001 C CNN
1 8150 3900
1 0 0 -1
@ -838,7 +838,7 @@ U 1 1 59BE1233
P 9600 3950
F 0 "J4" H 9650 4450 50 0000 C CNN
F 1 "Conn_02x09_Odd_Even" H 9650 3450 50 0000 C CNN
F 2 "headers:Pin_Header_Straight_2x09_Pitch2.00mm_No_Silk" H 9600 3950 50 0001 C CNN
F 2 "Conn_PinHeader_2.00mm:PinHeader_2x09_P2.00mm_Vertical" H 9600 3950 50 0001 C CNN
F 3 "" H 9600 3950 50 0001 C CNN
1 9600 3950
1 0 0 -1
@ -849,7 +849,7 @@ U 1 1 59BE1A4B
P 3350 2450
F 0 "U1" H 3125 2150 50 0000 C CNN
F 1 "MCP1700-3302E_SOT23" H 3025 2625 50 0000 L CNN
F 2 "TO_SOT_Packages_SMD:SOT-23" H 3350 2675 50 0001 C CNN
F 2 "Package_TO_SOT_SMD:SOT-23" H 3350 2675 50 0001 C CNN
F 3 "" H 3350 2450 50 0001 C CNN
1 3350 2450
1 0 0 -1

View File

@ -1,11 +0,0 @@
Designator,Part,Value,Quantity,URL,Datasheet,Alternatives
"R1, R2",,5.1k,2,https://www.digikey.com/product-detail/en/yageo/RC0402FR-075K1L/311-5.10KLRCT-ND/729571,,
"R3, R4, R5",,10k,3,https://www.digikey.com/product-detail/en/yageo/RC0402JR-0710KL/311-10KJRCT-ND/729365,,
"R6, R7",,100k,2,https://www.digikey.com/product-detail/en/yageo/RC0402FR-07100KL/311-100KLRCT-ND/729473,,
C1,,1uF,1,https://www.digikey.com/product-detail/en/murata-electronics-north-america/GRM155R61A105KE01D/490-12701-2-ND/4905116,,
C2,,10uF,1,https://www.digikey.com/product-detail/en/murata-electronics-north-america/GRM21BR61C106KE15K/490-6473-1-ND/3845670,http://psearch.en.murata.com/capacitor/product/GRM21BR61C106KE15%23.html,
"C3, C4, C5, C6",,0.1uF,4,https://www.digikey.com/product-detail/en/murata-electronics-north-america/GRM155R71A104KA01J/490-6322-2-ND/2610882,,
D1,BAT54C,Common cathode diode array,1,https://www.digikey.com/product-detail/en/diodes-incorporated/BAT54C-7-F/BAT54C-FDITR-ND/717701,https://www.diodes.com/assets/Datasheets/ds11005.pdf,
U1,MCP1700,3.3V regulator,1,https://www.digikey.com/product-detail/en/microchip-technology/MCP1700T-3302E-TT/MCP1700T3302ETTTR-ND/652676,http://ww1.microchip.com/downloads/en/DeviceDoc/20001826D.pdf,
U2,Atxmega32A4U,,1,https://www.digikey.com/product-detail/en/microchip-technology/ATXMEGA32A4U-MH/ATXMEGA32A4U-MH-ND/3046481,http://www.atmel.com/images/Atmel-8387-8-and16-bit-AVR-Microcontroller-XMEGA-A4U_Datasheet.pdf,"ATxmega64A4U, Atxmega128A4U"
J1,DX07B024JJ2R1500,,1,https://www.digikey.com/product-detail/en/jae-electronics/DX07B024JJ2R1500/670-2847-1-ND/5395889,,DX07B024JJ1R1500
1 Designator Part Value Quantity URL Datasheet Alternatives
2 R1, R2 5.1k 2 https://www.digikey.com/product-detail/en/yageo/RC0402FR-075K1L/311-5.10KLRCT-ND/729571
3 R3, R4, R5 10k 3 https://www.digikey.com/product-detail/en/yageo/RC0402JR-0710KL/311-10KJRCT-ND/729365
4 R6, R7 100k 2 https://www.digikey.com/product-detail/en/yageo/RC0402FR-07100KL/311-100KLRCT-ND/729473
5 C1 1uF 1 https://www.digikey.com/product-detail/en/murata-electronics-north-america/GRM155R61A105KE01D/490-12701-2-ND/4905116
6 C2 10uF 1 https://www.digikey.com/product-detail/en/murata-electronics-north-america/GRM21BR61C106KE15K/490-6473-1-ND/3845670 http://psearch.en.murata.com/capacitor/product/GRM21BR61C106KE15%23.html
7 C3, C4, C5, C6 0.1uF 4 https://www.digikey.com/product-detail/en/murata-electronics-north-america/GRM155R71A104KA01J/490-6322-2-ND/2610882
8 D1 BAT54C Common cathode diode array 1 https://www.digikey.com/product-detail/en/diodes-incorporated/BAT54C-7-F/BAT54C-FDITR-ND/717701 https://www.diodes.com/assets/Datasheets/ds11005.pdf
9 U1 MCP1700 3.3V regulator 1 https://www.digikey.com/product-detail/en/microchip-technology/MCP1700T-3302E-TT/MCP1700T3302ETTTR-ND/652676 http://ww1.microchip.com/downloads/en/DeviceDoc/20001826D.pdf
10 U2 Atxmega32A4U 1 https://www.digikey.com/product-detail/en/microchip-technology/ATXMEGA32A4U-MH/ATXMEGA32A4U-MH-ND/3046481 http://www.atmel.com/images/Atmel-8387-8-and16-bit-AVR-Microcontroller-XMEGA-A4U_Datasheet.pdf ATxmega64A4U, Atxmega128A4U
11 J1 DX07B024JJ2R1500 1 https://www.digikey.com/product-detail/en/jae-electronics/DX07B024JJ2R1500/670-2847-1-ND/5395889 DX07B024JJ1R1500

View File

@ -1,45 +0,0 @@
(module DX07B024JJ1R1300 (layer F.Cu) (tedit 58D79BE2)
(fp_text reference J** (at 12.94 9.64) (layer F.SilkS)
(effects (font (size 1 1) (thickness 0.15)))
)
(fp_text value DX07B024JJ1R1300 (at 2.54 9.55) (layer F.Fab)
(effects (font (size 1 1) (thickness 0.15)))
)
(fp_line (start 4.7 6.85) (end 6.7 6.85) (layer F.CrtYd) (width 0.1))
(fp_line (start -4.7 6.85) (end -6.5 6.85) (layer F.CrtYd) (width 0.1))
(fp_line (start 4.7 2.6) (end 4.7 6.85) (layer F.CrtYd) (width 0.1))
(fp_arc (start 4.7 2.1) (end 4.7 1.6) (angle 180) (layer F.CrtYd) (width 0.1))
(fp_arc (start -4.7 2.1) (end -4.7 1.6) (angle -180) (layer F.CrtYd) (width 0.1))
(fp_line (start -4.7 2.6) (end -4.7 6.85) (layer F.CrtYd) (width 0.1))
(fp_line (start -4.7 1.6) (end 4.7 1.6) (layer F.CrtYd) (width 0.1))
(pad 0 thru_hole oval (at 5.85 5.3) (size 1.1 2.75) (drill oval 0.7 1.5 (offset 0 -0.325)) (layers *.Cu *.Mask))
(pad B12 smd rect (at -2.875 0.9) (size 0.27 0.8) (layers F.Cu F.Paste F.Mask))
(pad 0 thru_hole oval (at 4.32 0) (size 1.2 2.3) (drill oval 0.6 1.9) (layers *.Cu *.Mask))
(pad 0 thru_hole oval (at -3.97 0.6) (size 1.4 1.1) (drill oval 1.2 0.7) (layers *.Cu *.Mask))
(pad 0 thru_hole oval (at 4 0.6) (size 1.4 1.1) (drill oval 1.2 0.7) (layers *.Cu *.Mask))
(pad A1 smd rect (at -2.625 -0.7) (size 0.27 0.9) (layers F.Cu F.Paste F.Mask))
(pad 0 thru_hole oval (at -4.32 0) (size 1.2 2.3) (drill oval 0.6 1.9) (layers *.Cu *.Mask))
(pad 0 thru_hole oval (at -5.85 5.3) (size 1.1 2.75) (drill oval 0.7 1.5 (offset 0 -0.325)) (layers *.Cu *.Mask))
(pad A2 smd rect (at -2.125 -0.7) (size 0.27 0.9) (layers F.Cu F.Paste F.Mask))
(pad A3 smd rect (at -1.625 -0.7) (size 0.27 0.9) (layers F.Cu F.Paste F.Mask))
(pad A4 smd rect (at -1.125 -0.7) (size 0.27 0.9) (layers F.Cu F.Paste F.Mask))
(pad A5 smd rect (at -0.625 -0.7) (size 0.27 0.9) (layers F.Cu F.Paste F.Mask))
(pad A6 smd rect (at -0.125 -0.7) (size 0.27 0.9) (layers F.Cu F.Paste F.Mask))
(pad A7 smd rect (at 0.375 -0.7) (size 0.27 0.9) (layers F.Cu F.Paste F.Mask))
(pad A8 smd rect (at 0.875 -0.7) (size 0.27 0.9) (layers F.Cu F.Paste F.Mask))
(pad A9 smd rect (at 1.375 -0.7) (size 0.27 0.9) (layers F.Cu F.Paste F.Mask))
(pad A10 smd rect (at 1.875 -0.7) (size 0.27 0.9) (layers F.Cu F.Paste F.Mask))
(pad A11 smd rect (at 2.375 -0.7) (size 0.27 0.9) (layers F.Cu F.Paste F.Mask))
(pad A12 smd rect (at 2.875 -0.7) (size 0.27 0.9) (layers F.Cu F.Paste F.Mask))
(pad B11 smd rect (at -2.375 0.9) (size 0.27 0.8) (layers F.Cu F.Paste F.Mask))
(pad B10 smd rect (at -1.875 0.9) (size 0.27 0.8) (layers F.Cu F.Paste F.Mask))
(pad B9 smd rect (at -1.375 0.9) (size 0.27 0.8) (layers F.Cu F.Paste F.Mask))
(pad B8 smd rect (at -0.875 0.9) (size 0.27 0.8) (layers F.Cu F.Paste F.Mask))
(pad B7 smd rect (at -0.375 0.9) (size 0.27 0.8) (layers F.Cu F.Paste F.Mask))
(pad B6 smd rect (at 0.125 0.9) (size 0.27 0.8) (layers F.Cu F.Paste F.Mask))
(pad B5 smd rect (at 0.625 0.9) (size 0.27 0.8) (layers F.Cu F.Paste F.Mask))
(pad B4 smd rect (at 1.125 0.9) (size 0.27 0.8) (layers F.Cu F.Paste F.Mask))
(pad B3 smd rect (at 1.625 0.9) (size 0.27 0.8) (layers F.Cu F.Paste F.Mask))
(pad B2 smd rect (at 2.125 0.9) (size 0.27 0.8) (layers F.Cu F.Paste F.Mask))
(pad B1 smd rect (at 2.625 0.9) (size 0.27 0.8) (layers F.Cu F.Paste F.Mask))
)

View File

@ -1,5 +0,0 @@
(fp_lib_table
(lib (name connectors)(type KiCad)(uri "$(KIPRJMOD)/connectors.pretty")(options "")(descr ""))
(lib (name qfn)(type KiCad)(uri "$(KIPRJMOD)/qfn.pretty")(options "")(descr ""))
(lib (name headers)(type KiCad)(uri "$(KIPRJMOD)/headers.pretty")(options "")(descr ""))
)

View File

@ -1,27 +0,0 @@
(module Pin_Header_Straight_1x01_Pitch2.00mm_No_Silk (layer F.Cu) (tedit 5910FE1F)
(descr "Through hole straight pin header, 1x01, 2.00mm pitch, single row")
(tags "Through hole pin header THT 1x01 2.00mm single row")
(fp_text reference J3 (at 0 -2.06) (layer F.SilkS) hide
(effects (font (size 1 1) (thickness 0.15)))
)
(fp_text value CONN_01X01 (at 0 2.06) (layer F.Fab)
(effects (font (size 1 1) (thickness 0.15)))
)
(fp_line (start -1 -1) (end -1 1) (layer F.Fab) (width 0.1))
(fp_line (start -1 1) (end 1 1) (layer F.Fab) (width 0.1))
(fp_line (start 1 1) (end 1 -1) (layer F.Fab) (width 0.1))
(fp_line (start 1 -1) (end -1 -1) (layer F.Fab) (width 0.1))
(fp_line (start -1.5 -1.5) (end -1.5 1.5) (layer F.CrtYd) (width 0.05))
(fp_line (start -1.5 1.5) (end 1.5 1.5) (layer F.CrtYd) (width 0.05))
(fp_line (start 1.5 1.5) (end 1.5 -1.5) (layer F.CrtYd) (width 0.05))
(fp_line (start 1.5 -1.5) (end -1.5 -1.5) (layer F.CrtYd) (width 0.05))
(fp_text user %R (at 0 -2.06) (layer F.Fab)
(effects (font (size 1 1) (thickness 0.15)))
)
(pad 1 thru_hole circle (at 0 0) (size 1.35 1.35) (drill 0.8) (layers *.Cu *.Mask))
(model ${KISYS3DMOD}/Pin_Headers.3dshapes/Pin_Header_Straight_1x01_Pitch2.00mm.wrl
(at (xyz 0 0 0))
(scale (xyz 1 1 1))
(rotate (xyz 0 0 0))
)
)

View File

@ -1,44 +0,0 @@
(module Pin_Header_Straight_2x09_Pitch2.00mm_No_Silk (layer F.Cu) (tedit 5910FDA0)
(descr "Through hole straight pin header, 2x09, 2.00mm pitch, double rows")
(tags "Through hole pin header THT 2x09 2.00mm double row")
(fp_text reference J2 (at 1 -2.06) (layer F.SilkS) hide
(effects (font (size 1 1) (thickness 0.15)))
)
(fp_text value CONN_02X09 (at 1 18.06) (layer F.Fab)
(effects (font (size 1 1) (thickness 0.15)))
)
(fp_line (start -1 -1) (end -1 17) (layer F.Fab) (width 0.1))
(fp_line (start -1 17) (end 3 17) (layer F.Fab) (width 0.1))
(fp_line (start 3 17) (end 3 -1) (layer F.Fab) (width 0.1))
(fp_line (start 3 -1) (end -1 -1) (layer F.Fab) (width 0.1))
(fp_line (start -1.5 -1.5) (end -1.5 17.5) (layer F.CrtYd) (width 0.05))
(fp_line (start -1.5 17.5) (end 3.5 17.5) (layer F.CrtYd) (width 0.05))
(fp_line (start 3.5 17.5) (end 3.5 -1.5) (layer F.CrtYd) (width 0.05))
(fp_line (start 3.5 -1.5) (end -1.5 -1.5) (layer F.CrtYd) (width 0.05))
(fp_text user %R (at 1 -2.06) (layer F.Fab) hide
(effects (font (size 1 1) (thickness 0.15)))
)
(pad 1 thru_hole circle (at 0 0) (size 1.35 1.35) (drill 0.8) (layers *.Cu *.Mask))
(pad 2 thru_hole oval (at 2 0) (size 1.35 1.35) (drill 0.8) (layers *.Cu *.Mask))
(pad 3 thru_hole oval (at 0 2) (size 1.35 1.35) (drill 0.8) (layers *.Cu *.Mask))
(pad 4 thru_hole oval (at 2 2) (size 1.35 1.35) (drill 0.8) (layers *.Cu *.Mask))
(pad 5 thru_hole oval (at 0 4) (size 1.35 1.35) (drill 0.8) (layers *.Cu *.Mask))
(pad 6 thru_hole oval (at 2 4) (size 1.35 1.35) (drill 0.8) (layers *.Cu *.Mask))
(pad 7 thru_hole oval (at 0 6) (size 1.35 1.35) (drill 0.8) (layers *.Cu *.Mask))
(pad 8 thru_hole oval (at 2 6) (size 1.35 1.35) (drill 0.8) (layers *.Cu *.Mask))
(pad 9 thru_hole oval (at 0 8) (size 1.35 1.35) (drill 0.8) (layers *.Cu *.Mask))
(pad 10 thru_hole oval (at 2 8) (size 1.35 1.35) (drill 0.8) (layers *.Cu *.Mask))
(pad 11 thru_hole oval (at 0 10) (size 1.35 1.35) (drill 0.8) (layers *.Cu *.Mask))
(pad 12 thru_hole oval (at 2 10) (size 1.35 1.35) (drill 0.8) (layers *.Cu *.Mask))
(pad 13 thru_hole oval (at 0 12) (size 1.35 1.35) (drill 0.8) (layers *.Cu *.Mask))
(pad 14 thru_hole oval (at 2 12) (size 1.35 1.35) (drill 0.8) (layers *.Cu *.Mask))
(pad 15 thru_hole oval (at 0 14) (size 1.35 1.35) (drill 0.8) (layers *.Cu *.Mask))
(pad 16 thru_hole oval (at 2 14) (size 1.35 1.35) (drill 0.8) (layers *.Cu *.Mask))
(pad 17 thru_hole oval (at 0 16) (size 1.35 1.35) (drill 0.8) (layers *.Cu *.Mask))
(pad 18 thru_hole oval (at 2 16) (size 1.35 1.35) (drill 0.8) (layers *.Cu *.Mask))
(model ${KISYS3DMOD}/Pin_Headers.3dshapes/Pin_Header_Straight_2x09_Pitch2.00mm.wrl
(at (xyz 0 0 0))
(scale (xyz 1 1 1))
(rotate (xyz 0 0 0))
)
)

View File

@ -1,110 +0,0 @@
(module QFN-44-1EP_7x7mm_Pitch0.5mm_Alt_Silk locked (layer F.Cu) (tedit 591D78DA)
(descr "UK Package; 44-Lead Plastic QFN (7mm x 7mm); (see Linear Technology QFN_44_05-08-1763.pdf)")
(tags "QFN 0.5")
(attr smd)
(fp_text reference U2 (at 4.445 2.921 90) (layer F.SilkS)
(effects (font (size 0.8 0.8) (thickness 0.15)))
)
(fp_text value ATXMEGA16A4U-MH_EPAD (at 0 4.75) (layer F.Fab)
(effects (font (size 1 1) (thickness 0.15)))
)
(fp_line (start -2.9 -3.6) (end -3.6 -3.6) (layer F.SilkS) (width 0.2))
(fp_arc (start -3.6 -3.6) (end -3.6 -3.2) (angle 270) (layer F.SilkS) (width 0.2))
(fp_line (start -3.6 -3.6) (end -3.6 -2.9) (layer F.SilkS) (width 0.2))
(fp_line (start -2.5 -3.5) (end 3.5 -3.5) (layer F.Fab) (width 0.15))
(fp_line (start 3.5 -3.5) (end 3.5 3.5) (layer F.Fab) (width 0.15))
(fp_line (start 3.5 3.5) (end -3.5 3.5) (layer F.Fab) (width 0.15))
(fp_line (start -3.5 3.5) (end -3.5 -2.5) (layer F.Fab) (width 0.15))
(fp_line (start -3.5 -2.5) (end -2.5 -3.5) (layer F.Fab) (width 0.15))
(fp_line (start -4 -4) (end -4 4) (layer F.CrtYd) (width 0.05))
(fp_line (start 4 -4) (end 4 4) (layer F.CrtYd) (width 0.05))
(fp_line (start -4 -4) (end 4 -4) (layer F.CrtYd) (width 0.05))
(fp_line (start -4 4) (end 4 4) (layer F.CrtYd) (width 0.05))
(fp_line (start 3.625 -3.625) (end 3.625 -2.85) (layer F.SilkS) (width 0.15))
(fp_line (start -3.625 3.625) (end -3.625 2.85) (layer F.SilkS) (width 0.15))
(fp_line (start 3.625 3.625) (end 3.625 2.85) (layer F.SilkS) (width 0.15))
(fp_line (start -3.625 3.625) (end -2.85 3.625) (layer F.SilkS) (width 0.15))
(fp_line (start 3.625 3.625) (end 2.85 3.625) (layer F.SilkS) (width 0.15))
(fp_line (start 3.625 -3.625) (end 2.85 -3.625) (layer F.SilkS) (width 0.15))
(pad 1 smd rect (at -3.4 -2.5) (size 0.7 0.25) (layers F.Cu F.Paste F.Mask))
(pad 2 smd rect (at -3.4 -2) (size 0.7 0.25) (layers F.Cu F.Paste F.Mask))
(pad 3 smd rect (at -3.4 -1.5) (size 0.7 0.25) (layers F.Cu F.Paste F.Mask))
(pad 4 smd rect (at -3.4 -1) (size 0.7 0.25) (layers F.Cu F.Paste F.Mask))
(pad 5 smd rect (at -3.4 -0.5) (size 0.7 0.25) (layers F.Cu F.Paste F.Mask))
(pad 6 smd rect (at -3.4 0) (size 0.7 0.25) (layers F.Cu F.Paste F.Mask))
(pad 7 smd rect (at -3.4 0.5) (size 0.7 0.25) (layers F.Cu F.Paste F.Mask))
(pad 8 smd rect (at -3.4 1) (size 0.7 0.25) (layers F.Cu F.Paste F.Mask))
(pad 9 smd rect (at -3.4 1.5) (size 0.7 0.25) (layers F.Cu F.Paste F.Mask))
(pad 10 smd rect (at -3.4 2) (size 0.7 0.25) (layers F.Cu F.Paste F.Mask))
(pad 11 smd rect (at -3.4 2.5) (size 0.7 0.25) (layers F.Cu F.Paste F.Mask))
(pad 12 smd rect (at -2.5 3.4 90) (size 0.7 0.25) (layers F.Cu F.Paste F.Mask))
(pad 13 smd rect (at -2 3.4 90) (size 0.7 0.25) (layers F.Cu F.Paste F.Mask))
(pad 14 smd rect (at -1.5 3.4 90) (size 0.7 0.25) (layers F.Cu F.Paste F.Mask))
(pad 15 smd rect (at -1 3.4 90) (size 0.7 0.25) (layers F.Cu F.Paste F.Mask))
(pad 16 smd rect (at -0.5 3.4 90) (size 0.7 0.25) (layers F.Cu F.Paste F.Mask))
(pad 17 smd rect (at 0 3.4 90) (size 0.7 0.25) (layers F.Cu F.Paste F.Mask))
(pad 18 smd rect (at 0.5 3.4 90) (size 0.7 0.25) (layers F.Cu F.Paste F.Mask))
(pad 19 smd rect (at 1 3.4 90) (size 0.7 0.25) (layers F.Cu F.Paste F.Mask))
(pad 20 smd rect (at 1.5 3.4 90) (size 0.7 0.25) (layers F.Cu F.Paste F.Mask))
(pad 21 smd rect (at 2 3.4 90) (size 0.7 0.25) (layers F.Cu F.Paste F.Mask))
(pad 22 smd rect (at 2.5 3.4 90) (size 0.7 0.25) (layers F.Cu F.Paste F.Mask))
(pad 23 smd rect (at 3.4 2.5) (size 0.7 0.25) (layers F.Cu F.Paste F.Mask))
(pad 24 smd rect (at 3.4 2) (size 0.7 0.25) (layers F.Cu F.Paste F.Mask))
(pad 25 smd rect (at 3.4 1.5) (size 0.7 0.25) (layers F.Cu F.Paste F.Mask))
(pad 26 smd rect (at 3.4 1) (size 0.7 0.25) (layers F.Cu F.Paste F.Mask))
(pad 27 smd rect (at 3.4 0.5) (size 0.7 0.25) (layers F.Cu F.Paste F.Mask))
(pad 28 smd rect (at 3.4 0) (size 0.7 0.25) (layers F.Cu F.Paste F.Mask))
(pad 29 smd rect (at 3.4 -0.5) (size 0.7 0.25) (layers F.Cu F.Paste F.Mask))
(pad 30 smd rect (at 3.4 -1) (size 0.7 0.25) (layers F.Cu F.Paste F.Mask))
(pad 31 smd rect (at 3.4 -1.5) (size 0.7 0.25) (layers F.Cu F.Paste F.Mask))
(pad 32 smd rect (at 3.4 -2) (size 0.7 0.25) (layers F.Cu F.Paste F.Mask))
(pad 33 smd rect (at 3.4 -2.5) (size 0.7 0.25) (layers F.Cu F.Paste F.Mask))
(pad 34 smd rect (at 2.5 -3.4 90) (size 0.7 0.25) (layers F.Cu F.Paste F.Mask))
(pad 35 smd rect (at 2 -3.4 90) (size 0.7 0.25) (layers F.Cu F.Paste F.Mask))
(pad 36 smd rect (at 1.5 -3.4 90) (size 0.7 0.25) (layers F.Cu F.Paste F.Mask))
(pad 37 smd rect (at 1 -3.4 90) (size 0.7 0.25) (layers F.Cu F.Paste F.Mask))
(pad 38 smd rect (at 0.5 -3.4 90) (size 0.7 0.25) (layers F.Cu F.Paste F.Mask))
(pad 39 smd rect (at 0 -3.4 90) (size 0.7 0.25) (layers F.Cu F.Paste F.Mask))
(pad 40 smd rect (at -0.5 -3.4 90) (size 0.7 0.25) (layers F.Cu F.Paste F.Mask))
(pad 41 smd rect (at -1 -3.4 90) (size 0.7 0.25) (layers F.Cu F.Paste F.Mask))
(pad 42 smd rect (at -1.5 -3.4 90) (size 0.7 0.25) (layers F.Cu F.Paste F.Mask))
(pad 43 smd rect (at -2 -3.4 90) (size 0.7 0.25) (layers F.Cu F.Paste F.Mask))
(pad 44 smd rect (at -2.5 -3.4 90) (size 0.7 0.25) (layers F.Cu F.Paste F.Mask))
(pad 45 smd rect (at 1.93125 1.93125) (size 1.2875 1.2875) (layers F.Cu F.Paste F.Mask)
(solder_paste_margin_ratio -0.2))
(pad 45 smd rect (at 1.93125 0.64375) (size 1.2875 1.2875) (layers F.Cu F.Paste F.Mask)
(solder_paste_margin_ratio -0.2))
(pad 45 smd rect (at 1.93125 -0.64375) (size 1.2875 1.2875) (layers F.Cu F.Paste F.Mask)
(solder_paste_margin_ratio -0.2))
(pad 45 smd rect (at 1.93125 -1.93125) (size 1.2875 1.2875) (layers F.Cu F.Paste F.Mask)
(solder_paste_margin_ratio -0.2))
(pad 45 smd rect (at 0.64375 1.93125) (size 1.2875 1.2875) (layers F.Cu F.Paste F.Mask)
(solder_paste_margin_ratio -0.2))
(pad 45 smd rect (at 0.64375 0.64375) (size 1.2875 1.2875) (layers F.Cu F.Paste F.Mask)
(solder_paste_margin_ratio -0.2))
(pad 45 smd rect (at 0.64375 -0.64375) (size 1.2875 1.2875) (layers F.Cu F.Paste F.Mask)
(solder_paste_margin_ratio -0.2))
(pad 45 smd rect (at 0.64375 -1.93125) (size 1.2875 1.2875) (layers F.Cu F.Paste F.Mask)
(solder_paste_margin_ratio -0.2))
(pad 45 smd rect (at -0.64375 1.93125) (size 1.2875 1.2875) (layers F.Cu F.Paste F.Mask)
(solder_paste_margin_ratio -0.2))
(pad 45 smd rect (at -0.64375 0.64375) (size 1.2875 1.2875) (layers F.Cu F.Paste F.Mask)
(solder_paste_margin_ratio -0.2))
(pad 45 smd rect (at -0.64375 -0.64375) (size 1.2875 1.2875) (layers F.Cu F.Paste F.Mask)
(solder_paste_margin_ratio -0.2))
(pad 45 smd rect (at -0.64375 -1.93125) (size 1.2875 1.2875) (layers F.Cu F.Paste F.Mask)
(solder_paste_margin_ratio -0.2))
(pad 45 smd rect (at -1.93125 1.93125) (size 1.2875 1.2875) (layers F.Cu F.Paste F.Mask)
(solder_paste_margin_ratio -0.2))
(pad 45 smd rect (at -1.93125 0.64375) (size 1.2875 1.2875) (layers F.Cu F.Paste F.Mask)
(solder_paste_margin_ratio -0.2))
(pad 45 smd rect (at -1.93125 -0.64375) (size 1.2875 1.2875) (layers F.Cu F.Paste F.Mask)
(solder_paste_margin_ratio -0.2))
(pad 45 smd rect (at -1.93125 -1.93125) (size 1.2875 1.2875) (layers F.Cu F.Paste F.Mask)
(solder_paste_margin_ratio -0.2))
(model Housings_DFN_QFN.3dshapes/QFN-44-1EP_7x7mm_Pitch0.5mm.wrl
(at (xyz 0 0 0))
(scale (xyz 1 1 1))
(rotate (xyz 0 0 0))
)
)