#include <USBD_Config.h>
#include <HIDDMouseDriver.h>
Go to the source code of this file.
Defines | |
#define | HIDDMouseDriverDescriptors_PRODUCTID USBD_PID_HIDMOUSE |
#define | HIDDMouseDriverDescriptors_VENDORID USBD_VID_ATMEL |
#define | HIDDMouseDriverDescriptors_RELEASE USBD_RELEASE_1_00 |
Variables | |
USBDDriverDescriptors | hiddMouseDriverDescriptors |
Declaration of the descriptors used by the HID device keyboard driver.
Definition in file USBDDriverDescriptors.c.