Purpose:
This example implements I2C Slave access using ROM driver APIs.  The LPC11A14 is set to emulate a SE95 temperature senosr at address 0x48.

Running mode:
* Build and debug program

Note:
* This example has been tested on LPC11A14 IAR SK

* This example has routines to handle I2C Interrupt and polling test.
* In order to test this example, a master board is required to be connected to the I2C slave.
* The master can be another LPC11A14 running the i2c_ROM_Driver-master code