Pin Interrupt example

Example description
The Pin interrupt example demonstrates using the pin interrupt API functions.

This example configures a pin interrupt as a falling edge interrupt. 
The application will spin in a loop.  With every pin interrupt the 
board LED0 will be toggled.

Special connection requirements
  - Embedded Artists LPC4357 Oem Board: The interrupt is triggered by pressing 
    the SW6 push button.

Build procedures:
Visit the <a href="http://www.lpcware.com/content/project/lpcopen-platform-nxp-lpc-microcontrollers/lpcopen-v200-quickstart-guides">LPCOpen quickstart guides</a>
to get started building LPCOpen projects.