New library for BMP085

The Adafruit_BMP085 library for the BMP085 barometer does not compile (IDE 1.5.6R2) on the DUE while it does on the UNO and MEGA.

Post Conditional watchdog reset using time prescale - Development - Arduino Forum is closed for a reply but it points to a sketch with a library which compiles and does work with the DUE but provides the wrong answers for both pressures and temperatures:

Temp(C):1145  Alt(cm):-36895  Pressure(Pa):11848
Temp(C):1145  Alt(cm):-36823  Pressure(Pa):11852
Temp(C):1145  Alt(cm):-37110  Pressure(Pa):11835

Is there an updated BMP085 library around for the DUE?
Thanks!

didn't the due haver some i2c problems?

Thanks for the tip... I never thought Arduino would release the library with errors and not correct it. Searching for "Arduino due"+ " i2c problems" gave many problem listings... but a solution (unless I missed it) does not seem in sight.

Arduino is a project in progress. Give it some time.

You could try if the soft I2C lib works on a DUE?
Never tried it