adafruit / Adafruit_BMP085_Unified

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

Non blocking #26

Open JeffyW opened 8 years ago

JeffyW commented 8 years ago

This change addresses issue #24.

This adds a pattern for asking for changes in a polling fashion, removing the delays. It includes a working example of how it can be used.

Note that this also depends upon changes #22 and #25.