diff --git a/microsd-breakout.kicad_sym b/microsd-breakout.kicad_sym new file mode 100644 index 0000000..9b79729 --- /dev/null +++ b/microsd-breakout.kicad_sym @@ -0,0 +1,101 @@ +(kicad_symbol_lib (version 20211014) (generator kicad_symbol_editor) + (symbol "Micro_SD_Card" (pin_names (offset 4.5)) (in_bom no) (on_board yes) + (property "Reference" "SD" (id 0) (at 0 13.97 0) + (effects (font (size 1.27 1.27))) + ) + (property "Value" "Micro_SD_Card" (id 1) (at 0 11.43 0) + (effects (font (size 1.27 1.27))) + ) + (property "Footprint" "microsd-breakout:microSD" (id 2) (at 1.27 0 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Datasheet" "" (id 3) (at 1.27 0 0) + (effects (font (size 1.27 1.27)) hide) + ) + (symbol "Micro_SD_Card_0_1" + (rectangle (start -12.7 -8.255) (end -10.16 -9.525) + (stroke (width 0) (type default) (color 0 0 0 0)) + (fill (type outline)) + ) + (rectangle (start -12.7 -5.715) (end -10.16 -6.985) + (stroke (width 0) (type default) (color 0 0 0 0)) + (fill (type outline)) + ) + (rectangle (start -12.7 -3.175) (end -10.16 -4.445) + (stroke (width 0) (type default) (color 0 0 0 0)) + (fill (type outline)) + ) + (rectangle (start -12.7 -0.635) (end -10.16 -1.905) + (stroke (width 0) (type default) (color 0 0 0 0)) + (fill (type outline)) + ) + (rectangle (start -12.7 1.905) (end -10.16 0.635) + (stroke (width 0) (type default) (color 0 0 0 0)) + (fill (type outline)) + ) + (rectangle (start -12.7 4.445) (end -10.16 3.175) + (stroke (width 0) (type default) (color 0 0 0 0)) + (fill (type outline)) + ) + (rectangle (start -12.7 6.985) (end -10.16 5.715) + (stroke (width 0) (type default) (color 0 0 0 0)) + (fill (type outline)) + ) + (rectangle (start -12.7 9.525) (end -10.16 8.255) + (stroke (width 0) (type default) (color 0 0 0 0)) + (fill (type outline)) + ) + (polyline + (pts + (xy -13.97 10.16) + (xy -13.97 -10.16) + (xy -6.35 -10.16) + (xy -2.54 -13.97) + (xy -1.27 -13.97) + (xy -1.27 -12.7) + (xy 1.27 -12.7) + (xy 2.54 -13.97) + (xy 15.24 -13.97) + (xy 15.24 10.16) + (xy -13.97 10.16) + ) + (stroke (width 0.254) (type default) (color 0 0 0 0)) + (fill (type background)) + ) + ) + (symbol "Micro_SD_Card_1_1" + (pin bidirectional line (at -16.51 -6.35 0) (length 2.54) + (name "CD/DAT3" (effects (font (size 1.27 1.27)))) + (number "1" (effects (font (size 1.27 1.27)))) + ) + (pin output line (at -16.51 -3.81 0) (length 2.54) + (name "CMD/DI" (effects (font (size 1.27 1.27)))) + (number "2" (effects (font (size 1.27 1.27)))) + ) + (pin power_out line (at -16.51 -1.27 0) (length 2.54) + (name "VDD" (effects (font (size 1.27 1.27)))) + (number "4" (effects (font (size 1.27 1.27)))) + ) + (pin output line (at -16.51 1.27 0) (length 2.54) + (name "CLK/SCLK" (effects (font (size 1.27 1.27)))) + (number "5" (effects (font (size 1.27 1.27)))) + ) + (pin power_out line (at -16.51 3.81 0) (length 2.54) + (name "VSS" (effects (font (size 1.27 1.27)))) + (number "6" (effects (font (size 1.27 1.27)))) + ) + (pin input line (at -16.51 6.35 0) (length 2.54) + (name "DAT0/DO" (effects (font (size 1.27 1.27)))) + (number "7" (effects (font (size 1.27 1.27)))) + ) + (pin input line (at -16.51 8.89 0) (length 2.54) + (name "DAT1" (effects (font (size 1.27 1.27)))) + (number "8" (effects (font (size 1.27 1.27)))) + ) + (pin input line (at -16.51 -8.89 0) (length 2.54) + (name "DAT2" (effects (font (size 1.27 1.27)))) + (number "9" (effects (font (size 1.27 1.27)))) + ) + ) + ) +) diff --git a/sym-lib-table b/sym-lib-table new file mode 100644 index 0000000..752414d --- /dev/null +++ b/sym-lib-table @@ -0,0 +1,3 @@ +(sym_lib_table + (lib (name "microsd-breakout")(type "KiCad")(uri "${KIPRJMOD}/microsd-breakout.kicad_sym")(options "")(descr "")) +)