add USB-A board plug
This commit is contained in:
parent
cf9cdb5116
commit
50bfd3247a
40
connector/usb-a-plug.yaml
Normal file
40
connector/usb-a-plug.yaml
Normal file
@ -0,0 +1,40 @@
|
||||
name: USB-A-PLUG
|
||||
description: connector, USB, type-A, board as plug
|
||||
datasheet: https://www.usb.org/document-library/usb-20-specification page 99
|
||||
|
||||
pinout:
|
||||
USB:
|
||||
VBUS: 1
|
||||
D-: 2
|
||||
D+: 3
|
||||
GND: 4
|
||||
|
||||
properties:
|
||||
passive: USB
|
||||
|
||||
schematic:
|
||||
symbol: connector
|
||||
|
||||
housing:
|
||||
pattern: custom
|
||||
bodyWidth: 12.0
|
||||
bodyLength: 11.75
|
||||
height: 2.0
|
||||
|
||||
# power
|
||||
numbers: 1,4
|
||||
padWidth: 1.0
|
||||
padHeight: 7.41
|
||||
rowCount: 1
|
||||
columnCount: 2
|
||||
pitch: 7.0
|
||||
rowDY: 0.93 # 11.75/2-8.65+7.41/2
|
||||
|
||||
# data
|
||||
numbers1: 2,3
|
||||
padWidth1: 1.0
|
||||
padHeight1: 6.41
|
||||
rowCount1: 1
|
||||
columnCount1: 2
|
||||
pitch1: 2.0
|
||||
rowDY1: 0.43 # 11.75/2-8.65+6.41/2
|
Loading…
Reference in New Issue
Block a user