Add new MediaController project, a simple Media Playback control manipulator (Play/Pause/Next Track/Volume/etc.).
This commit is contained in:
parent
4343e68779
commit
b88e0a7b90
13 changed files with 2966 additions and 6 deletions
|
@ -67,7 +67,7 @@ const USB_Descriptor_Device_t PROGMEM DeviceDescriptor =
|
|||
|
||||
.VendorID = 0x03EB,
|
||||
.ProductID = 0x2069,
|
||||
.ReleaseNumber = VERSION_BCD(00.10),
|
||||
.ReleaseNumber = VERSION_BCD(00.01),
|
||||
|
||||
.ManufacturerStrIndex = 0x01,
|
||||
.ProductStrIndex = 0x02,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue