Purpose:
This example implements I2C Slave access using ROM driver APIs.  The LPC11Axx emulates a SE95 temperature sensor with a slave address of 0x48.

Running mode:
* Compile, Flash the program and reset.

Note:
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_slaveROM code.