The HID project is a simple demo program for the NXP 'LPC1343' 
microcontroller using Keil 'MCB1000' Evaluation Board, compliant 
to Cortex Microcontroller Software Interface Standard (CMSIS v2.0).

Example functionality: 
 - Clock Settings:
   - XTAL   =  12 MHz
   - SYSPLL =  72 MHz
   - USBPLL =  48 MHz

It demonstrates an USB HID (Human Interface Device):
  - 8 LEDs (PIO2.0..7)
  - 2 Push Buttons (S3, S4)

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 targets:

  LPC1343 Flash:   configured for on-chip Flash
                   (used for production or target debugging)
