adafruit / Adafruit_BMP085_Unified

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

Report errors #25

Open JeffyW opened 8 years ago

JeffyW commented 8 years ago

This change simply converts all of the methods that were calling TwoWire interefaces to now return bool, reporting their status (whether or not they suceeded).

JeffyW commented 8 years ago

Note, this includes change #22.