!! Add below code in app_drv_i2c2.c !!
---------------------------------------------------------------------


---------------------------------------------------------------------
Advanced Exercise : MPLAB Data Visualizer (Continue this exercise after complete Lab15)
---------------------------------------------------------------------
                unsigned char DVBuf[8] = { 0x03,
                                           AxisOutByte[0], AxisOutByte[1],
                                           AxisOutByte[2], AxisOutByte[3],
                                           AxisOutByte[4], AxisOutByte[5],
                                           0xFC };		
                USART2write( DVBuf, 8 );	

---------------------------------------------------------------------

