The Mouse project is a demo program for the AT91SAM7x256
using Atmel AT91SAM7X-EK Microcontroller Board.

It demonstrates an USB Mouse based on USB HID.

The following is used for Mouse movements and clicks:
  - Joystick up (SW1) up movement
  - Joystick down (SW2) down movement
  - Joystick left (SW3) left movement
  - Joystick right (SW4) right movement
  - Joystick left (SW3) + Joystick pressed (SW5) left click
  - Joystick right (SW4) + Joystick pressed (SW5) right click

LEDs are used to display the following:
  - LED1 shows the SW1 state
  - LED3 is on when USB Device is configured
  - LED4 is on when USB Device is suspended

The USB Mouse is automatically recognized by the host PC
running Windows which will load a generic Mouse driver.

The Mouse program is available for the following targets:
  AT91SAM7X-EK: configured for on-chip Flash ROM
                (used for production or target debugging)
