Commit graph

3 commits

Author SHA1 Message Date
Patrick Pelletier 8ec97edee9 Copy connector shape from USB_OTG to USB_B_Micro.
I recently added the USB_B_Micro symbol (and an alias, USB_B_Mini).  I
hadn't noticed that there was already a similar USB_OTG symbol.

However, the two need to remain separate, because USB_OTG has VBUS and
GND marked as power inputs, while USB_B_Micro has them as power
outputs.

This commit makes USB_B_Micro identical to USB_OTG, except for the
direction of the power pins.  Specifically, it copies the connector
shape from USB_OTG to USB_B_Micro.  (I had been too lazy to draw the
connector shape when I created USB_B_Micro.)
2017-10-23 11:04:51 -07:00
Patrick Pelletier 7b09196e9c Add USB_B_Micro and USB_B_Mini schematic symbols.
Strangely, there are already some footprints for USB micro connectors
in the Connectors_USB library:

https://github.com/KiCad/Connectors_USB.pretty

but I couldn't find any schematic symbols for a micro USB connector.
(USB micro B and mini B connectors have an additional pin, the ID pin,
which is not present in the traditional USB B connector, so the
existing USB_B symbol can't be used.)

So, I have added a symbol USB_B_Micro, based on the existing USB_B
symbol.  I've also added USB_B_Mini as an alias for USB_B_Micro,
because the micro and mini connectors have the same pinout.

The pinout is here:

http://pinouts.ru/PortableDevices/micro_usb_pinout.shtml
2017-10-14 12:28:44 -07:00
Oliver Walters 28e01b32f9 Further library renaming 2017-10-06 01:00:31 +11:00
Renamed from library/conn.lib (Browse further)