//! USB Device support
use gpio;
pub use usb_device;
pub use UsbBus;
use Descriptors;
/// Emit SOF at 1Khz on this pin when configured as function G
pub type SofPad = Pa23;
/// USB D- is connected here
pub type DmPad = Pa24;
/// USB D+ is connected here
pub type DpPad = Pa25;