usb.util – USB Util — Adafruit CircuitPython 1 documentation (original) (raw)


This is a subset of the PyUSB util module.

usb.util.SPEED_LOW_: int_ = Ellipsis

A low speed, 1.5 Mbit/s device.

usb.util.SPEED_FULL_: int_ = Ellipsis

A full speed, 12 Mbit/s device.

usb.util.SPEED_HIGH_: int_ = Ellipsis

A high speed, 480 Mbit/s device.