andreasjhkarlsson/mac-dial

Aibecy Dial

Opened this issue · 0 comments

Similar as the Surface Dial but with a usb cable. The VendorID = 0x1234 and the ProductID = 0x5678, I change the dail.swift file:
// Identifiers for the Surface Dial
static let VendorId: UInt16 = 0x1234
static let ProductId: UInt16 = 0x5678

but i get a error that hdiapi.h is missing, can you help me?