mirror of
git://projects.qi-hardware.com/kicad-libs.git
synced 2024-11-16 14:15:20 +02:00
components/usb-a-s4.lib: USB A connector with four ground contacts
This commit is contained in:
parent
c4a877ab3f
commit
ca42a06c03
1
AUTHORS
1
AUTHORS
@ -53,6 +53,7 @@ Werner Almesberger <werner@almesberger.net>
|
||||
components/c8051f326.lib
|
||||
components/atmega48-mmu.lib
|
||||
components/usb_a_plug.lib (based on mini_usb_b.lib by Alvaro Lopes)
|
||||
components/usb_a_s4.lib (based on mini_usb_b.lib by Alvaro Lopes)
|
||||
components/pic18f46j50-ml.lib
|
||||
components/device_sot.lib
|
||||
components/dual_diode.lib
|
||||
|
@ -140,6 +140,7 @@ Connector
|
||||
vga
|
||||
USB
|
||||
usb_a_plug
|
||||
usb_a_s4
|
||||
mini_usb_b
|
||||
Electromechanical
|
||||
Switch
|
||||
|
@ -157,3 +157,4 @@ LibName85=./cc2543
|
||||
LibName86=./dc_jack
|
||||
LibName87=./testpoint
|
||||
LibName88=./zener
|
||||
LibName89=./usb-a-s4
|
||||
|
24
components/usb-a-s4.lib
Normal file
24
components/usb-a-s4.lib
Normal file
@ -0,0 +1,24 @@
|
||||
EESchema-LIBRARY Version 2.3 Date: Sun Jan 5 14:22:05 2014
|
||||
#encoding utf-8
|
||||
#
|
||||
# USB_A_S4
|
||||
#
|
||||
DEF USB_A_S4 CON 0 40 Y Y 1 F N
|
||||
F0 "CON" -250 450 60 H V C CNN
|
||||
F1 "USB_A_S4" 0 -400 60 H V C CNN
|
||||
F2 "~" 0 0 60 H V C CNN
|
||||
F3 "~" 0 0 60 H V C CNN
|
||||
DRAW
|
||||
S -400 350 350 -300 0 1 0 N
|
||||
X VBUS 1 -600 250 200 R 50 50 1 1 P
|
||||
X D- 2 -600 100 200 R 50 50 1 1 B
|
||||
X D+ 3 -600 -50 200 R 50 50 1 1 B
|
||||
X GND 4 -600 -200 200 R 50 50 1 1 P
|
||||
X SHELL1 5 550 250 200 L 50 50 1 1 W
|
||||
X SHELL2 6 550 100 200 L 50 50 1 1 W
|
||||
X SHELL3 7 550 -50 200 L 50 50 1 1 W
|
||||
X SHELL4 8 550 -200 200 L 50 50 1 1 W
|
||||
ENDDRAW
|
||||
ENDDEF
|
||||
#
|
||||
#End Library
|
Loading…
Reference in New Issue
Block a user