General discussions about V-USB, our firmware-only implementation of a low speed USB device on Atmel's AVR microcontrollers
-
vsovereign
- Rank 1
- Posts: 21
- Joined: Wed Dec 30, 2009 3:24 pm
Post
by vsovereign » Tue Aug 24, 2010 8:50 am
in the example hid-data of vusb:
Code: Select all
PROGMEM char usbHidReportDescriptor[22] = { /* USB report descriptor */
why is it [22] ?
-
IvIePhisto
- Posts: 14
- Joined: Thu Aug 19, 2010 3:04 pm
Post
by IvIePhisto » Tue Aug 24, 2010 9:28 am
Because it is 22 bytes long...