adafruit / Adafruit_BMP085_Unified

Unified sensor driver for Adafruit's BMP085 & BMP180 breakouts
93 stars 60 forks source link

Remove spurious Wire.endTransmission calls #22

Open JeffyW opened 8 years ago

JeffyW commented 8 years ago

As per issue #14, Wire.requestFrom does not need to call Wire.endTransmission.