Added extra note about missing OUT endpoint configuration to the HID Device mode Class driver.

Added pinout information to the AVRISP project.
This commit is contained in:
Dean Camera 2009-08-27 07:10:00 +00:00
parent 665fe11f12
commit f7cde02b80
2 changed files with 41 additions and 1 deletions

View file

@ -60,6 +60,10 @@
/** Class state structure. An instance of this structure should be made for each HID interface
* within the user application, and passed to each of the HID class driver functions as the
* HIDInterfaceInfo parameter. This stores each HID interface's configuration and state information.
*
* \note Due to technical limitations, the HID device class driver does not utilize a seperate OUT
* endpoint for host->device communications. Instead, the host->device data (if any) is sent to
* the device via the control endpoint.
*/
typedef struct
{