adafruit / Adafruit-BMP085-Library

A powerful but easy to use BMP085/BMP180 Arduino library
http://www.adafruit.com/products/1603
233 stars 194 forks source link

using bmp085 with software I2C #3

Closed petermao closed 12 years ago

petermao commented 12 years ago

I modified Adafruit_BMP085(.cpp|.h) and the example to work with the I2cMaster library, so that I can run it with an Adafruit data logger shield. How can I contribute the code?

ladyada commented 12 years ago

We'll be fixing this with a new version of the BMP085 that is 5V compliant!

petermao commented 12 years ago

Even so, can I add my mods in as a branch? a 5 V compliant sensor is great, but it's still nice to not make others w/ the 3.3 v device not have to reinvent the wheel. In addition, if one wants to put multiple sensors of the same type on the same board, the software I2C is necessary.