Has anyone successfully used wire.h for comm with MLX90614

I've read some sketches using i2cmaster.h for communication but haven't made that move yet. Still trying to get communication going with wire.h & MLX90614. I don't understand the differences between the two libraries and now I see there is a I2C library.

Can someone briefly explain the problem with wire.h, or maybe it's the problem with the MLX90614-and the best library to use?

Thanks.

I used the code from Pololu without any problems. It interfaces the hardware directly. Pololu - 3. Software
Of course you will need to change the calls to display the results.