From 3d0331b8f6980633789f543947d36a9156455670 Mon Sep 17 00:00:00 2001 From: Martino Facchin Date: Wed, 1 Jul 2015 10:08:03 +0200 Subject: fix HID headers --- libraries/HID/HID.h | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'libraries/HID') diff --git a/libraries/HID/HID.h b/libraries/HID/HID.h index fe8ee09..5bd137c 100644 --- a/libraries/HID/HID.h +++ b/libraries/HID/HID.h @@ -31,6 +31,17 @@ //================================================================================ // HID 'Driver' +#define HID_GET_REPORT 0x01 +#define HID_GET_IDLE 0x02 +#define HID_GET_PROTOCOL 0x03 +#define HID_SET_REPORT 0x09 +#define HID_SET_IDLE 0x0A +#define HID_SET_PROTOCOL 0x0B + +#define HID_HID_DESCRIPTOR_TYPE 0x21 +#define HID_REPORT_DESCRIPTOR_TYPE 0x22 +#define HID_PHYSICAL_DESCRIPTOR_TYPE 0x23 + class HID_ { public: -- cgit v1.2.3-18-g5258