blinky
=====================
This project contains a LED flashing example for the LPCXpresso board
mounted with an LPC1343 Cortex-M3 part.

The purpose of this code is to serve as a test project for bootloaders
or the In-System Programming feature.
 
When downloaded to the board and executed, LED2 will flash at regular
intervals. Also included are routines to control the LED display on the
embedded artists baseboard. The code will count from 1 up to n. Additionally
provisions have been made to set code protect in the linker script and in
blinky_main.c.

The project makes use of code from the following library:
- CMSISv1p30_LPC13xx : for CMSIS 1.30 files relevant to LPC13xx

This library must exist in the same workspace in order
for the project to successfully build.

For more details, read the comments in config.h
