Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Reference Material for USB HID Implement
As I started out on this project, I had no knowledge of USB, Human Interface Device, or the protocol stack. I quickly had problems understanding the code and nomenclature, so I decided to go back to basics and learn the hard stuff.
Here are some good links to get you started
Introduction to HID Concepts
https://msdn.microsoft.com/en-us/windows/hardware/drivers/hid/introduction-to-hid-concepts
USB.org Developer's page
http://www.usb.org/developers/hidpage/microhid/
MBed's USB Device handbook
https://developer.mbed.org/handbook/USBDevice
USBHID
https://developer.mbed.org/handbook/USBHID
USB HID Tutorial
http://eleccelerator.com/tutorial-about-usb-hid-report-descriptors/