Parallax Altimeter 29124/ 5607 and Arduino Uno

Hey All - I have been trying to get a Parallax Altimeter 29124 with an Arduino.

I saw the code out on https://sites.google.com/site/parallaxinretailstores/home/altimeter-module-ms5607 but that is not compatible with 1.0. I believe I changed the library file to use the newer style but then it hangs on Wire.endTransmission().

Does anyone have an example of code working with the Parallax Altimeter?

Thanks!
-Joe

I got it figured out, it was missing Wire.begin(); in IntersemaBaro.h.

I attached an updated file here if anyone else needs to get this working with Arduino 1.0.

http://forums.parallax.com/attachment.php?attachmentid=88076&d=1325295402

-Joe