Purpose:
This example implements I2C Master access using ROM driver APIs. The slave is an SE95 temperature sensor with an address of 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 slave board is required to be connected to the I2C master.
The slave board can be a SE95 or another LPC11A14 running the i2c_ROM_driver-slave code.