Code Red Technologies LPC18xx SCT Base project
==============================================

[ Note that this project requires that the 
  CMSISv2p10_LPC18xx_DriverLib library 
  project exists in the same workspace. ]
  
This project uses the NXP LPC1850's SCT to sequentially toggle 
the RGB LED on the Hitex Rev A evaluation board.

Use the Red State new state machine Wizard to add a state machine
to the project, as detailed in the SCT tutorial in the 
"Getting Started with Red State" manual.

By following the tutorial from the manual, Red State can be 
used to produce the following files from your state machine:
 * sct_fsm.c
 * sct_main.c
 * sct_fsm.h
 * sct_user.h

The file sct_main.c configures the System Control Unit which hooks
up the I/O used by the SCT. You may need to edit this for your 
application. See the SCT_PortMapping.pdf for more information.


~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Note that this example project is intended for use with Red Suite /
LPCXpresso IDE v4.1 or later. Red State is not available with early
versions of the tools.
