HIDDKeyboardDriver.h
Default mainpageat91libusbdevicehid-keyboardHIDDKeyboardDriver.h
Description Overview  
Description
Purpose
Definition of methods for using a HID keyboard device driver.

Usage
  1. Re-implement the USBDCallbacks_RequestReceived callback to forward requests to HIDDKeyboardDriver_RequestHandler. This is done automatically unless the NOAUTOCALLBACK symbol is defined during compilation.
  2. Initialize the driver using HIDDKeyboardDriver_Initialize. The USB driver is automatically initialized by this method.
  3. Call the HIDDKeyboardDriver_ChangeKeys method when one or more keys are pressed/released.