use UsbVidPid;
extern crate embedded_hal as hal;
/// The Vendor ID and Product ID for an Altera Blaster.
/// Use this when building your USB device for Quartus to recognize the blaster.
pub const ALTERA_BLASTER_USB_VID_PID: UsbVidPid = UsbVidPid;
pub use Blaster;