qeda_library/connector/usb-a-plug.yaml

41 lines
734 B
YAML
Raw Normal View History

2024-03-29 00:02:06 +01:00
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
2024-04-18 15:00:55 +02:00
padWidth: 1.4 # spec says 1.0, but there is space for a bit more
2024-03-29 00:02:06 +01:00
padHeight: 7.41
rowCount: 1
columnCount: 2
pitch: 7.0
2024-04-18 15:00:55 +02:00
rowDY: -0.93 # 11.75/2-8.65+7.41/2
2024-03-29 00:02:06 +01:00
# data
numbers1: 2,3
2024-04-18 15:00:55 +02:00
padWidth1: 1.2 # spec says 1.0, but there is space for a bit more
2024-03-29 00:02:06 +01:00
padHeight1: 6.41
rowCount1: 1
columnCount1: 2
pitch1: 2.0
2024-04-18 15:00:55 +02:00
rowDY1: -0.43 # 11.75/2-8.65+6.41/2