Answer:
In order to accomplish a RESET you must write the following sequence: 0x34 0x1E 0x00 Where: 0x34 = IIC Address. 0x1E = the RESET Register Address shifted left one bit because the MSB of the Data is placed into the LSB of the address. 0x00 = the lower 8 bits of the data is to represent a RESET. To summarize, never write anything except 0?s to the RESET register.