Combined Keyboard, KeyboardViaInt and KeyboardFullInt demos into a single unified demo.

This commit is contained in:
Dean Camera 2009-03-19 13:19:12 +00:00
parent 9e9fc97fc9
commit 48400df13c
23 changed files with 221 additions and 6490 deletions

View file

@ -194,9 +194,9 @@ USB_Descriptor_String_t PROGMEM LanguageString =
*/
USB_Descriptor_String_t PROGMEM ManufacturerString =
{
Header: {Size: USB_STRING_LEN(11), Type: DTYPE_String},
Header: {Size: USB_STRING_LEN(16), Type: DTYPE_String},
UnicodeString: L"Dean Camera"
UnicodeString: L"Denver Gingerich"
};
/** Product descriptor string. This is a Unicode string containing the product's details in human readable form,