From 50bfd3247a563a89bec9d4528117dd46d87365f2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?King=20K=C3=A9vin?= Date: Fri, 29 Mar 2024 00:02:06 +0100 Subject: [PATCH] add USB-A board plug --- connector/usb-a-plug.yaml | 40 +++++++++++++++++++++++++++++++++++++++ 1 file changed, 40 insertions(+) create mode 100644 connector/usb-a-plug.yaml diff --git a/connector/usb-a-plug.yaml b/connector/usb-a-plug.yaml new file mode 100644 index 0000000..df3490a --- /dev/null +++ b/connector/usb-a-plug.yaml @@ -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