The HID project is a demo program for the Keil MCB1700 Board 
using a NXP LPC17xx Microcontroller.

Example functionality: 
 - Clock Settings:
   - XTAL                   =  12 MHz
   - PLL                    = 400 MHz
   - processor clock = CCLK = 100 MHz
   - USB clock              =  48 MHz
   - CCLK / 4 clock         =  25 MHz

It demonstrates an USB HID (Human Interface Device):
  - 8 LEDs (LED0..7)
  - 5 Push Button (Joystick)

The USB HID is recognized by the host PC running Windows
which will load a generic HID driver. The board LEDs
and Push Buttons can then be accessed from the PC
through a custom HID Client Program.

The HID program is available for the following target:
  MCB1700:     configured for on-chip Flash ROM
              (used for production or target debugging)

Note: set jumper D-, D+ to DEVICE
